mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
Add MK4 0.25/0.6/0.8 nozzle
This commit is contained in:
parent
e97ab55e83
commit
60111eaa16
31 changed files with 621 additions and 51 deletions
28
resources/profiles/Prusa/process/process_common_mk4.json
Normal file
28
resources/profiles/Prusa/process/process_common_mk4.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"type": "process",
|
||||
"name": "process_common_mk4",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_process_common",
|
||||
"initial_layer_speed": "45",
|
||||
"initial_layer_infill_speed": "80",
|
||||
"outer_wall_speed": "170",
|
||||
"inner_wall_speed": "170",
|
||||
"sparse_infill_speed": "200",
|
||||
"internal_solid_infill_speed": "200",
|
||||
"top_surface_speed": "100",
|
||||
"gap_infill_speed": "120",
|
||||
"travel_speed": "300",
|
||||
"bridge_speed": "25",
|
||||
"travel_jerk": "9",
|
||||
"outer_wall_jerk": "7",
|
||||
"inner_wall_jerk": "7",
|
||||
"default_jerk": "9",
|
||||
"default_acceleration": "4000",
|
||||
"internal_bridge_speed": "50",
|
||||
"initial_layer_acceleration": "700",
|
||||
"top_surface_acceleration": "1000",
|
||||
"travel_acceleration": "4000",
|
||||
"inner_wall_acceleration": "4000",
|
||||
"outer_wall_acceleration": "3000"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue