diff --git a/resources/profiles/Meltingplot/machine/fdm_machine_common.json b/resources/profiles/Meltingplot/machine/fdm_machine_common.json index c2e2bf0a6a..91e50b9039 100644 --- a/resources/profiles/Meltingplot/machine/fdm_machine_common.json +++ b/resources/profiles/Meltingplot/machine/fdm_machine_common.json @@ -63,7 +63,7 @@ "default_print_profile": "", "change_filament_gcode": "", "machine_pause_gcode": "M226", - "machine_end_gcode": "M98 P\"0:/sys/meltingplot/print_end\"", + "machine_end_gcode": "G90\nG1 Z{min(max_layer_z + 5, printable_height)} F600\nM98 P\"0:/sys/meltingplot/print_end\"", "layer_change_gcode": ";AFTER_LAYER_CHANGE\n;[layer_z]", "before_layer_change_gcode": ";BEFORE_LAYER_CHANGE\n;[layer_z]\n" }