1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Little fix in SectionCut.pm

This commit is contained in:
Alessandro Ranellucci
2013-04-27 22:18:57 +02:00
parent 6db8afe36d
commit bde730a611
+1 -1
View File
@@ -7,7 +7,7 @@ use SVG;
has 'scale' => (is => 'ro', default => sub {30});
has 'print' => (is => 'ro', required => 1);
has 'y_percent' => (is => 'ro', required => 1, default => sub {0.5});
has 'y_percent' => (is => 'ro', default => sub {0.5});
has 'line' => (is => 'lazy');
has 'height' => (is => 'rw');