1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646

This commit is contained in:
Alessandro Ranellucci
2014-07-26 17:07:43 +02:00
parent d508be5ae8
commit 53f2d6bb4b
6 changed files with 222 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ package Slic3r::Fill::Base;
use Moo;
has 'layer_id' => (is => 'rw');
has 'z' => (is => 'rw'); # in unscaled coordinates
has 'angle' => (is => 'rw'); # in radians, ccw, 0 = East
has 'bounding_box' => (is => 'ro', required => 0); # Slic3r::Geometry::BoundingBox object