Skip to content

Commit

Permalink
Add new star infills
Browse files Browse the repository at this point in the history
- Star
- Triangle Star
- Hexagon Star

As created by @5axes https://community.ultimaker.com/topic/44394-cura-55-plugin-curaengine_plugin_infill_generate/

Co-authored-by: 5axes@users.noreply.github.com
  • Loading branch information
jellespijker committed Nov 8, 2023
1 parent 6a38497 commit 4501293
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CuraEngineTiledInfill/tiles/hexa_star.wkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POLYGON ((866 2000, 1732 1500, 1732 500, 866 0, 0 500, 0 1500))
POLYGON ((866 0, 580 500, 0 500, 290 1000, 0 1500, 580 1500, 866 2000, 1152 1500, 1732 1500, 1442 1000, 1732 500, 1152 500))
POLYGON ((580 500, 290 1000, 580 1500, 1152 1500, 1442 1000, 1152 500))
2 changes: 2 additions & 0 deletions CuraEngineTiledInfill/tiles/star.wkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
POLYGON ((866 2000, 1732 1500, 1732 500, 866 0, 0 500, 0 1500))
POLYGON ((866 0, 580 500, 0 500, 290 1000, 0 1500, 580 1500, 866 2000, 1152 1500, 1732 1500, 1442 1000, 1732 500, 1152 500))
7 changes: 7 additions & 0 deletions CuraEngineTiledInfill/tiles/triangle_star.wkt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
POLYGON ((866 2000, 1732 1500, 1732 500, 866 0, 0 500, 0 1500))
LINESTRING (866 0, 0 1500)
LINESTRING (0 1500, 1732 1500)
LINESTRING (1732 1500, 866 0)
LINESTRING (1732 500, 0 500)
LINESTRING (0 500, 866 2000)
LINESTRING (866 2000, 1732 500)

0 comments on commit 4501293

Please sign in to comment.