added MK3.5 support

This commit is contained in:
Bernhard Koppensteiner
2024-08-28 21:48:15 +02:00
parent 65d6b3d393
commit 65e007cb41
69 changed files with 3324 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Prusa MK3.5",
"model_id": "MK3.5",
"nozzle_diameter": "0.25;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Prusa",
"bed_model": "mk3.5_bed.stl",
"bed_texture": "mk3.5.svg",
"hotend_model": "",
"default_materials": "Prusa Generic PLA-CF @MK3.5;Prusa Generic PC @MK3.5;Prusa Generic PVA @MK3.5;Prusa Generic PA @MK3.5;Prusa Generic PA-CF @MK3.5;Prusa Generic ABS @MK3.5;Prusa Generic PLA @MK3.5;Prusa Generic PLA @MK3.5 0.6;Prusa Generic PLA @MK3.5 0.8;Prusa Generic PETG @MK3.5;Prusa Generic PETG @MK3.5 0.6;Prusa Generic PETG @MK3.5 0.8;Prusa Generic TPU @MK3.5;Prusa Generic ASA @MK3.5;"
}