Update
This commit is contained in:
parent
7bd9f81ac8
commit
c90fdfced0
3 changed files with 9 additions and 1 deletions
|
@ -104,6 +104,10 @@ gcode:
|
|||
BED_MESH_PROFILE SAVE=adaptive
|
||||
BED_MESH_PROFILE LOAD=adaptive
|
||||
{% else %}
|
||||
{% if printer['output_pin FULL_BED_MESH'].value == 0 and (not printer['bed_mesh'].profile_name) %}
|
||||
RESPOND TYPE=command MSG="No bed mesh found. Starting Full Bed Mesh..."
|
||||
CX_PRINT_LEVELING_CALIBRATION
|
||||
{% endif %}
|
||||
{% if printer['output_pin FULL_BED_MESH'].value == 1 %}
|
||||
RESPOND TYPE=command MSG="Starting Full Bed Mesh..."
|
||||
CX_PRINT_LEVELING_CALIBRATION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue