Skip to content

Commit

Permalink
start_end: Make BED_MESH_CLEAR conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuh committed Jun 10, 2023
1 parent 8aa2e47 commit 41dbe8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start_end.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gcode:
# Kick off the longest preheats in the init.
M140 S{params.BED}
{% if params.CHAMBER %}M141 S{params.CHAMBER|int}{% endif %}
BED_MESH_CLEAR
{% if printer.bed_mesh %}BED_MESH_CLEAR{% endif %}
# Load a saved mesh if configured.
{% if km.start_try_saved_surface_mesh and printer.bed_mesh %}
LOAD_SURFACE_MESH
Expand Down Expand Up @@ -362,7 +362,7 @@ gcode:
_RESET_VELOCITY_LIMITS
TURN_OFF_HEATERS
M107; turn off fan
BED_MESH_CLEAR
{% if printer.bed_mesh %}BED_MESH_CLEAR{% endif %}
# Park the toolhead and present the bed
{% if printer.toolhead.homed_axes|lower == "xyz" %}
PARK Y="{km.start_end_park_y}"
Expand Down

0 comments on commit 41dbe8a

Please sign in to comment.