Skip to content

Commit

Permalink
values changed after testing a bit.
Browse files Browse the repository at this point in the history
values less that 1 does not generate any infill

CURA-10992
  • Loading branch information
saumyaj3 committed Oct 20, 2023
1 parent aa3ebb1 commit 78d7251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CuraEngineInfillGenerate/infill_settings.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"tile_size": {
"label": "Tile Size",
"description": "Size of the tiles. This eventually affects the infill density of the object",
"description": "Size of the tiles. \n If changed will affect the infill density of the object",
"unit": "mm",
"type": "float",
"minimum_value": "0.5",
"minimum_value": "1.0",
"maximum_value_warning": "250",
"maximum_value": "500",
"default_value": 2,
"default_value": 4,
"settable_per_mesh": true,
"enabled": "infill_pattern.startswith(\"PLUGIN\")"
},
Expand Down

0 comments on commit 78d7251

Please sign in to comment.