mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Readd use strict and use warnings
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
package Slic3r::GCode::PlaceholderParser;
|
package Slic3r::GCode::PlaceholderParser;
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
# TODO: move this code to C++ constructor, remove this method
|
# TODO: move this code to C++ constructor, remove this method
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
package Slic3r::Layer;
|
package Slic3r::Layer;
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use List::Util qw(first);
|
use List::Util qw(first);
|
||||||
use Slic3r::Geometry qw(scale chained_path);
|
use Slic3r::Geometry qw(scale chained_path);
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
package Slic3r::Layer::Region;
|
package Slic3r::Layer::Region;
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
use List::Util qw(sum first);
|
use List::Util qw(sum first);
|
||||||
use Slic3r::ExtrusionLoop ':roles';
|
use Slic3r::ExtrusionLoop ':roles';
|
||||||
|
|||||||
Reference in New Issue
Block a user