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,26 @@
{
"type": "process",
"setting_id": "GP_VORON_000",
"name": "0.20mm Standard @MINI",
"from": "system",
"instantiation": "true",
"inherits": "fdm_process_common",
"initial_layer_speed": "20",
"initial_layer_infill_speed": "25",
"gap_infill_speed": "40",
"bridge_speed": "25",
"default_jerk": "8",
"initial_layer_acceleration": "700",
"inner_wall_speed": "50",
"internal_solid_infill_speed": "140",
"is_custom_defined": "0",
"outer_wall_speed": "40",
"overhang_2_4_speed": "30",
"print_settings_id": "MINI - Copy",
"sparse_infill_speed": "140",
"top_surface_speed": "40",
"travel_speed": "150",
"compatible_printers": [
"Prusa MINI 0.4 nozzle"
]
}