mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
fix filename
This commit is contained in:
parent
5c439c4acc
commit
d9cdafbaa0
16 changed files with 88 additions and 93 deletions
|
@ -5,9 +5,6 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"compatible_printers": [
|
||||
"Snapmaker J1 0.4 nozzle"
|
||||
],
|
||||
"bottom_shell_layers": "4",
|
||||
"bridge_acceleration": "60%",
|
||||
"brim_type": "no_brim",
|
||||
|
@ -76,5 +73,8 @@
|
|||
"travel_jerk": "9",
|
||||
"travel_speed": "150",
|
||||
"tree_support_wall_count": "2",
|
||||
"xy_hole_compensation": "0.08"
|
||||
"xy_hole_compensation": "0.08",
|
||||
"compatible_printers": [
|
||||
"Snapmaker J1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"compatible_printers": [
|
||||
"Snapmaker J1 0.6 nozzle"
|
||||
],
|
||||
"bottom_shell_layers": "4",
|
||||
"bridge_acceleration": "60%",
|
||||
"brim_type": "no_brim",
|
||||
|
@ -76,5 +73,8 @@
|
|||
"travel_jerk": "9",
|
||||
"travel_speed": "150",
|
||||
"tree_support_wall_count": "2",
|
||||
"xy_hole_compensation": "0.08"
|
||||
"xy_hole_compensation": "0.08",
|
||||
"compatible_printers": [
|
||||
"Snapmaker J1 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
"bridge_no_support": "0",
|
||||
"draft_shield": "disabled",
|
||||
"elefant_foot_compensation": "0",
|
||||
"enable_arc_fitting": "1",
|
||||
"outer_wall_line_width": "0.4",
|
||||
"wall_infill_order": "inner wall/outer wall/infill",
|
||||
"line_width": "0.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue