retraction speeds according to prusa slicer

This commit is contained in:
Bernhard Koppensteiner 2024-04-18 13:17:19 +02:00
parent 532b952b99
commit 7bb437eb0f
4 changed files with 43 additions and 1 deletions

View File

@ -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"
]
}

View File

@ -89,6 +89,9 @@
"retraction_speed": [
"70"
],
"deretraction_speed": [
"40"
],
"z_hop": [
"0.2"
],

View File

@ -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"
]
}

View File

@ -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"
]
}