diff --git a/CuraEngineTiledInfill/tiles/hexa_star.wkt b/CuraEngineTiledInfill/tiles/hexa_star.wkt new file mode 100644 index 0000000..125b289 --- /dev/null +++ b/CuraEngineTiledInfill/tiles/hexa_star.wkt @@ -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)) \ No newline at end of file diff --git a/CuraEngineTiledInfill/tiles/star.wkt b/CuraEngineTiledInfill/tiles/star.wkt new file mode 100644 index 0000000..ed6f690 --- /dev/null +++ b/CuraEngineTiledInfill/tiles/star.wkt @@ -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)) \ No newline at end of file diff --git a/CuraEngineTiledInfill/tiles/triangle_star.wkt b/CuraEngineTiledInfill/tiles/triangle_star.wkt new file mode 100644 index 0000000..47207fb --- /dev/null +++ b/CuraEngineTiledInfill/tiles/triangle_star.wkt @@ -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) \ No newline at end of file