changed default to inner-outer-inner wall

inner-outer-inner gives pretty good overhangs with better surface
This commit is contained in:
Bernhard Koppensteiner 2024-04-27 09:08:38 +02:00
parent 3b9e1f8eae
commit aec20c8364
3 changed files with 33 additions and 2 deletions

View File

@ -205,6 +205,10 @@
"name": "0.20mm Speed @MINIIS",
"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",

View File

@ -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"
}

View File

@ -50,5 +50,6 @@
"enable_arc_fitting": "1",
"support_speed": "100",
"precise_outer_wall": "1",
"overhang_reverse": "1"
"overhang_reverse": "1",
"wall_sequence": "inner-outer-inner wall"
}