Merge branch 'dev_native' of github.com:prusa3d/Slic3r into dev_native

This commit is contained in:
tamasmeszaros 2018-11-14 18:04:52 +01:00
commit 73eb31d43c
17 changed files with 265 additions and 378 deletions

View file

@ -23,6 +23,8 @@
#define ENABLE_MODIFIED_CAMERA_TARGET (1 && ENABLE_1_42_0)
// Add Geometry::Transformation class and use it into ModelInstance, ModelVolume and GLVolume
#define ENABLE_MODELVOLUME_TRANSFORM (1 && ENABLE_1_42_0)
// Gizmos always rendered on top of objects
#define ENABLE_GIZMOS_ON_TOP (1 && ENABLE_1_42_0)
#endif // _technologies_h_