mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Various profile improvments (#4775)
* Add Prusa MINI profiles & fix image extension * Add MINI & MK3S to generic filaments * Change 0.2 to 0.25 * Change this one * Fix this * Fix nozzle diameters * Forgot this...
This commit is contained in:
parent
88f94c82ea
commit
a187356b93
21 changed files with 437 additions and 7 deletions
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "process",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @MINI 0.6",
|
||||
"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.6 nozzle"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue