Add Resonance Avoidance

This commit is contained in:
QIDI TECH
2024-06-13 16:28:33 +08:00
parent 5b7a66b64c
commit e21feab522
7 changed files with 55 additions and 2 deletions

View File

@@ -2474,7 +2474,7 @@ cooling_tube_retraction = 91.5
default_filament_profile =
default_print_profile =
deretract_speed = 0
end_gcode = M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{max_layer_z + 3} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}
end_gcode = M141 S0\nM104 S0\nM140 S0\nG1 E-3 F1800\nG0 Z{min(max_print_height, max_layer_z + 3)} F600\nG0 X0 Y0 F12000\n{if max_layer_z < max_print_height / 2}G1 Z{max_print_height / 2 + 10} F600{else}G1 Z{min(max_print_height, max_layer_z + 3)}{endif}
extra_loading_move = -2
extruder_colour = ""
extruder_offset = 0x0
@@ -2503,7 +2503,9 @@ machine_min_extruding_rate = 0
machine_min_travel_rate = 0
max_layer_height = 0.28
max_print_height = 315
max_resonance_avoidance_speed = 115
min_layer_height = 0.08
min_resonance_avoidance_speed = 70
multimaterial_purging = 45
nozzle_diameter = 0.4
parking_pos_retraction = 92
@@ -2518,6 +2520,7 @@ printer_vendor = QIDI
printhost_apikey =
printhost_cafile =
remaining_times = 1
resonance_avoidance = 1
retract_before_travel = 1
retract_before_wipe = 0%
retract_layer_change = 1