Skip to content

Commit

Permalink
fix z_hop type (#7466)
Browse files Browse the repository at this point in the history
* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_process_common.json

* Update fdm_process_common_HSN.json

* Update fdm_machine_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_klipper_common.json

* Update fdm_process_common.json

* Update fdm_process_common_HSN.json

* Update InfiMech Generic PLA.json

* Update Other PLA.json

* Update fdm_filament_pla.json

* Update fdm_filament_pla_Hyper.json

* Update fdm_filament_pla_Hyper_other.json

* Update fdm_filament_pla_other.json

* Update fdm_process_common.json

* Update fdm_process_common_HSN.json
  • Loading branch information
InfimechOfficial authored Dec 14, 2024
1 parent 1af51d6 commit 2533e95
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
"slow_down_layer_time": [
"8"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.084"
"0.032"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
Expand Down
5 changes: 4 additions & 1 deletion resources/profiles/InfiMech/filament/Other PLA.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@
"slow_down_layer_time": [
"8"
],
"enable_pressure_advance": [
"1"
],
"pressure_advance": [
"0.084"
"0.032"
],
"compatible_printers": [
"InfiMech TX 0.4 nozzle"
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/InfiMech/filament/fdm_filament_pla.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"60"
],
"hot_plate_temp_initial_layer" : [
"65"
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"60"
],
"hot_plate_temp_initial_layer" : [
"65"
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"60"
],
"hot_plate_temp_initial_layer" : [
"65"
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"60"
],
"hot_plate_temp_initial_layer" : [
"65"
"60"
],
"textured_plate_temp_initial_layer" : [
"60"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"0.4"
],
"z_hop_types": [
"Auto Lift"
"Normal Lift"
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@
"0.4"
],
"z_hop_types": [
"Auto Lift"
"Normal Lift"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"0.4"
],
"z_hop_types": [
"Auto Lift"
"Normal Lift"
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@
"0.4"
],
"z_hop_types": [
"Auto Lift"
"Normal Lift"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"default_jerk": "0",
"detect_narrow_internal_solid_infill": "1",
"detect_overhang_wall": "1",
"detect_thin_wall": "0",
"detect_thin_wall": "1",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "0",
Expand Down Expand Up @@ -122,14 +122,15 @@
"slice_closing_radius": "0.049",
"slicing_mode": "regular",
"slow_down_layers": "0",
"slowdown_for_curled_perimeters": "0",
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"solid_infill_filament": "1",
"sparse_infill_acceleration": "100%",
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "crosshatch",
"sparse_infill_pattern": "grid",

"spiral_mode": "0",
"staggered_inner_seams": "0",
Expand Down
5 changes: 3 additions & 2 deletions resources/profiles/InfiMech/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"default_jerk": "0",
"detect_narrow_internal_solid_infill": "1",
"detect_overhang_wall": "1",
"detect_thin_wall": "0",
"detect_thin_wall": "1",
"draft_shield": "disabled",
"elefant_foot_compensation": "0.15",
"enable_arc_fitting": "0",
Expand Down Expand Up @@ -122,14 +122,15 @@
"slice_closing_radius": "0.049",
"slicing_mode": "regular",
"slow_down_layers": "0",
"slowdown_for_curled_perimeters": "0",
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"solid_infill_filament": "1",
"sparse_infill_acceleration": "100%",
"sparse_infill_density": "15%",
"sparse_infill_filament": "1",
"sparse_infill_line_width": "0.45",
"sparse_infill_pattern": "crosshatch",
"sparse_infill_pattern": "grid",

"spiral_mode": "0",
"staggered_inner_seams": "0",
Expand Down

0 comments on commit 2533e95

Please sign in to comment.