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
22
resources/profiles/Prusa/filament/Prusa Generic PLA.json
Normal file
22
resources/profiles/Prusa/filament/Prusa Generic PLA.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSL99_PRUSA_00",
|
||||
"name": "Prusa Generic PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"12"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Prusa MK3S 0.4 nozzle",
|
||||
"Prusa MINI 0.4 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue