mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Add option to set jerk for infills
Signed-off-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
5866d7b756
commit
b7bdb65fd3
7 changed files with 17 additions and 5 deletions
|
@ -750,7 +750,7 @@ static std::vector<std::string> s_Preset_print_options {
|
|||
"wall_distribution_count", "min_feature_size", "min_bead_width",
|
||||
// SoftFever
|
||||
"small_perimeter_speed", "small_perimeter_threshold","bridge_angle", "filter_out_gap_fill", "post_process", "travel_acceleration","inner_wall_acceleration",
|
||||
"default_jerk", "outer_wall_jerk", "inner_wall_jerk", "top_surface_jerk", "initial_layer_jerk","travel_jerk",
|
||||
"default_jerk", "outer_wall_jerk", "inner_wall_jerk", "infill_jerk", "top_surface_jerk", "initial_layer_jerk","travel_jerk",
|
||||
"top_solid_infill_flow_ratio","bottom_solid_infill_flow_ratio","only_one_wall_first_layer",
|
||||
"print_flow_ratio","seam_gap","role_based_wipe_speed","wipe_speed"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue