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,30 @@
{
"type": "machine",
"setting_id": "GM_CUSTOM_004",
"name": "MyToolChanger 0.8 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_toolchanger_common",
"printer_model": "Generic ToolChanger Printer",
"nozzle_diameter": [
"0.8",
"0.8",
"0.8",
"0.8",
"0.8"
],
"max_layer_height": [
"0.6"
],
"min_layer_height": [
"0.2"
],
"printer_variant": "0.8",
"printable_area": [
"0x0",
"350x0",
"350x350",
"0x350"
],
"printable_height": "300"
}