mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-18 05:25:54 +08:00
changed default to inner-outer-inner wall
inner-outer-inner gives pretty good overhangs with better surface
This commit is contained in:
parent
3b9e1f8eae
commit
aec20c8364
@ -205,6 +205,10 @@
|
|||||||
"name": "0.20mm Speed @MINIIS",
|
"name": "0.20mm Speed @MINIIS",
|
||||||
"sub_path": "process/0.20mm Speed @MINIIS.json"
|
"sub_path": "process/0.20mm Speed @MINIIS.json"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "0.20mm Speed @MINIIS 0.6",
|
||||||
|
"sub_path": "process/0.20mm Speed @MINIIS 0.6.json"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "0.25mm Standard @MINIIS",
|
"name": "0.25mm Standard @MINIIS",
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"type": "process",
|
||||||
|
"setting_id": "GP004",
|
||||||
|
"name": "0.20mm Speed @MINIIS 0.6",
|
||||||
|
"from": "system",
|
||||||
|
"instantiation": "true",
|
||||||
|
"inherits": "process_speed_miniis",
|
||||||
|
"compatible_printers": [
|
||||||
|
"Prusa MINIIS 0.6 nozzle"
|
||||||
|
],
|
||||||
|
"outer_wall_speed": "115",
|
||||||
|
"inner_wall_speed": "115",
|
||||||
|
"small_perimeter_speed": "115",
|
||||||
|
"sparse_infill_speed": "120",
|
||||||
|
"internal_solid_infill_speed": "100",
|
||||||
|
"top_surface_speed": "70",
|
||||||
|
"gap_infill_speed": "80",
|
||||||
|
"bridge_speed": "40",
|
||||||
|
"initial_layer_acceleration": "500",
|
||||||
|
"top_surface_acceleration": "1500",
|
||||||
|
"inner_wall_acceleration": "2500",
|
||||||
|
"outer_wall_acceleration": "2000",
|
||||||
|
"bridge_acceleration": "1500",
|
||||||
|
"internal_solid_infill_acceleration": "4000",
|
||||||
|
"overhang_1_4_speed": "45"
|
||||||
|
}
|
@ -50,5 +50,6 @@
|
|||||||
"enable_arc_fitting": "1",
|
"enable_arc_fitting": "1",
|
||||||
"support_speed": "100",
|
"support_speed": "100",
|
||||||
"precise_outer_wall": "1",
|
"precise_outer_wall": "1",
|
||||||
"overhang_reverse": "1"
|
"overhang_reverse": "1",
|
||||||
|
"wall_sequence": "inner-outer-inner wall"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user