Automatic commit of config from 2025-04-22
This commit is contained in:
parent
de3bbe00cc
commit
0155a20a5d
3 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ gcode:
|
|||
G1 Z10 F3000
|
||||
QUAD_GANTRY_LEVEL
|
||||
STATUS_MESHING
|
||||
;BED_MESH_CALIBRATE Well, this is fine and dandy...
|
||||
BED_MESH_CALIBRATE ;Well, this is fine and dandy...
|
||||
G28 Z0 ; Leveled, validate that z!
|
||||
M190 S{BED_TEMP} ; Start heating the bed, wait until target temperature reached
|
||||
M109 S{EXTRUDER_TEMP} ; Finish heating the nozzle
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Variables]
|
||||
mmu__revision = 2314
|
||||
mmu__revision = 2390
|
||||
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
|
||||
|
@ -11,7 +11,7 @@ mmu_servo_angles = {'down': 90, 'up': 10, 'move': 35}
|
|||
mmu_state_enable_endless_spool = 1
|
||||
mmu_state_endless_spool_groups = [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
mmu_state_filament_pos = 10
|
||||
mmu_state_filament_remaining = 3.0
|
||||
mmu_state_filament_remaining = 0.0
|
||||
mmu_state_filament_remaining_color = ''
|
||||
mmu_state_gate_color = ['', '', '', '', '', '', '', '']
|
||||
mmu_state_gate_filament_name = ['', '', '', '', '', '', '', '']
|
||||
|
@ -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 = -2
|
||||
mmu_state_tool_to_gate_map = [0, 1, 2, 3, 4, 5, 6, 7]
|
||||
mmu_statistics_counters = {'servo_down': {'count': 812, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 123, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 45, 'limit': 3000, 'warning': 'Inspect/replace filament cutting blade', 'pause': False}}
|
||||
mmu_statistics_counters = {'servo_down': {'count': 812, 'limit': 5000, 'warning': 'Inspect servo arm for wear/damage', 'pause': False}, 'mmu_restarts': {'count': 129, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 48, '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': 25, 'unload_distance': 27502.0, 'unload_delta': 1483.93, 'load_failures': 1, 'unload_failures': 5, 'quality': 0.8375118313601163}
|
||||
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}
|
||||
|
|
|
@ -433,9 +433,9 @@ mesh_min: 0, 0
|
|||
mesh_max: 310, 310
|
||||
zero_reference_position: 175, 175
|
||||
# #mesh_pps: 9, 9
|
||||
# algorithm: bicubic
|
||||
# bicubic_tension: 0.2
|
||||
probe_count: 6,6
|
||||
algorithm: bicubic
|
||||
bicubic_tension: 0.2
|
||||
probe_count: 7,7
|
||||
|
||||
[input_shaper]
|
||||
shaper_freq_x: 91.4
|
||||
|
|
Loading…
Add table
Reference in a new issue