bubnikv
|
0558b53493
|
WIP: Moved sources int src/, separated most of the source code from Perl.
The XS was left only for the unit / integration tests, and it links
libslic3r only. No wxWidgets are allowed to be used from Perl starting
from now.
|
2018-09-19 11:02:24 +02:00 |
|
bubnikv
|
0b5b02e002
|
Eradicated the Pointf class, replaced with Eigen Vector3d
|
2018-08-21 21:05:24 +02:00 |
|
bubnikv
|
65011f9382
|
Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.
|
2018-08-17 15:53:43 +02:00 |
|
bubnikv
|
86da661097
|
Changing the internal representation of Point / Pointf / Point3 / Pointf3 to Eigen Matrix types, first step
|
2018-08-14 18:33:26 +02:00 |
|
bubnikv
|
6582182e0c
|
Adapted to the new ClipperUtils.hpp interface by @alexrj
|
2016-12-13 19:22:23 +01:00 |
|
bubnikv
|
a5b7f14dfa
|
Updates in the C++ infill code.
|
2016-09-13 11:26:38 +02:00 |
|
bubnikv
|
be3e4caf1d
|
Fills were reimplemented in C++.
While reimplementing the FillPlanePath code, the octagon infill was fixed to extrude the right amount of material.
|
2016-04-11 17:08:30 +02:00 |
|