OrcaSlicer/resources/profiles/Prusa/filament/Prusa Generic PVA.json
salt.wei 5d36231752 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
2023-07-07 17:29:08 +08:00

25 lines
517 B
JSON

{
"type": "filament",
"filament_id": "GFS99",
"setting_id": "GFSS99_PRUSA_00",
"name": "Prusa Generic PVA",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pva",
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"12"
],
"slow_down_layer_time": [
"7"
],
"slow_down_min_speed": [
"10"
],
"compatible_printers": [
"Prusa MK3S 0.4 nozzle",
"Prusa MINI 0.4 nozzle"
]
}