Update cartesio_extruder_0.def.json

This commit is contained in:
MaukCC 2017-04-06 14:27:42 +02:00 committed by GitHub
parent 8f170a49f3
commit 5495937198

View file

@ -19,7 +19,7 @@
"default_value": "\n;start extruder_0\n\nM117 printing\n"
},
"machine_extruder_end_code": {
"default_value": "\nM104 T0 S155\n\nG91\nG1 Z0.5 F900\nG90\nG1 X100 Y260 F9000\n;end extruder_0\nM117 temp is {material_print_temp}"
"default_value": "\nM104 T0 S155\n\nG91\nG1 Z0.5 F900\nG90\nG1 X1 Y260 F9000\n;end extruder_0\nM117 temp is {material_print_temp}"
}
}
}