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

@@ -0,0 +1,26 @@
{
"type": "machine",
"setting_id": "GM003",
"name": "MyKlipper 0.6 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_klipper_common",
"printer_model": "Generic Klipper Printer",
"nozzle_diameter": [
"0.6"
],
"max_layer_height": [
"0.4"
],
"min_layer_height": [
"0.12"
],
"printer_variant": "0.6",
"printable_area": [
"0x0",
"250x0",
"250x250",
"0x250"
],
"printable_height": "250"
}