mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 12:56:01 +08:00
fix parameters in process (#5331)
* 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
This commit is contained in:
parent
d69489c2a8
commit
4029edcc42
@ -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",
|
||||
@ -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",
|
||||
@ -219,4 +219,4 @@
|
||||
"xy_contour_compensation": "0",
|
||||
"xy_hole_compensation": "0",
|
||||
"exclude_object": "1"
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user