Joseph Lenox
|
f391e17aa4
|
On MinGW, set for big object support.
|
2018-07-28 12:22:33 -05:00 |
|
Joseph Lenox
|
5aa0539a76
|
removing guards
|
2018-07-27 23:43:48 -05:00 |
|
Joseph Lenox
|
0373496baa
|
Include guard around SupportMaterial so that it isn't built by the Perl side.
|
2018-07-27 22:08:13 -05:00 |
|
Joseph Lenox
|
fe492f818a
|
Added std::map and Slic3r::Polygon to include list, sorted includes.
|
2018-07-27 22:07:22 -05:00 |
|
Joseph Lenox
|
44d145d986
|
Merge pull request #4491 from lordofhyphens/cppgui
Cppgui - Intermediate merge
|
2018-07-27 21:47:22 -05:00 |
|
Joseph Lenox
|
ac6642ed18
|
removed some debug prints.
|
2018-07-27 21:05:42 -05:00 |
|
Joseph Lenox
|
f6cbd4fd72
|
Using xcode 9.4 instead of 8.3 (hopefully will avoid hang?)
|
2018-07-27 20:40:40 -05:00 |
|
Joseph Lenox
|
60286bb032
|
Actually make brim, and fix tests so that math is correct.
|
2018-07-27 19:51:08 -05:00 |
|
Joseph Lenox
|
c94a168a5e
|
Fix test to properly check that we're "close enough" and remove _equiv (use Catch's Approx instead)
|
2018-07-27 19:50:27 -05:00 |
|
Joseph Lenox
|
1ea86dcb5d
|
Use approx with a margin instead of trying for exact floating point matches.
|
2018-07-27 09:18:23 -05:00 |
|
Joseph Lenox
|
5b06201e18
|
Changed calling convention to get gcc49 to not mis-parse as an initializer list
|
2018-07-27 08:27:16 -05:00 |
|
Joseph Lenox
|
d11f623ca5
|
Trying to avoid an issue with gcc4.9
|
2018-07-26 23:32:27 -05:00 |
|
Joseph Lenox
|
8e84041153
|
added simplistic check for raft.
|
2018-07-26 23:31:58 -05:00 |
|
Joseph Lenox
|
ec5a409ecc
|
added tests to check for height reset and that one object is printed before another.
|
2018-07-26 23:22:01 -05:00 |
|
Joseph Lenox
|
80d7f80734
|
Implemented printing complete_objects
|
2018-07-26 23:00:38 -05:00 |
|
Joseph Lenox
|
f625c69f41
|
Forgot to handle multiple objects at the same time when bucket sorting. Fixed.
|
2018-07-26 23:00:18 -05:00 |
|
Joseph Lenox
|
71009d8c90
|
Actually implement layer change. It's somewhat important.
|
2018-07-26 22:59:33 -05:00 |
|
Joseph Lenox
|
a66ae6ac26
|
Moved regular expression definitions to header (for reuse)
|
2018-07-26 22:58:43 -05:00 |
|
Joseph Lenox
|
eb4e727f74
|
Added test to check for two-object systems.
|
2018-07-26 22:58:21 -05:00 |
|
Joseph Lenox
|
80b59f66fa
|
Revert "actually remove gcc-4.9 refs"
This reverts commit 19b70a1dc1908e1d6f820e170d3451ce7139208b.
|
2018-07-26 21:39:52 -05:00 |
|
Joseph Lenox
|
549e1dace1
|
Revert "remove gcc 4.9 from package install list"
This reverts commit d4a9bd5b4400bcde7d1c4e6c192ea5f26084d920.
|
2018-07-26 21:39:33 -05:00 |
|
Joseph Lenox
|
0eaf610875
|
go back to gcc49
|
2018-07-26 21:39:17 -05:00 |
|
Joseph Lenox
|
19b70a1dc1
|
actually remove gcc-4.9 refs
|
2018-07-26 20:51:30 -05:00 |
|
Joseph Lenox
|
d4a9bd5b44
|
remove gcc 4.9 from package install list
|
2018-07-26 20:46:42 -05:00 |
|
Joseph Lenox
|
3b52855497
|
use gcc7 perlbrew
|
2018-07-26 20:45:57 -05:00 |
|
Joseph Lenox
|
5e09035181
|
document the usage of flatten()
|
2018-07-25 23:47:56 -05:00 |
|
Joseph Lenox
|
6710b249b1
|
Also flatten the infill list before iterating over it.
|
2018-07-25 23:41:27 -05:00 |
|
Joseph Lenox
|
8c33fac143
|
Flatten the perimeters list (which is what the xspp does in the background) before iterating over it.
|
2018-07-25 23:39:26 -05:00 |
|
Joseph Lenox
|
c78c23c73d
|
Don't need the const_cast.
|
2018-07-25 23:38:46 -05:00 |
|
Joseph Lenox
|
0b3496b45f
|
Bugfix: Preqreq calls should be calling slice(), not _slice(). _slice() invalidates the print state (!!!)
|
2018-07-25 23:34:14 -05:00 |
|
Joseph Lenox
|
60005d1bc6
|
updated comment to use correct c++ syntax.
|
2018-07-25 23:33:32 -05:00 |
|
Joseph Lenox
|
725f8282b3
|
Handle case where the get_region() call fails.
|
2018-07-25 23:14:35 -05:00 |
|
Joseph Lenox
|
347143e344
|
Reordered to avoid weird logic.
|
2018-07-25 22:44:24 -05:00 |
|
Joseph Lenox
|
11f85a490a
|
Flatten entities
|
2018-07-25 22:42:22 -05:00 |
|
Joseph Lenox
|
5e6910de4e
|
Fixed regex to match lines.
|
2018-07-25 22:39:45 -05:00 |
|
Joseph Lenox
|
5dc227d26b
|
Fixed a regression where description was always overwritten to "small perimeter".
|
2018-07-25 22:39:18 -05:00 |
|
Joseph Lenox
|
9411f5025d
|
Implemented boolean set and some tests to check those values.
|
2018-07-25 22:26:04 -05:00 |
|
Joseph Lenox
|
0015b3c7d3
|
Was incorrectly reserving space for vector. Fixed.
|
2018-07-25 21:41:07 -05:00 |
|
Joseph Lenox
|
067fc3cd8f
|
Make sure processing is done.
|
2018-07-25 21:40:34 -05:00 |
|
Joseph Lenox
|
bb7d82622a
|
Accidentally inverted the logic in the first draft.
|
2018-07-25 19:13:44 -05:00 |
|
Benjamin Landers
|
a1f304541b
|
Added perl implementaions to Geometry.cpp
|
2018-07-25 15:13:20 -05:00 |
|
Benjamin Landers
|
71af7100b0
|
Initial port of the geometry tests
|
2018-07-25 15:13:20 -05:00 |
|
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
|
b235640e88
|
Added some brim tests for basic functionality.
|
2018-07-25 10:20:59 -05:00 |
|
Joseph Lenox
|
a196bcdff6
|
Skirt_done should be a coord_t
|
2018-07-24 23:39:50 -05:00 |
|
Joseph Lenox
|
346adade6b
|
Added docstring comments for several ExtrusionEntityCollection methods.
|
2018-07-24 23:39:34 -05:00 |
|
Joseph Lenox
|
5bb7f79baf
|
Workaround to avoid a crash referencing _skirt_done when it is empty.
|
2018-07-24 23:38:19 -05:00 |
|
Joseph Lenox
|
1a94921462
|
Whoops, need to call reserve() instead of passing 100 to the constructor.
|
2018-07-24 23:37:10 -05:00 |
|
Joseph Lenox
|
048c52cafd
|
Add test_print to build
|
2018-07-24 23:36:28 -05:00 |
|
Joseph Lenox
|
e64f23e7bb
|
Forgot to call Geometry::chained_path
|
2018-07-24 23:36:11 -05:00 |
|