mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Huge speed Boost (pun intended). Also fixes a problem where infill was escaping perimeters sometimes (#305).
This commit is contained in:
3
Build.PL
3
Build.PL
@@ -2,11 +2,12 @@ use Module::Build;
|
||||
|
||||
my $build = Module::Build->new(
|
||||
module_name => 'Slic3r',
|
||||
dist_abstract => 'STL-to-GCODE translator',
|
||||
dist_abstract => 'G-code generator for 3D printers',
|
||||
dist_author => 'Alessandro Ranellucci <aar@cpan.org>',
|
||||
dist_version => '0.1',
|
||||
license => 'perl',
|
||||
requires => {
|
||||
'Boost::Geometry::Utils' => '0',
|
||||
'File::Basename' => '0',
|
||||
'Getopt::Long' => '0',
|
||||
'Math::Clipper' => '1.05',
|
||||
|
||||
Reference in New Issue
Block a user