Feature/add 0.2 0.6 0.8 nozzle for my klipper machine (#5637)

* Add 0.2mm 0.6mm 0.8 mm nozzle for MyKlipper profile

* small change
This commit is contained in:
SoftFever
2024-06-08 21:37:09 +08:00
committed by GitHub
parent f9ecc9d423
commit ef73bafeb0
29 changed files with 435 additions and 242 deletions

View File

@@ -6,6 +6,9 @@
"inherits": "fdm_process_klipper_common",
"instantiation": "true",
"layer_height": "0.2",
"bottom_shell_layers": "3",
"top_shell_layers": "4"
"compatible_printers": [
"MyKlipper 0.4 nozzle",
"MyKlipper 0.6 nozzle",
"MyKlipper 0.8 nozzle"
]
}