ENH:[filament] add H2 z_hop_types params

Change-Id: I721471737eca1e2d59ffae05a2a7df399bec9e9d
(cherry picked from commit b1001961e9b5a985e1a6ebcc1e5e2ca828ea991a)
This commit is contained in:
qian.wang 2025-06-16 10:49:24 +08:00 committed by Noisyfox
parent a781862fb1
commit 49befe4306
2 changed files with 4 additions and 172 deletions

View file

@ -23,177 +23,5 @@
"retraction_length": [
"0.4",
"0.4"
],
"machine_max_acceleration_z": [
"500",
"500",
"500",
"500"
],
"machine_max_speed_x": [
"1000",
"1000",
"1000",
"1000"
],
"machine_max_speed_y": [
"1000",
"1000",
"1000",
"1000"
],
"machine_max_speed_z": [
"30",
"30",
"30",
"30"
],
"nozzle_volume": [
"32",
"32"
],
"retract_lift_below": [
"339",
"339"
],
"deretraction_speed": [
"30",
"30"
],
"machine_max_acceleration_e": [
"5000",
"5000",
"5000",
"5000"
],
"machine_max_acceleration_extruding": [
"20000",
"20000",
"20000",
"20000"
],
"machine_max_acceleration_retracting": [
"5000",
"5000",
"5000",
"5000"
],
"machine_max_acceleration_travel": [
"9000",
"9000",
"9000",
"9000"
],
"machine_max_acceleration_x": [
"20000",
"20000",
"20000",
"20000"
],
"machine_max_acceleration_y": [
"20000",
"20000",
"20000",
"20000"
],
"machine_max_jerk_e": [
"2.5",
"2.5",
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"9",
"9",
"9"
],
"machine_max_jerk_y": [
"9",
"9",
"9",
"9"
],
"machine_max_jerk_z": [
"3",
"3",
"3",
"3"
],
"machine_max_speed_e": [
"30",
"30",
"30",
"30"
],
"machine_min_extruding_rate": [
"0"
],
"machine_min_travel_rate": [
"0"
],
"nozzle_type": [
"hardened_steel",
"hardened_steel"
],
"printer_extruder_id": [
"1",
"1"
],
"printer_extruder_variant": [
"Direct Drive Standard",
"Direct Drive High Flow"
],
"retract_before_wipe": [
"0%",
"0%"
],
"retract_length_toolchange": [
"2",
"2"
],
"retract_lift_above": [
"0",
"0"
],
"retraction_minimum_travel": [
"1",
"1"
],
"retraction_speed": [
"30",
"30"
],
"wipe_distance": [
"2",
"2"
],
"z_hop": [
"0.4",
"0.4"
],
"long_retractions_when_cut": [
"0",
"0"
],
"retract_restart_extra": [
"0",
"0"
],
"retract_restart_extra_toolchange": [
"0",
"0"
],
"retract_when_changing_layer": [
"1",
"1"
],
"retraction_distances_when_cut": [
"18",
"18"
],
"wipe": [
"1",
"1"
]
}

View file

@ -213,5 +213,9 @@
"wipe": [
"1",
"1"
],
"z_hop_types": [
"Auto Lift",
"Auto Lift"
]
}