From ce1a551466d66491a8a784cdbd4cda2d9b858dcf Mon Sep 17 00:00:00 2001 From: Martyn Date: Thu, 1 May 2025 13:34:36 +0100 Subject: [PATCH] Automatic commit of config from 2025-05-01 --- ebb36.cfg | 9 +++++---- mmu/mmu_vars.cfg | 4 ++-- printer.cfg | 7 +++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ebb36.cfg b/ebb36.cfg index f062263..0ecb588 100644 --- a/ebb36.cfg +++ b/ebb36.cfg @@ -50,10 +50,11 @@ min_temp: 10 max_temp: 295 max_power: 1.0 min_extrude_temp: 170 -control = pid -pid_kp = 26.213 -pid_ki = 1.304 -pid_kd = 131.721 +[extruder] +control: pid +pid_Kp: 34.683 +pid_Ki: 4.204 +pid_Kd: 71.534 max_extrude_only_distance = 101 ## Try to keep pressure_advance below 1.0 #pressure_advance: 0.05 diff --git a/mmu/mmu_vars.cfg b/mmu/mmu_vars.cfg index 6704eb3..d3b55eb 100644 --- a/mmu/mmu_vars.cfg +++ b/mmu/mmu_vars.cfg @@ -1,5 +1,5 @@ [Variables] -mmu__revision = 3465 +mmu__revision = 3505 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 = 0 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': 1091, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 221, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 64, 'limit': 3000, 'warning': 'Inspect/replace filament cutting blade', 'pause': False}} +mmu_statistics_counters = {'servo_down': {'count': 1097, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 225, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 64, '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': 14, 'load_distance': 17363.659, 'load_delta': 6553.004, 'unloads': 15, 'unload_distance': 8235.6, 'unload_delta': 468.046, 'load_failures': 8, 'unload_failures': 5, 'quality': 0.5019132500615917} mmu_statistics_gate_2 = {'pauses': 1, 'loads': 13, 'load_distance': 17777.619, 'load_delta': 4266.723, 'unloads': 13, 'unload_distance': 10985.8, 'unload_delta': 242.944, 'load_failures': 6, 'unload_failures': 2, 'quality': 0.5442276299650511} diff --git a/printer.cfg b/printer.cfg index 419a7df..dca7c2f 100644 --- a/printer.cfg +++ b/printer.cfg @@ -212,10 +212,9 @@ max_power: 0.6 min_temp: 0 max_temp: 120 control: pid -pid_kp: 58.437 -pid_ki: 2.347 -pid_kd: 363.769 - +pid_Kp: 43.209 +pid_Ki: 1.162 +pid_Kd: 401.841 #####################################################################