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:
salt.wei 2023-06-13 14:21:47 +08:00 committed by Lane.Wei
parent c7775ace16
commit 5d36231752
36 changed files with 1802 additions and 6 deletions

View file

@ -0,0 +1,49 @@
{
"type": "filament",
"filament_id": "GFG99",
"setting_id": "GFSG99_PRUSA_00",
"name": "Prusa Generic PETG",
"from": "system",
"instantiation": "true",
"inherits": "fdm_filament_pet",
"reduce_fan_stop_start_freq": [
"1"
],
"slow_down_for_layer_cooling": [
"1"
],
"fan_cooling_layer_time": [
"30"
],
"overhang_fan_speed": [
"90"
],
"overhang_fan_threshold": [
"25%"
],
"fan_max_speed": [
"90"
],
"fan_min_speed": [
"40"
],
"slow_down_min_speed": [
"10"
],
"slow_down_layer_time": [
"8"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"10"
],
"filament_start_gcode": [
"; filament start gcode\n"
],
"compatible_printers": [
"Prusa MK3S 0.4 nozzle",
"Prusa MINI 0.4 nozzle"
]
}