OrcaSlicer config

This commit is contained in:
2025-06-15 10:11:18 +02:00
parent e0d3aa8e6b
commit 77d340c852
721 changed files with 47715 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @MyToolChanger",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_mytoolchanger_common",
"layer_height": "0.12",
"bottom_shell_layers": "5",
"top_shell_layers": "6",
"support_top_z_distance": "0.08",
"support_bottom_z_distance": "0.08",
"initial_layer_print_height": "0.2",
"compatible_printers": [
"MyToolChanger 0.4 nozzle",
"MyToolChanger 0.2 nozzle",
"MyToolChanger 0.6 nozzle"
]
}