mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Tweak default parameters
1. Change default ensure_vertical_shell_thickness value back to ensure_all as suggested by @igiannakas 2. Change default sparse_infill_pattern vaule to ipCrossHatch
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"outer_wall_acceleration": "3000",
|
||||
"bridge_acceleration": "1500",
|
||||
"sparse_infill_density": "10%",
|
||||
"sparse_infill_pattern": "supportcubic",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"initial_layer_acceleration": "2500",
|
||||
"gap_infill_speed": "300",
|
||||
"sparse_infill_speed": "600",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"bottom_shell_layers": "4",
|
||||
"bottom_shell_thickness": "0.5",
|
||||
"sparse_infill_density": "15%",
|
||||
"sparse_infill_pattern": "cubic",
|
||||
"sparse_infill_pattern": "crosshatch",
|
||||
"infill_wall_overlap": "23%",
|
||||
"infill_direction": "45",
|
||||
"minimum_sparse_infill_area": "15",
|
||||
@@ -60,7 +60,7 @@
|
||||
"travel_jerk": "20",
|
||||
"enable_support": "0",
|
||||
"support_type": "normal(auto)",
|
||||
"support_threshold_angle": "40",
|
||||
"support_threshold_angle": "30",
|
||||
"support_on_build_plate_only": "0",
|
||||
"raft_layers": "0",
|
||||
"support_filament": "0",
|
||||
|
||||
Reference in New Issue
Block a user