Automatic commit of config from 2025-03-29
This commit is contained in:
parent
a10d5a1315
commit
4e616675f3
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ gcode:
|
|||
CLEAN_NOZZLE
|
||||
G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
|
||||
G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
|
||||
SET_GCODE_OFFSET Z_ADJUST=-0.3 MOVE=1 ; This will NOT save!
|
||||
#SET_GCODE_OFFSET Z_ADJUST=-0.3 MOVE=1 ; This will NOT save!
|
||||
G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
|
||||
G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
|
||||
G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Variables]
|
||||
mmu__revision = 885
|
||||
mmu__revision = 892
|
||||
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 = 17.4
|
||||
|
@ -18,7 +18,7 @@ mmu_state_gate_status = [2, 1, 0, 0, 0, 0, 0, 0]
|
|||
mmu_state_last_tool = 0
|
||||
mmu_state_tool_selected = 1
|
||||
mmu_state_tool_to_gate_map = [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
mmu_statistics_counters = {'servo_down': {'count': 193, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 48, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 42, 'limit': 3000, 'warning': 'Inspect/replace filament cutting blade', 'pause': False}}
|
||||
mmu_statistics_counters = {'servo_down': {'count': 194, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 49, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 42, 'limit': 3000, 'warning': 'Inspect/replace filament cutting blade', 'pause': False}}
|
||||
mmu_statistics_gate_0 = {'pauses': 12, 'loads': 28, 'load_distance': 38354.336, 'load_delta': 6896.202, 'unloads': 43, 'unload_distance': 31567.3, 'unload_delta': 1877.741, 'load_failures': 7, 'unload_failures': 16, 'quality': 0.9546537865318246}
|
||||
mmu_statistics_gate_1 = {'pauses': 2, 'loads': 22, 'load_distance': 28896.615, 'load_delta': 90.861, 'unloads': 23, 'unload_distance': 26126.9, 'unload_delta': 1429.262, 'load_failures': 1, 'unload_failures': 4, 'quality': 0.8150402644682778}
|
||||
mmu_statistics_gate_2 = {'pauses': 0, 'loads': 0, 'load_distance': 0.0, 'load_delta': 0.0, 'unloads': 0, 'unload_distance': 0.0, 'unload_delta': 0.0, 'load_failures': 0, 'unload_failures': 0, 'quality': -1.0}
|
||||
|
|
Loading…
Add table
Reference in a new issue