From e3762db8b244680fac6ac736758f500965906d0e Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Fri, 10 Mar 2023 07:59:26 -0500 Subject: [PATCH] Minor cleanup in misc-macros.cfg. --- cfgs/misc-macros.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cfgs/misc-macros.cfg b/cfgs/misc-macros.cfg index 643707d..caa2fef 100644 --- a/cfgs/misc-macros.cfg +++ b/cfgs/misc-macros.cfg @@ -72,10 +72,6 @@ gcode: BASE_CANCEL_PRINT [gcode_macro PRINT_START] -# Use PRINT_START for the slicer starting script - please customize for your slicer of choice -#gcode: -# G28 ; home all axes -# G1 Z20 F3000 ; move nozzle away from bed gcode: # Parameters {% set bedtemp = params.BED|int %} @@ -97,7 +93,6 @@ gcode: G1 Z20 F3000 ; move nozzle away from bed [gcode_macro PRINT_END] -# Use PRINT_END for the slicer ending script - please customize for your slicer of choice gcode: BEEP I=2 DUR=30 FREQ=8500 ; NOTE Comment out this line to stop the beeps at the end of a print {% set PRE_PURGE_PRIME_LENGTH=printer["gcode_macro _globals"].pre_purge_prime_length|default(1.40)|float %}