mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Ender 3 V3 : Some improvements for supports and machines limits (#4527)
* Some improvements for supports and machines limits * Increase z-hop for KE to avoid the nozzle hit the parts * Changed jerk V3 KE settings to more logical values. * Decreased jerk * Speed, acceleration and jerk settings fine-tunings.
This commit is contained in:
parent
b30b22f66d
commit
dec33a93e8
10 changed files with 73 additions and 69 deletions
|
@ -61,7 +61,7 @@
|
|||
"skirt_height": "2",
|
||||
"skirt_loops": "0",
|
||||
"minimum_sparse_infill_area": "10",
|
||||
"internal_solid_infill_line_width": "0",
|
||||
"internal_solid_infill_line_width": "0.42",
|
||||
"spiral_mode": "0",
|
||||
"standby_temperature_delta": "-5",
|
||||
"enable_support": "0",
|
||||
|
@ -74,8 +74,8 @@
|
|||
"support_line_width": "0.38",
|
||||
"support_interface_loop_pattern": "0",
|
||||
"support_interface_filament": "0",
|
||||
"support_interface_top_layers": "2",
|
||||
"support_interface_bottom_layers": "2",
|
||||
"support_interface_top_layers": "4",
|
||||
"support_interface_bottom_layers": "-1",
|
||||
"support_interface_spacing": "0.5",
|
||||
"support_interface_speed": "100%",
|
||||
"support_interface_pattern": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue