mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-09 03:50:55 +00:00
Remove Profiles Outside their Min/Max Layer Height
This commit is contained in:
@@ -122,14 +122,6 @@
|
||||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.3 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.5 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.5 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm SuperDetail @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.08mm SuperDetail 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm HighDetail @Creality CR-6 0.4.json",
|
||||
"sub_path": "process/0.10mm HighDetail @Creality CR-6 0.4.json"
|
||||
@@ -146,14 +138,6 @@
|
||||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.3 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.3 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.5 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.5 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.10mm HighDetail @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.10mm HighDetail 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @Creality CR10Max",
|
||||
"sub_path": "process/0.12mm Fine @Creality CR10Max.json"
|
||||
@@ -190,10 +174,6 @@
|
||||
"name": "0.12mm Detail @Creality Ender5Pro (2019) (0.5 nozzle)",
|
||||
"sub_path": "process/0.12mm Detail 0.5 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Detail @Creality Ender5Pro (2019) (0.6 nozzle)",
|
||||
"sub_path": "process/0.12mm Detail 0.6 @Creality Ender5Pro (2019).json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @Creality CR10V2",
|
||||
"sub_path": "process/0.16mm Optimal @Creality CR10V2.json"
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm SuperDetail 0.5 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_5",
|
||||
"bottom_shell_layers": "9",
|
||||
"top_shell_layers": "11",
|
||||
"layer_height": "0.08",
|
||||
"bridge_flow": "0.7"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.08mm SuperDetail 0.6 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_6",
|
||||
"bottom_shell_layers": "9",
|
||||
"top_shell_layers": "11",
|
||||
"wall_loops": "3",
|
||||
"bridge_flow": "0.7",
|
||||
"layer_height": "0.08"
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.10mm HighDetail 0.5 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_5",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9",
|
||||
"layer_height": "0.1",
|
||||
"bridge_flow": "0.7"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.10mm HighDetail 0.6 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_6",
|
||||
"bottom_shell_layers": "7",
|
||||
"top_shell_layers": "9",
|
||||
"wall_loops": "3",
|
||||
"bridge_flow": "0.7",
|
||||
"layer_height": "0.1"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Detail 0.6 nozzle @Creality Ender5Pro (2019)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_creality_common_0_6",
|
||||
"bottom_shell_layers": "6",
|
||||
"top_shell_layers": "7",
|
||||
"wall_loops": "3",
|
||||
"bridge_flow": "0.7",
|
||||
"layer_height": "0.12"
|
||||
}
|
||||
Reference in New Issue
Block a user