Sermoon V1/V1 Pro: Update metadata and add custom machine_start_gcode, machine_end_gcode

This commit is contained in:
Luis Gabriel Gomez 2022-08-11 18:09:14 -03:00 committed by Luis Gabriel Gomez
parent 1dae3c440b
commit 86cf975b7d
No known key found for this signature in database
GPG Key ID: 89C014F66E06CCF4

View File

@ -5,8 +5,7 @@
"metadata": {
"author": "Luis Gabriel Gomez",
"quality_definition": "creality_base",
"visible": true,
"has_variants": true
"visible": true
},
"overrides": {
"machine_name": {
@ -29,19 +28,14 @@
[32, 34]
]
},
"preferred_variant_name": "0.4mm Nozzle",
"gantry_height": {
"value": 25
},
"machine_center_is_zero": {
"default_value": false
},
"machine_start_gcode": {
"default_value": "; -- START GCODE --\nG28 ;Home\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y170.0 Z0.28 F1500.0 E12 ;Draw the first line\nG1 X10.4 Y170.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E25 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up"
},
"machine_end_gcode": {
"default_value": "; -- END GCODE --\nG91 ;Relative positioning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z0.5 ;Raise Z more\nG90 ;Absolute positioning\n\nG1 X0 Y0 ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\n\nM84 X Y E ;Disable all steppers but Z"
},
"speed_print": { "value": 50 }
}
}
}