mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-24 00:28:38 -07:00
Update MK3 profiles (#11386)
* Fixed MK3S 0.25 nozzle diameter * Fixed MK3S min/max layer heights * Added missing MK3 overhang speeds
This commit is contained in:
parent
c0c1ddfda0
commit
5fa38e16f4
5 changed files with 29 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
],
|
||||
"default_print_profile": "0.20mm Speed @MK3S 0.25",
|
||||
"nozzle_diameter": [
|
||||
"0.2"
|
||||
"0.25"
|
||||
],
|
||||
"bed_exclude_area": [
|
||||
"0x0"
|
||||
|
|
@ -39,6 +39,12 @@
|
|||
"200",
|
||||
"200"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"host_type": "prusalink",
|
||||
"printable_height": "210",
|
||||
"machine_pause_gcode": "M601",
|
||||
|
|
|
|||
|
|
@ -39,6 +39,12 @@
|
|||
"200",
|
||||
"200"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.3"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"host_type": "prusalink",
|
||||
"printable_height": "210",
|
||||
"machine_pause_gcode": "M601",
|
||||
|
|
|
|||
|
|
@ -39,6 +39,12 @@
|
|||
"200",
|
||||
"200"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.4"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"host_type": "prusalink",
|
||||
"printable_height": "210",
|
||||
"machine_pause_gcode": "M601",
|
||||
|
|
|
|||
|
|
@ -39,6 +39,12 @@
|
|||
"200",
|
||||
"200"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.6"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
],
|
||||
"host_type": "prusalink",
|
||||
"printable_height": "210",
|
||||
"machine_pause_gcode": "M601",
|
||||
|
|
|
|||
|
|
@ -50,6 +50,10 @@
|
|||
],
|
||||
"ooze_prevention": "0",
|
||||
"outer_wall_acceleration": "0",
|
||||
"overhang_1_4_speed": "25",
|
||||
"overhang_2_4_speed": "20",
|
||||
"overhang_3_4_speed": "15",
|
||||
"overhang_4_4_speed": "15",
|
||||
"post_process": [
|
||||
""
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue