post changes after merging BS1.7.4

Remove tracking etc..
This commit is contained in:
SoftFever
2023-08-26 18:24:13 +08:00
parent e65b11a831
commit 2a478ab4f9
615 changed files with 46215 additions and 54844 deletions

View File

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

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

View File

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

View File

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

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