This commit is contained in:
Cyril 2024-05-04 19:34:04 +02:00
parent 7bd9f81ac8
commit c90fdfced0
3 changed files with 9 additions and 1 deletions

View file

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

View file

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

View file

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