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