dont mesh every print

This commit is contained in:
Torsten 2023-01-30 16:00:35 +02:00
parent d9c586544f
commit cc190916c7
1 changed files with 21 additions and 23 deletions

View File

@ -329,8 +329,6 @@ gcode:
M190 S{params.BED_TEMP|default(printer.heater_bed.target, true) }
# Run the customizable "AFTER_HEATING_BED" macro.
_START_PRINT_AFTER_HEATING_BED
# Run the customizable "BED_MESH" macro
_START_PRINT_BED_MESH
# Start heating extruder
M104 S{params.EXTRUDER_TEMP|default(printer.extruder.target, true) }
# Run the customizable "PARK" macro