mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Fix 0.16mm parameters and update start_gcode (#4414)
Fix 0.16mm parameters and update start_gcode
This commit is contained in:
parent
94eb020459
commit
6689087e6f
3 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,9 @@
|
|||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
|
||||
"overhang_2_4_speed": "50",
|
||||
"overhang_3_4_speed": "30",
|
||||
"top_shell_layers": "6",
|
||||
"overhang_1_4_speed": "50",
|
||||
"accel_to_decel_enable": "0",
|
||||
"bottom_shell_layers": "4",
|
||||
|
@ -28,7 +31,7 @@
|
|||
"skirt_speed": "50",
|
||||
"sparse_infill_speed": "330",
|
||||
"support_line_width": "0.42",
|
||||
"top_shell_thickness": "0.8",
|
||||
"top_shell_thickness": "1",
|
||||
"top_surface_line_width": "0.42",
|
||||
"compatible_printers": [
|
||||
"InfiMech TX 0.4 nozzle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue