Automatic commit of config from 2025-04-24
This commit is contained in:
parent
f887a715a0
commit
19a2710d7a
3 changed files with 13 additions and 16 deletions
|
@ -37,10 +37,7 @@ 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
|
||||
G1 E-2 ; Retract before cleaning, or we will still have stringing
|
||||
CLEAN_NOZZLE ; doing this again is probably gonna make it work!
|
||||
SKEW_PROFILE LOAD=calilantern_skew_profile
|
||||
G1 E0 ; "UnRetract" (I forgot we were in absolutes!)
|
||||
STATUS_PRINTING
|
||||
|
||||
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Variables]
|
||||
mmu__revision = 2613
|
||||
mmu__revision = 2644
|
||||
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
|
||||
|
@ -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': 167, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 49, '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': 171, 'limit': -1, 'warning': ''}, 'cutter_blade': {'count': 50, '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}
|
||||
|
@ -33,6 +33,6 @@ mmu_statistics_gate_4 = {'pauses': 0, 'loads': 0, 'load_distance': 0.0, 'load_de
|
|||
mmu_statistics_gate_5 = {'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}
|
||||
mmu_statistics_gate_6 = {'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}
|
||||
mmu_statistics_gate_7 = {'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}
|
||||
mmu_statistics_swaps = {'pre_unload': 18.72, 'post_unload': 12.62, 'unload': 1789.69, 'pre_load': 13.84, 'post_load': 168.54, 'load': 1191.74, 'total_swaps': 40, 'swaps_since_pause': 3, 'swaps_since_pause_record': 8, 'total': 2629.04, 'total_pauses': 13, 'pause': 1679.71, 'form_tip': 23.8, 'purge': 1.13}
|
||||
mmu_statistics_swaps = {'pre_unload': 18.72, 'post_unload': 12.62, 'unload': 1789.69, 'pre_load': 13.84, 'post_load': 168.54, 'load': 1191.74, 'total_swaps': 40, 'swaps_since_pause': 0, 'swaps_since_pause_record': 8, 'total': 2629.04, 'total_pauses': 14, 'pause': 1679.71, 'form_tip': 31.32, 'purge': 2.51}
|
||||
nvm_offset = -0.11599999999999978
|
||||
|
||||
|
|
20
printer.cfg
20
printer.cfg
|
@ -455,7 +455,7 @@ x_offset: 0
|
|||
y_offset: 21.42
|
||||
reg_drive_current: 15
|
||||
tap_drive_current: 16
|
||||
tap_adjust_z: 0.15
|
||||
tap_adjust_z: 0.07
|
||||
|
||||
[temperature_sensor btt_eddy_mcu]
|
||||
sensor_type: temperature_mcu
|
||||
|
@ -476,15 +476,15 @@ enable_force_move: True
|
|||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -0.039360, -0.033419, -0.020854, -0.015895, -0.025468, -0.039360, -0.001768, -0.022150, -0.025468
|
||||
#*# -0.019553, -0.012942, -0.008350, -0.017542, -0.011298, -0.017542, 0.008655, -0.001136, -0.024164
|
||||
#*# -0.031392, -0.039360, -0.003779, 0.004094, 0.005377, -0.006713, -0.011651, -0.012942, -0.022520
|
||||
#*# -0.009640, -0.009640, -0.012959, -0.017542, -0.017542, -0.017901, 0.019737, 0.005377, -0.012954
|
||||
#*# -0.014234, -0.022150, -0.014949, -0.016248, -0.000476, 0.002100, -0.007055, -0.022150, -0.023447
|
||||
#*# -0.016248, -0.009640, 0.002100, 0.019037, -0.005054, 0.011924, 0.030075, -0.011660, -0.017542
|
||||
#*# 0.011924, 0.022293, 0.022620, 0.008655, 0.022293, 0.013209, 0.036560, -0.005054, -0.011291
|
||||
#*# 0.000809, 0.007368, 0.028798, 0.011924, -0.000476, -0.002473, 0.016478, -0.001768, -0.011302
|
||||
#*# 0.011924, 0.013209, 0.004094, 0.005078, -0.026767, 0.014494, 0.010908, -0.022799, -0.031392
|
||||
#*# 0.026336, 0.030598, 0.039726, 0.036689, 0.040929, 0.039726, 0.072255, 0.032437, 0.051225
|
||||
#*# 0.015377, 0.039726, 0.046996, 0.039726, 0.037893, 0.035484, 0.060249, 0.045167, 0.045167
|
||||
#*# 0.008021, 0.032437, 0.046996, 0.029391, 0.032437, 0.048195, 0.065053, 0.045167, 0.029391
|
||||
#*# 0.014736, 0.000645, 0.022384, 0.017798, 0.019010, 0.030598, 0.038494, 0.037893, 0.017798
|
||||
#*# 0.000645, 0.014736, 0.010448, 0.006160, -0.003054, 0.032437, 0.043332, 0.026336, 0.012307
|
||||
#*# 0.001859, 0.002791, 0.014736, 0.010761, 0.012307, 0.016585, 0.023600, 0.009232, 0.032437
|
||||
#*# 0.010154, 0.028183, 0.030598, 0.028183, 0.025127, 0.050592, 0.043967, 0.006160, 0.022073
|
||||
#*# 0.000645, 0.013521, 0.025127, 0.030585, 0.030598, 0.031230, 0.045767, 0.043967, 0.020862
|
||||
#*# -0.000010, 0.019010, 0.031230, 0.032437, 0.028183, 0.039726, 0.033642, 0.013521, 0.014736
|
||||
#*# x_count = 9
|
||||
#*# y_count = 9
|
||||
#*# mesh_x_pps = 9
|
||||
|
|
Loading…
Add table
Reference in a new issue