Add MK4 0.25/0.6/0.8 nozzle

This commit is contained in:
SoftFever 2023-09-05 19:51:36 +08:00
parent e97ab55e83
commit 60111eaa16
31 changed files with 621 additions and 51 deletions

View file

@ -2,11 +2,11 @@
"type": "machine_model",
"name": "Prusa MK4",
"model_id": "MK4",
"nozzle_diameter": "0.4",
"nozzle_diameter": "0.25;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Prusa",
"bed_model": "mk4_bed.stl",
"bed_texture": "mk4.svg",
"bed_texture": "mk4is.svg",
"hotend_model": "",
"default_materials": "Prusa Generic PLA-CF;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF;Prusa Generic ABS @MK4;Prusa Generic PLA @MK4;Prusa Generic PETG @MK4;Prusa Generic TPU @MK4;Prusa Generic ASA @MK4"
}