From a91c071aa9ab7978a1dc3862fd052e7698541aa5 Mon Sep 17 00:00:00 2001 From: Martyn Date: Mon, 7 Jul 2025 17:57:49 +0100 Subject: [PATCH] Automatic commit of config from 2025-07-07 --- martyn_macros.cfg | 2 ++ mmu/mmu_vars.cfg | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/martyn_macros.cfg b/martyn_macros.cfg index df74cba..2c8c7d1 100644 --- a/martyn_macros.cfg +++ b/martyn_macros.cfg @@ -70,6 +70,8 @@ gcode: G92 E0 ; Reset Extruder G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish + RESPOND PREFIX=DEBUG: MSG="CLEAN_NOZZLE macro (wipe any retraction debris picked up during prime line)" + CLEAN_NOZZLE RESPOND PREFIX=DEBUG: MSG="SKEW_PROFILE LOAD=calilantern_skew_profile" SKEW_PROFILE LOAD=calilantern_skew_profile M117 Print started diff --git a/mmu/mmu_vars.cfg b/mmu/mmu_vars.cfg index df5bc7d..cf390bf 100644 --- a/mmu/mmu_vars.cfg +++ b/mmu/mmu_vars.cfg @@ -1,5 +1,5 @@ [Variables] -mmu__revision = 4084 +mmu__revision = 4091 mmu_calibration_bowden_home = 'encoder' mmu_calibration_bowden_lengths = [1425.1, 1425.1, 1425.1, 1425.1, 1425.1, 1425.1, 1425.1, 1425.1] mmu_calibration_clog_length = 8.9 @@ -24,7 +24,7 @@ mmu_state_gate_temperature = [200, 200, 200, 200, 200, 200, 200, 200] mmu_state_last_tool = -1 mmu_state_tool_selected = 0 mmu_state_tool_to_gate_map = [2, 2, 2, 2, 2, 2, 2, 2] -mmu_statistics_counters = {'servo_down': {'count': 1184, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 296, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 67, 'limit': 3000, 'warning': 'Inspect/replace filament cutting blade', 'pause': False}} +mmu_statistics_counters = {'servo_down': {'count': 1185, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 297, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 67, 'limit': 3000, 'warning': 'Inspect/replace filament cutting blade', 'pause': False}} mmu_statistics_gate_0 = {'pauses': 0, 'loads': 2, 'load_distance': 0.0, 'load_delta': 0.0, 'unloads': 0, 'unload_distance': 0.0, 'unload_delta': 0.0, 'load_failures': 2, 'unload_failures': 0, 'quality': -1.0} mmu_statistics_gate_1 = {'pauses': 7, 'loads': 17, 'load_distance': 21959.049, 'load_delta': 7303.358, 'unloads': 16, 'unload_distance': 9610.7, 'unload_delta': 534.671, 'load_failures': 8, 'unload_failures': 5, 'quality': 0.39797587469336376} mmu_statistics_gate_2 = {'pauses': 1, 'loads': 17, 'load_distance': 20817.321, 'load_delta': 4752.43, 'unloads': 18, 'unload_distance': 15111.1, 'unload_delta': 1780.351, 'load_failures': 8, 'unload_failures': 3, 'quality': 0.5951171707295873}