082cdee6f9
Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend
2018-11-08 16:19:22 +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
1cbe3edb36
WIP Fixed "below the print bed" issue on arrange.
...
Still the auto arrange does not take into account the current full
transformation matrix.
2018-11-01 15:15:46 +01:00
5af5f1e097
Fixed build when ENABLE_MODELVOLUME_TRANSFORM is disabled
2018-11-01 14:41:18 +01:00
34a842131e
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
2018-11-01 14:26:41 +01:00
ade0093859
Fixed print object below bed, fixed associated unit tests.
2018-11-01 14:25:37 +01:00
605237d262
Refactoring
2018-11-01 14:25:10 +01:00
97fdd96b2f
Added extended functionality to Geometry::Transformation class
2018-11-01 13:42:07 +01:00
01273b3b55
Fixed typo in Transformation::set_rotation()
2018-11-01 10:25:08 +01:00
fff76c6aae
New selection set as default
2018-11-01 10:06:55 +01:00
108110940c
Mirror component of transformations set as default
2018-11-01 08:46:44 +01:00
f701921c65
Bugfix: Slice at the correct height.
2018-10-31 20:02:07 +01:00
65c568e4f3
Print step invalidation: Improvement of readability.
2018-10-31 19:21:00 +01:00
a97ce278dc
Finished (?) switching between the FDM / SLA profiles,
...
fixed an invalidation bug in Print::apply()
2018-10-31 18:05:25 +01:00
ef2c146b2d
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
2018-10-31 16:25:55 +01:00
07feaa3c7d
WIP: SL1 profiles, SL1 in wizard, switching between FFF / SLA
2018-10-31 16:22:36 +01:00
c3bd44b3a3
Fixed autolevel on bed with non uniform scaling
2018-10-31 16:13:07 +01:00