mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Provide reasonable default layer heights (#7384)
Using my Ender 3 V3 SE I noticed weird printing behaviour. Searching for the cause, I found that the default layer height for a 0.2mm nozzle for the printer was set to 0.08mm min and 0.32mm max, which are the default 20%/80% values for a 0.4mm nozzle. This commit changes the values for all Creality printer which had not a reasonable default value for 0.2mm, 0.6mm and 0.8mm nozzles to 20% min and 80% max. Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
"0.56"
|
||||
],
|
||||
"min_layer_height": [
|
||||
"0.08"
|
||||
"0.16"
|
||||
],
|
||||
"printer_settings_id": "Creality",
|
||||
"retraction_minimum_travel": [
|
||||
|
||||
Reference in New Issue
Block a user