6 Commits

Author SHA1 Message Date
Benjamin Landers
2bbd43c373 Fix two compilation issues
One was due to enums not having a std::hash below c++17
The other was due to overloaded methods prefering ones in the same namespace (I think)
2018-07-25 15:12:26 -05:00
Joseph Lenox
f7c431cd1f Fixed tests and init_print (using shared_ptr<Print>) 2018-07-21 20:56:50 -05:00
Joseph Lenox
f2206be78b Fixed a typo spotted by @thethirdone 2018-07-21 08:40:00 -05:00
Joseph Lenox
5b71940e60 Initial commit of gcode export toolchain (incomplete).
Passes tests so far as written, gcode output through test interface expects an ostream.
2018-07-15 14:48:56 -05:00
Joseph Lenox
3f3de067f8 Added epsilon to Slic3r::Geometry; added _equiv for comparing two items that have operator- overloaded. 2018-07-13 19:36:01 -05:00
Joseph Lenox
f29768ff8e Begin port of Slic3r::Test methods as part of the test harness (not linked into main application) 2018-07-13 19:20:23 -05:00