Update
This commit is contained in:
parent
7bd9f81ac8
commit
c90fdfced0
3 changed files with 9 additions and 1 deletions
|
@ -109,6 +109,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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
host: 0.0.0.0
|
||||
port: 7125
|
||||
klippy_uds_address: /tmp/klippy_uds
|
||||
max_upload_size: 1024
|
||||
max_upload_size: 2048
|
||||
|
||||
[file_manager]
|
||||
queue_gcode_uploads: False
|
||||
|
|
Loading…
Add table
Reference in a new issue