Minor cleanup in misc-macros.cfg.

This commit is contained in:
Bassam Husain
2023-03-10 07:59:26 -05:00
parent d9fb25bcd2
commit e3762db8b2

View File

@@ -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 %}