mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
New 3D Honeycomb infill pattern (credits: David Eccles (gringer)). #1646
This commit is contained in:
parent
d508be5ae8
commit
53f2d6bb4b
6 changed files with 222 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue