Browse Source

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

CURA-10047
Joey de l'Arago 2 years ago
parent
commit
cc9053091d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/definitions/fdmprinter.def.json

+ 1 - 0
resources/definitions/fdmprinter.def.json

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