diff --git a/files/kamp/Start_Print-3v3.cfg b/files/kamp/Start_Print-3v3.cfg index d49d9f0..1911653 100644 --- a/files/kamp/Start_Print-3v3.cfg +++ b/files/kamp/Start_Print-3v3.cfg @@ -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 diff --git a/files/kamp/Start_Print.cfg b/files/kamp/Start_Print.cfg index 569e91d..f2a6d92 100644 --- a/files/kamp/Start_Print.cfg +++ b/files/kamp/Start_Print.cfg @@ -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 diff --git a/files/moonraker/moonraker.conf b/files/moonraker/moonraker.conf index e31e6d4..57e0c22 100644 --- a/files/moonraker/moonraker.conf +++ b/files/moonraker/moonraker.conf @@ -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