mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
ENH: add prusa MK3 and mini printer
Thanks orca-slicer. Also fix the wrong setting id from orca. Signed-off-by: salt.wei <salt.wei@bambulab.com> Change-Id: I68363dbc2a261a6ae13ac5569972446e032e77f0
This commit is contained in:
parent
c7775ace16
commit
5d36231752
36 changed files with 1802 additions and 6 deletions
12
resources/profiles/Prusa/machine/Prusa MK3S.json
Normal file
12
resources/profiles/Prusa/machine/Prusa MK3S.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "Prusa MK3S",
|
||||
"model_id": "MK3S",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "Prusa",
|
||||
"bed_model": "mk3_bed.stl",
|
||||
"bed_texture": "mk3.svg",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Prusa Generic ABS;Prusa Generic PLA;Prusa Generic PLA-CF;Prusa Generic PETG;Prusa Generic TPU;Prusa Generic ASA;Prusa Generic PC;Prusa Generic PVA;Prusa Generic PA;Prusa Generic PA-CF"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue