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

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