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

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