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
|
fe3b92870f
|
Merged with dev
|
2018-09-17 15:12:13 +02:00 |
|
bubnikv
|
65011f9382
|
Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.
|
2018-08-17 15:53:43 +02:00 |
|
bubnikv
|
1ba64da3fe
|
Removed Point::scale(),translate(),coincides_with(),distance_to(),
distance_to_squared(),perp_distance_to(),negative(),vector_to(),
translate(), distance_to() etc,
replaced with the Eigen equivalents.
|
2018-08-17 14:14:24 +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
|
5673205d2e
|
Initial implementation of a CMake build system for the Slic3r XS module.
Based on https://github.com/CReimer/Slic3r/tree/makefile_pr
Big thanks to @CReimer for his huge effort.
|
2017-08-16 19:05:08 +02:00 |
|
bubnikv
|
7f7d2da5fe
|
Use Vertex Buffer Objects for rendering of 3D volumes if possible.
|
2017-03-16 14:02:28 +01:00 |
|
bubnikv
|
aad3d4107f
|
Improved debugging of the EdgeGrid distance field function.
|
2017-01-05 09:09:26 +01:00 |
|
bubnikv
|
955bc957ba
|
New supports now do rafts at least to the extent the test cases run through.
New supports enabled, old supports will go away soon.
|
2016-12-20 12:19:13 +01:00 |
|
bubnikv
|
5c23ee504c
|
EdgeGrid::contours_simplified for supports
|
2016-11-29 19:28:33 +01:00 |
|
bubnikv
|
15d3e94a66
|
Unified the creation of paths of debugging output files
pointing to a predefined output directory.
|
2016-10-21 10:18:01 +02:00 |
|
bubnikv
|
26349b30c5
|
Fixed a bug in EdgeGrid for horizontal or vertical lines ending at the grid lines.
|
2016-10-17 18:06:38 +02:00 |
|
bubnikv
|
2a5095a1ea
|
OpenGL support through GLEW. Only active if compiled with SLIC3R_GUI=1.
|
2016-09-14 16:31:26 +02:00 |
|
bubnikv
|
17d9c8c9dd
|
fixes for gcc: Missing include float.h
|
2016-09-13 15:59:23 +02:00 |
|
bubnikv
|
f518e0675c
|
Initial commit of the new Pressure Equalizer, the EdgeGrid
signed distance field structure.
The EdgeGrid is used to avoid placing the seams on overhangs.
|
2016-09-12 16:25:15 +02:00 |
|