|
@@ -18,10 +18,10 @@
|
|
|
"default_value": 1.75
|
|
|
},
|
|
|
"machine_extruder_start_code": {
|
|
|
- "default_value": ";This start extruder gcode comes from CuraByDagoma\n;Commented for now as there is discussion regarding its usage in Ultimaker Cura\n;Start T0\n;G92 E0\n;G1 E-{retraction_amount} F10000\n;G92 E0\n;G1 E1.5 F3000\n;G1 E-60 F10000\n;G92 E0"
|
|
|
+ "default_value": ";Start T0\nM83\nG1 E{retraction_amount} F3000\nG1 E60 F3000\nG1 E-{retraction_amount} F5000\nM82\nG92 E0"
|
|
|
},
|
|
|
"machine_extruder_end_code": {
|
|
|
- "default_value": ";This end extruder gcode comes from CuraByDagoma\n;Commented for now as there is discussion regarding its usage in Ultimaker Cura\n;G92 E0\n;G1 E{retraction_amount} F3000\n;G92 E0\n;G1 E60 F3000\n;G92 E0\n;G1 E-{retraction_amount} F5000\n;End T0"
|
|
|
+ "default_value": "M83\nG1 E-{retraction_amount} F10000\nG1 E1.5 F3000\nG1 E-60 F10000\nM82\nG92 E0\n;End T0"
|
|
|
}
|
|
|
}
|
|
|
}
|