From 4a5355b4d4eb934c31092851fb44803ee9a902d9 Mon Sep 17 00:00:00 2001 From: macocha Date: Sat, 12 Jul 2025 20:58:57 +0000 Subject: [PATCH] printer.cfg modified - 07/12/2025 - 08:58:55 PM --- printer_data/config/printer.cfg | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/printer_data/config/printer.cfg b/printer_data/config/printer.cfg index 9a08502..da5d06b 100644 --- a/printer_data/config/printer.cfg +++ b/printer_data/config/printer.cfg @@ -385,36 +385,6 @@ aliases: EXP2_7=PE8, EXP2_8=, EXP2_9=, EXP2_10= - - -##################################################################### -# Macros -##################################################################### -[gcode_macro PRINT_END] -# Use PRINT_END for the slicer ending script - please customise for your slicer of choice -gcode: - SAVE_GCODE_STATE NAME=STATE_PRINT_END - - M400 ; wait for buffer to clear - G92 E0 ; zero the extruder - G1 E-10.0 F3600 ; retract filament - - G91 ; relative positioning - G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing - TURN_OFF_HEATERS - M107 ; turn off fan - G1 Z2 F3000 ; move nozzle up 2mm - G90 ; absolute positioning - G0 X125 Y250 F3600 ; park nozzle at rear - BED_MESH_CLEAR - - # The purpose of the SAVE_GCODE_STATE/RESTORE_GCODE_STATE - # command pair is to restore the printer's coordinate system - # and speed settings since the commands above change them. - # However, to prevent any accidental, unintentional toolhead - # moves when restoring the state, explicitly set MOVE=0. - RESTORE_GCODE_STATE NAME=STATE_PRINT_END MOVE=0 - #*# <---------------------- SAVE_CONFIG ----------------------> #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*#