Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geeetech M1 profile #19741

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Add geeetech M1 profile #19741

wants to merge 7 commits into from

Conversation

whoseyoung
Copy link
Contributor

Printing settings for the M1 machine provided by Geeetech officially.

whoseyoung and others added 2 commits October 12, 2024 18:28
Printing settings for the M1 machine provided by Geeetech officially.
@github-actions github-actions bot added the PR: Community Contribution 👑 Community Contribution PR's label Oct 12, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

"machine_name": { "default_value": "Geeetech M1" },
"machine_start_gcode": { "default_value": "\nM104 S{material_print_temperature_layer_0} ; Set Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Bed Temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Hotend Temperature\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 ;Off Main Fan\nM300 S2500 P1000 ;Play a short tune\nG1 Z0.28 ;Move Z Axis up little to prevent scratching of Heat Bed\nG92 E0 ;Reset Extruder\nG1 Y3 F2400 ;Move to start position\nG1 X75 E40 F500 ;Draw a filament line\nG92 E0 ;Reset Extruder\n;G1 E-0.2 F3000 ;Retract a little\nG1 Z2.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X70 Y3 Z0.27 F3000 ;Quickly wipe away from the filament line\nG92 E0 ;Reset Extruder" },
"machine_width": { "default_value": 105 },
"material_print_temperature":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ diagnostic-definition-redundant-override ⚠️
Overriding material_print_temperature with the same value (maximum_value: 250) as defined in parent definition: Geeetech_Base_Single_Extruder

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All issue items processed.

@github-actions github-actions bot dismissed their stale review October 24, 2024 06:38

No Clang-Tidy warnings found so I assume my comments were addressed

@HellAholic HellAholic added the PR: Printer Definitions 🏭 A PR that introduces or changes settings and printer definitions label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Community Contribution 👑 Community Contribution PR's PR: Printer Definitions 🏭 A PR that introduces or changes settings and printer definitions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants