Disable fuzzy skin when using interlocking. Using these settings together causes the interlocking structure walls to be fuzzy (These are inside model)

CURA-10047
This commit is contained in:
Joey de l'Arago 2023-01-20 16:00:52 +01:00
parent 3820fd7bc6
commit cc9053091d

View file

@ -7195,6 +7195,7 @@
"description": "Randomly jitter while printing the outer wall, so that the surface has a rough and fuzzy look.",
"type": "bool",
"default_value": false,
"enabled": "not interlocking_enable",
"limit_to_extruder": "wall_0_extruder_nr",
"settable_per_mesh": true
},