bubnikv
|
0b5b02e002
Eradicated the Pointf class, replaced with Eigen Vector3d
|
6 years ago |
bubnikv
|
cb138a20b8
Completely replaced the homebrew Pointf3 class with Eigen Vec3d.
|
6 years ago |
bubnikv
|
65011f9382
Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.
|
6 years ago |
bubnikv
|
86da661097
Changing the internal representation of Point / Pointf / Point3 / Pointf3 to Eigen Matrix types, first step
|
6 years ago |
Enrico Turri
|
a754de4c32
Fixed panning in Layers view
|
6 years ago |
bubnikv
|
47d904a628
Changed the Slic3r coordinate type from long to int32 to match
|
7 years ago |
bubnikv
|
8b5f7f0fb2
Limit the object movement to the vincinity of the print bed.
|
7 years ago |
Alessandro Ranellucci
|
9e8dae817d
Fixes and improvements to the view selection menu, cherry picked from @alexrj a7693c4719c0e0e0129aea7461706d2ed53a52cc
|
8 years ago |
bubnikv
|
c3af189045
Reduced some compiler warnings.
|
8 years ago |
bubnikv
|
53907a9cfe
Fix of a crash when setting a viewport over an empty platter.
|
8 years ago |
bubnikv
|
3a81e6bee4
Bugfix of bottom bridges. If close regions shall be closed by bridges,
|
8 years ago |
bubnikv
|
620c6c7378
Ported from the playground branch. Various documentation and optimization.
|
8 years ago |
Alessandro Ranellucci
|
4913e90e10
Remove any Perl related code from libslic3r
|
9 years ago |
Alessandro Ranellucci
|
8791f5a493
Cleanup of some method signatures and of XS return types
|
10 years ago |
Alessandro Ranellucci
|
18e815d032
More efficient 3D preview of slices
|
10 years ago |
Alessandro Ranellucci
|
fcfb3b98bc
3D object positioning
|
10 years ago |
Alessandro Ranellucci
|
73b3c06361
Ported more things to XS
|
10 years ago |
Alessandro Ranellucci
|
6adc3477c9
Moved C++ code into new libslic3r directory
|
10 years ago |
Alessandro Ranellucci
|
f462af20f9
Visual preview for bed shape dialog
|
10 years ago |
Alessandro Ranellucci
|
86bad17abb
Display skirt and brim in toolpaths preview. Also take support material margin into account when sizing the window. #2169
|
10 years ago |
Alessandro Ranellucci
|
998a4225de
Finished implementation of bed_shape in plater
|
10 years ago |
Alessandro Ranellucci
|
76a8ec3d9e
Replace to_SV_ref() and to_SV_clone_ref() with templated glue functions
|
10 years ago |
Petr Ledvina
|
115aa6885f
Implement type checking for XS objects
|
10 years ago |
Alessandro Ranellucci
|
b17d06f9d1
Finished porting BoundingBox to XS
|
11 years ago |
Alessandro Ranellucci
|
9c0a6a79d3
Incomplete work for porting BoundingBox to XS
|
11 years ago |