Commit Graph

2408 Commits

Author SHA1 Message Date
6f489a0dc9 Euler angles calculated as described in http://www.gregslabaugh.net/publications/euler.pdf 2019-01-23 09:12:22 +01:00
c5555b80de Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering 2019-01-23 08:26:55 +01:00
b2a193315d Trying force center placement with existing objects. 2019-01-22 18:05:11 +01:00
84bc319fbd Initial version of smart auto placement intended to replace autocenter. 2019-01-22 17:50:33 +01:00
df06bf36fa Fix usage of is_trivially_copyable on older GCC (for real this time) 2019-01-22 12:16:11 +01:00
b866a9d563 Fix usage of is_trivially_copyable on older GCC 2019-01-22 10:42:16 +01:00
fce33a3d54 Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering 2019-01-22 08:32:05 +01:00
bd1562ee03 Added missing headers. 2019-01-21 17:51:37 +01:00
d6c67a4997 Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering 2019-01-21 15:46:05 +01:00
04eac31acc Fix of SPE-777
Added a flag to optimize the checking if the volume is splittable
2019-01-21 15:43:06 +01:00
2d224eec21 Added static asserts on classes initialized by memset to make sure it is possible to do 2019-01-21 15:03:20 +01:00
bdf983ca53 Fixed conflicts after merge with master 2019-01-21 14:43:57 +01:00
38dbf8b454 PURGING FINISHED gcode comment only emitted on layers where some purging was happening 2019-01-21 14:05:28 +01:00
40ecbce8c7 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-01-21 13:05:59 +01:00
2358a7de59 Improved transparent volumes rendering set as default 2019-01-21 12:53:01 +01:00
da9e00f0a6 Sidebar visual hints set as default 2019-01-21 12:36:34 +01:00
ee1e590858 L10n improvements 2019-01-21 12:34:28 +01:00
54cfc1d071 Unique OpenGL context set as default 2019-01-21 12:20:53 +01:00
ed5a4afb07 World rotations set as default 2019-01-21 11:55:02 +01:00
023d707abb Ensure object on bed while scaling set as default 2019-01-21 11:46:06 +01:00
05b6ed498a Code cleanup 2019-01-21 11:29:45 +01:00
15582af151 Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering 2019-01-21 11:21:21 +01:00
5cc11c0613 Many comments for maintainability. 2019-01-21 10:34:10 +01:00
b76f438975 WIP Restoration of the layer editing. 2019-01-21 10:06:51 +01:00
96c57c9972 Introducing signed_distance into the collision detection.
Everything is broken O.o
2019-01-18 16:21:44 +01:00
a2dee15995 Fixed .prusa i/o and split to objects 2019-01-18 16:01:43 +01:00
b4d59357a1 Fixed .amf i/o 2019-01-18 14:40:10 +01:00
5eb66728bb 1st installment of volumes centering fixes (WIP) 2019-01-18 12:52:09 +01:00
127055cc4b A lot of comments added. 2019-01-18 12:09:53 +01:00
67beacbe03 Fixed missing includes in PostProcessor.cpp
Fixes https://github.com/prusa3d/Slic3r/issues/1679
2019-01-18 10:16:53 +01:00
cbc3b95b04 Fixed conversion of floating point values to string from PlaceholderParser
after boost::to_string() was removed from boost 1.66.
2019-01-18 09:50:56 +01:00
4ad8f5144d Implemented post-processing scripts on Windows.
Fixes https://github.com/prusa3d/Slic3r/issues/1666
2019-01-17 20:34:19 +01:00
34b1801812 Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr 2019-01-17 17:46:47 +01:00
781eccec12 Further improvements for headless sticks. 2019-01-17 17:46:29 +01:00
55a9ef31af Fix string conversions in PlaceholderParser 2019-01-17 16:47:01 +01:00
38c87e0b3d EigenMesh upgraded with inside check capability. 2019-01-17 16:44:26 +01:00
11d12ce1e6 Fix build 2019-01-17 15:40:09 +01:00
7cf16a4d78 Fix a missing header in GCodeReader 2019-01-17 13:49:10 +01:00
077e93ae5f Reworked management of bed shape changes (may fix #1671) 2019-01-17 13:21:33 +01:00
e5a43ee94b WIP 2019-01-16 16:50:43 +01:00
0ba2435a0b Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr 2019-01-16 15:36:29 +01:00
fde6341871 Multiple rays for the pinhead collision detection.
Seems to help a lot.
2019-01-16 15:35:01 +01:00
995d951bfa Upgrade Boost to 1.66 on Windows 2019-01-16 15:14:18 +01:00
fb400213f3 Merge branch 'master' into tm_colldetection_upgr 2019-01-15 15:32:35 +01:00
0b09a60b31 Quick fix for visible bridges under the pillar base. 2019-01-15 14:41:45 +01:00
7f314870ac Merge remote-tracking branch 'origin/master' 2019-01-15 14:25:33 +01:00
9d5c605a70 Solving issue with first empty layer. 2019-01-15 14:25:28 +01:00
65d8b90473 Fixed rotation of single volumes inside a rotated instance using rotate gizmo 2019-01-15 12:24:32 +01:00
43dc55020d WIP 2019-01-15 11:09:00 +01:00
2aa7ccdd36 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2019-01-14 19:59:33 +01:00