mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Merge pull request #1424 from 4ZM/master
Changes to make slic3r build on Arch
This commit is contained in:
@@ -657,7 +657,7 @@ sub _line_intersection2 {
|
|||||||
# 2D
|
# 2D
|
||||||
sub bounding_box {
|
sub bounding_box {
|
||||||
my ($points) = @_;
|
my ($points) = @_;
|
||||||
use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
|
#use XXX; ZZZ "not" if ref($points->[0]) eq 'ARRAY';
|
||||||
my @x = map $_->x, @$points;
|
my @x = map $_->x, @$points;
|
||||||
my @y = map $_->y, @$points; #,,
|
my @y = map $_->y, @$points; #,,
|
||||||
my @bb = (undef, undef, undef, undef);
|
my @bb = (undef, undef, undef, undef);
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
#ifndef slic3r_ZTable_hpp_
|
#ifndef slic3r_ZTable_hpp_
|
||||||
#define slic3r_ZTable_hpp_
|
#define slic3r_ZTable_hpp_
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
||||||
class ZTable
|
class ZTable
|
||||||
|
|||||||
Reference in New Issue
Block a user