mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
post changes after merging BS1.7.4
Remove tracking etc..
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB99",
|
||||
"setting_id": "GFSB99_CREALITY_00",
|
||||
"name": "Generic ABS @Creality",
|
||||
"setting_id": "GFSB99_00",
|
||||
"name": "Tronxy Generic ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
@@ -13,15 +13,6 @@
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Creality CR-10 V2 0.4 nozzle",
|
||||
"Creality CR-10 Max 0.4 nozzle",
|
||||
"Creality Ender-3 V2 0.4 nozzle",
|
||||
"Creality Ender-3 S1 0.4 nozzle",
|
||||
"Creality Ender-3 S1 Pro 0.4 nozzle",
|
||||
"Creality Ender-5 0.4 nozzle",
|
||||
"Creality Ender-5 Plus 0.4 nozzle",
|
||||
"Creality Ender-5S 0.4 nozzle",
|
||||
"Creality Ender-5 S1 0.4 nozzle",
|
||||
"Creality Ender-6 0.4 nozzle"
|
||||
"Tronxy X5SA 400 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
11
resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json
Normal file
11
resources/profiles/Tronxy/process/0.12mm Fine @Tronxy.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP002",
|
||||
"name": "0.12mm Fine @Tronxy",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"layer_height": "0.12",
|
||||
"bottom_shell_layers": "5",
|
||||
"top_shell_layers": "6"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP003",
|
||||
"name": "0.15mm Optimal @Tronxy",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"bottom_shell_layers": "4",
|
||||
"top_shell_layers": "5",
|
||||
"layer_height": "0.15"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Tronxy",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_common",
|
||||
"instantiation": "true",
|
||||
"layer_height": "0.2",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
12
resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json
Normal file
12
resources/profiles/Tronxy/process/0.24mm Draft @Tronxy.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP005",
|
||||
"name": "0.24mm Draft @Tronxy",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_process_common",
|
||||
"layer_height": "0.24",
|
||||
"top_surface_line_width": "0.45",
|
||||
"bottom_shell_layers": "3",
|
||||
"top_shell_layers": "4"
|
||||
}
|
||||
Reference in New Issue
Block a user