mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-19 06:55:53 +08:00
retraction speeds according to prusa slicer
This commit is contained in:
parent
532b952b99
commit
7bb437eb0f
@ -14,5 +14,17 @@
|
||||
"default_print_profile": "0.12mm Standard @MINIIS",
|
||||
"nozzle_diameter": [
|
||||
"0.25"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.05"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.5"
|
||||
],
|
||||
"retraction_minimum_travel": [
|
||||
"1.0"
|
||||
]
|
||||
}
|
||||
|
@ -89,6 +89,9 @@
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"40"
|
||||
],
|
||||
"z_hop": [
|
||||
"0.2"
|
||||
],
|
||||
|
@ -14,5 +14,17 @@
|
||||
"default_print_profile": "0.25mm Standard @MINIIS",
|
||||
"nozzle_diameter": [
|
||||
"0.6"
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.4"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.15"
|
||||
],
|
||||
"retraction_length": [
|
||||
"2.8"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"70"
|
||||
]
|
||||
}
|
||||
|
@ -14,5 +14,20 @@
|
||||
"default_print_profile": "0.40mm Standard @MINIIS",
|
||||
"nozzle_diameter": [
|
||||
"0.8"
|
||||
]
|
||||
],
|
||||
"max_layer_height": [
|
||||
"0.55"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.2"
|
||||
] ,
|
||||
"retraction_length": [
|
||||
"2.8"
|
||||
],
|
||||
"retraction_speed": [
|
||||
"45"
|
||||
],
|
||||
"deretraction_speed": [
|
||||
"20"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user