Skip to content

Commit

Permalink
fix parameters in process (#5331)
Browse files Browse the repository at this point in the history
* Update FlyingBear S1 0.4 nozzle.json

* Update 0.16mm Optimal @FlyingBear Reborn3.json

* Merge pull request #11 from FlyingbearOfficial/FlyingbearOfficial-patch-15

Update 0.16mm Optimal @FlyingBear Reborn3.json

* Update 0.16mm Optimal @FlyingBear S1.json

* Update fdm_process_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Update fdm_klipper_common.json

* Update fdm_machine_common.json

* Merge branch 'SoftFever:main' into main

* Merge branch 'SoftFever:main' into main

* Merge branch 'SoftFever:main' into main

* Merge branch 'SoftFever:main' into main

* Update fdm_process_common.json

* Merge pull request #12 from FlyingbearOfficial/FlyingbearOfficial-patch-16

Update fdm_process_common.json

* Update fdm_process_common_S1.json

fix some parameters

* Update fdm_process_common.json
  • Loading branch information
FlyingbearOfficial authored May 18, 2024
1 parent d69489c commit 4029edc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"initial_layer_print_height": "0.2",
"initial_layer_speed": "50",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "10000",
"inner_wall_acceleration": "5000",
"inner_wall_jerk": "9",
"inner_wall_line_width": "0.45",
"interface_shells": "0",
Expand All @@ -84,7 +84,7 @@
"max_travel_detour_distance": "0",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_width_top_surface": "300%",
"min_width_top_surface": "100%",
"minimum_sparse_infill_area": "15",
"notes": "",
"only_one_wall_first_layer": "0",
Expand Down Expand Up @@ -219,4 +219,4 @@
"xy_contour_compensation": "0",
"xy_hole_compensation": "0",
"exclude_object": "1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"max_travel_detour_distance": "0",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_width_top_surface": "300%",
"min_width_top_surface": "100%",
"minimum_sparse_infill_area": "15",
"notes": "",
"only_one_wall_first_layer": "0",
Expand Down
4 changes: 2 additions & 2 deletions resources/profiles/InfiMech/process/fdm_process_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"initial_layer_print_height": "0.2",
"initial_layer_speed": "50",
"initial_layer_travel_speed": "100%",
"inner_wall_acceleration": "10000",
"inner_wall_acceleration": "5000",
"inner_wall_jerk": "9",
"inner_wall_line_width": "0.45",
"interface_shells": "0",
Expand All @@ -83,7 +83,7 @@
"max_travel_detour_distance": "0",
"min_bead_width": "85%",
"min_feature_size": "25%",
"min_width_top_surface": "300%",
"min_width_top_surface": "100%",
"minimum_sparse_infill_area": "15",
"notes": "",
"only_one_wall_first_layer": "0",
Expand Down

0 comments on commit 4029edc

Please sign in to comment.