mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00: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:
@@ -12,7 +12,7 @@
|
|||||||
],
|
],
|
||||||
"default_print_profile": "0.20mm Speed @MK3S 0.25",
|
"default_print_profile": "0.20mm Speed @MK3S 0.25",
|
||||||
"nozzle_diameter": [
|
"nozzle_diameter": [
|
||||||
"0.2"
|
"0.25"
|
||||||
],
|
],
|
||||||
"bed_exclude_area": [
|
"bed_exclude_area": [
|
||||||
"0x0"
|
"0x0"
|
||||||
@@ -39,6 +39,12 @@
|
|||||||
"200",
|
"200",
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.15"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
"host_type": "prusalink",
|
"host_type": "prusalink",
|
||||||
"printable_height": "210",
|
"printable_height": "210",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
|
|||||||
@@ -39,6 +39,12 @@
|
|||||||
"200",
|
"200",
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.3"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.05"
|
||||||
|
],
|
||||||
"host_type": "prusalink",
|
"host_type": "prusalink",
|
||||||
"printable_height": "210",
|
"printable_height": "210",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
|
|||||||
@@ -39,6 +39,12 @@
|
|||||||
"200",
|
"200",
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.4"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.15"
|
||||||
|
],
|
||||||
"host_type": "prusalink",
|
"host_type": "prusalink",
|
||||||
"printable_height": "210",
|
"printable_height": "210",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
|
|||||||
@@ -39,6 +39,12 @@
|
|||||||
"200",
|
"200",
|
||||||
"200"
|
"200"
|
||||||
],
|
],
|
||||||
|
"max_layer_height": [
|
||||||
|
"0.6"
|
||||||
|
],
|
||||||
|
"min_layer_height": [
|
||||||
|
"0.2"
|
||||||
|
],
|
||||||
"host_type": "prusalink",
|
"host_type": "prusalink",
|
||||||
"printable_height": "210",
|
"printable_height": "210",
|
||||||
"machine_pause_gcode": "M601",
|
"machine_pause_gcode": "M601",
|
||||||
|
|||||||
@@ -50,6 +50,10 @@
|
|||||||
],
|
],
|
||||||
"ooze_prevention": "0",
|
"ooze_prevention": "0",
|
||||||
"outer_wall_acceleration": "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": [
|
"post_process": [
|
||||||
""
|
""
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user