Commit Graph

132 Commits

Author SHA1 Message Date
31c2174ffa Enhanced volumes manipulation - wip 2018-11-12 08:54:22 +01:00
1e5b72a497 Merge remote-tracking branch 'origin/dev_native' into dev_native 2018-11-09 18:33:38 +01:00
0f625244ac Fixing sla support parameter names. 2018-11-09 18:31:36 +01:00
f1a3dc60c9 Merge branch 'dev_native' of https://github.com/Prusa3d/Slic3r into dev_native 2018-11-09 14:25:39 +01:00
6203121b3a Fixed update of ModelObject / ModelVolume configs on Print,
fixed some compiler warnings.
2018-11-09 14:25:18 +01:00
1a8161f7a2 Added parameters to SLAObjectConfig 2018-11-09 13:45:55 +01:00
fffb051de5 Merge branch 'dev_native' of https://github.com/Prusa3d/Slic3r into dev_native 2018-11-09 12:03:28 +01:00
d0bd0e9834 WIP: SLAPrintObjectConfig, SLAPrint / SLAPrintObject initialization. 2018-11-09 12:02:42 +01:00
b0cc748382 ModelObject::instance_bounding_box() fixed to take in account for volumes' transforms 2018-11-09 10:31:58 +01:00
96eba71a21 Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
2018-11-08 20:18:40 +01:00
22737982fe Trying to bypass igl in 32 bit MSVC 2018-11-08 17:15:10 +01:00
1b9d312b5f Trying to fix compilation of IGL AABB tree on 32 bit platform.
Removing alignment constraints from Eigen Matrix aliases.
2018-11-08 16:43:33 +01:00
71da83dcc2 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-08 16:20:37 +01:00
082cdee6f9 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-08 16:19:22 +01:00
eebd782eda Fix rendering performance on macOS 2018-11-08 15:31:29 +01:00
5ad7e95ab5 Fix clang build / detect standalone size_t 2018-11-08 15:19:50 +01:00
601b925924 Fixed a compilation issue on OSX 2018-11-08 15:02:47 +01:00
f7dc3b758c Fix of friend declaration on a template parameter, according to C++11 2018-11-08 14:57:42 +01:00
d79e2d8fa6 Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrint 2018-11-08 14:23:17 +01:00
bdbc782828 Support tree interface extended with mouse event handling and refresh callback. 2018-11-08 10:21:13 +01:00
74973a9437 Fixed objects name after 3mf import 2018-11-08 10:18:19 +01:00
1f457b945e slicing the supports WIP 2018-11-07 17:57:02 +01:00
93eea277df Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports 2018-11-07 15:30:41 +01:00
962678f3ba SLAPrint concept under its way. 2018-11-07 15:29:13 +01:00
d91784ee5d When iterating over PrintObject regions, use PrintObject::region_volumes (see also yesterday's commit 3eea327) 2018-11-07 15:17:29 +01:00
7c008a32ab Fixes to storing and loading configs from AMF/3MF. 2018-11-07 14:57:50 +01:00
056a3465ad Merge branch lm_colorprint_integration into dev_native + deleting ticks outside slider range 2018-11-07 14:44:47 +01:00
78d6a0cd1b Fixed update of ModelVolume offset after GLVolume manipulation 2018-11-07 14:01:03 +01:00
ec1bcd62de Fixed loading of old 3mf files. 2018-11-06 19:09:54 +01:00
a2f1dfdb98 Trying to engage support creation when the gizmo gets disabled. 2018-11-06 18:01:18 +01:00
6ee5752e24 Fixed a typo 2018-11-06 17:27:08 +01:00
97ea5a7cf5 Fixed backend detection of out of print volume 2018-11-06 16:04:30 +01:00
2e0f064e60 Selection of modifiers in 3D scene 2018-11-06 15:51:33 +01:00
9e0bbefb68 WIP: When iterating over PrintObject's regions, use the region count
by PrintObject::region_volumes. This is due to the way Print::apply()
works, it does not invalidate an existing PrintObject if a new region
is added to the print.
2018-11-06 15:31:26 +01:00
dc56e79c5c Trying to fix compilation on linux and mac. 2018-11-06 14:34:20 +01:00
05aa476224 Reintroduced instances synchronization 2018-11-06 08:47:21 +01:00
42edbe6b0c Fixed some issues with front end / back end synchronization. 2018-11-05 17:52:55 +01:00
54872b0ec1 Mirror of ModelVolume as transformation component (without modifying the mesh) 2018-11-05 08:51:00 +01:00
21b1957b77 Rotate of ModelVolume as transformation component (without modifying the mesh) 2018-11-05 08:31:54 +01:00
b25d01ce1a Merge remote-tracking branch 'remotes/origin/vb_modelbase_id_refactor' into dev_native 2018-11-02 20:53:47 +01:00
e0d4b84685 Removed the STDMOVE macro. 2018-11-02 20:45:23 +01:00
ab8a8111cb Some refactoring. 2018-11-02 20:41:49 +01:00
e5758e9ef2 ModelBase ID refactoring, starting to work.
Now it remains to clean up some of the no more used Model interfaces.
2018-11-02 19:49:40 +01:00
9c9483c0b8 ModelBase ID refactoring, WIP 2018-11-02 15:08:08 +01:00
0356d05ffd ModelBase ID refactoring, WIP 2018-11-02 14:47:13 +01:00
47163d239f Scale of ModelVolume as transformation component (without modifying the mesh) 2018-11-02 14:41:08 +01:00
0e241917ec Use Transform3d in place of Transform3f as parameter of mesh transform functions 2018-11-02 13:47:47 +01:00
8bd37b6d28 Translation of ModelVolume as transformation component (without modifying the mesh) 2018-11-02 12:11:28 +01:00
f37d1311bb Importing the SLA computing module into the native source tree. 2018-11-02 11:57:57 +01:00
cb33994758 Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native 2018-11-01 15:15:59 +01:00