Update resources/definitions/fdmprinter.def.json

This commit is contained in:
Jaime van Kessel 2022-11-30 14:25:48 +01:00 committed by GitHub
parent 658eb94474
commit a0a76e0268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5766,7 +5766,7 @@
"description": "If brim is only on outside then parts fully enclosed inside another part will get a brim which might overlap with the internal holes of the outer part. This setting controls how far to stay away from those internal holes. Set to a high value to prevent any brim from being generated for parts enclosed within the holes of other parts.", "description": "If brim is only on outside then parts fully enclosed inside another part will get a brim which might overlap with the internal holes of the outer part. This setting controls how far to stay away from those internal holes. Set to a high value to prevent any brim from being generated for parts enclosed within the holes of other parts.",
"unit": "mm", "unit": "mm",
"type": "float", "type": "float",
"default_value": "2.5", "default_value": 2.5,
"minimum_value": "0", "minimum_value": "0",
"enabled": "resolveOrValue('adhesion_type') == 'brim' and any(extruderValues('brim_outside_only'))", "enabled": "resolveOrValue('adhesion_type') == 'brim' and any(extruderValues('brim_outside_only'))",
"limit_to_extruder": "skirt_brim_extruder_nr", "limit_to_extruder": "skirt_brim_extruder_nr",