mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:45:57 +08:00
reduced skirt line count as there is also minimum length
This commit is contained in:
parent
873b8445c7
commit
785d24732d
@ -113,7 +113,7 @@
|
|||||||
"adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
|
"adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
|
||||||
"brim_replaces_support": { "value": false },
|
"brim_replaces_support": { "value": false },
|
||||||
"skirt_gap": { "value": 5.0 },
|
"skirt_gap": { "value": 5.0 },
|
||||||
"skirt_line_count": { "value": 4 },
|
"skirt_line_count": { "value": 2 },
|
||||||
|
|
||||||
"meshfix_maximum_deviation": { "value": 0.05 },
|
"meshfix_maximum_deviation": { "value": 0.05 },
|
||||||
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
|
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width / 2.0 / layer_height)))" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user