Commit Graph

1460 Commits

Author SHA1 Message Date
3869c45414 Removed unused methods 2018-08-28 15:19:53 +02:00
bdbc776ae3 Eigenized 3mf I/O 2018-08-28 14:30:36 +02:00
14d81bcde1 added max merge distance parameter 2018-08-28 10:52:18 +02:00
7a3957a193 Merge branch 'dev' of https://github.com/prusa3d/Slic3r into dev 2018-08-28 09:04:12 +02:00
02d4fa0583 Tweaks to GLGizmoFlatten 2018-08-28 09:03:03 +02:00
4c4989583d fix centroid error for two points and merge with dev. 2018-08-27 16:20:13 +02:00
24bcec4901 generalization for more than one concave hulls. 2018-08-27 15:18:28 +02:00
99262e2d59 Merge branch 'dev' of https://github.com/prusa3d/Slic3r into dev 2018-08-27 14:01:03 +02:00
a3bd7c110f Fixed conflicts after merging with master 2018-08-27 14:00:53 +02:00
991b427479 FIxed build errors caused by merge and flipped normals of the SLA pool walls. 2018-08-27 11:59:37 +02:00
33c5ecd6f6 Merge remote-tracking branch 'origin/dev' into sla_base_pool 2018-08-27 09:53:52 +02:00
c27a2fcc7c Bumped up the version number to 1.41.0-beta2 2018-08-25 22:11:04 +02:00
d1580769a9 Changed the wording of "Purge into this object's ..." to "Wipe ..." 2018-08-25 22:09:55 +02:00
cf3e99f94d Merge remote-tracking branch 'remotes/origin/lm_lay_flat_round_merged_facets' 2018-08-24 16:39:24 +02:00
466b385716 Merge remote-tracking branch 'remotes/origin/lm_retraction_fix' 2018-08-24 16:33:57 +02:00
e4067440d7 Fixed after-merging compilation problems 2018-08-24 12:54:21 +02:00
573f922129 Edited captions and default values of the new parameters (initial loading and unloading speed) 2018-08-24 12:46:32 +02:00
8c066dddcd Merge remote-tracking branch 'origin/SLA_ui' into dev 2018-08-24 12:20:24 +02:00
d837ac38dc Fixed conflicts after merging with branch eigenize 2018-08-23 15:37:38 +02:00
38119a73ab Merge branch 'gizmos_3d' of https://github.com/prusa3d/Slic3r into dev 2018-08-23 09:45:04 +02:00
4005b47c6c Eigenized the admesh structures
(stl_vertex, stl_normal).
2018-08-22 15:34:03 +02:00
b96828526b d .. 2018-08-22 15:03:35 +02:00
cfd9b35c4c Merge branch 'master' into lm_lay_flat_round_merged_facets 2018-08-22 14:03:17 +02:00
f6b66b7968 Enhanced behaviour of scale 3D gizmo 2018-08-22 11:22:07 +02:00
b9adbf35cb Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding. 2018-08-21 22:14:47 +02:00
7f49697944 Eradicated the Pointf class, replaced with Eigen Vector3d 2018-08-21 21:05:24 +02:00
2b2d7665d1 Eradicated most of Pointf extras compared to pure Eigen::Vector2d. 2018-08-21 20:34:45 +02:00
b616a0c183 Completely replaced the homebrew Pointf3 class with Eigen Vec3d.
Replaced the unscale macro with a template, implemented templates
for unscaling Eigen vectors.
2018-08-21 17:43:05 +02:00
1d62f9aaa4 Print host bugfixes / refactoring 2018-08-21 15:47:29 +02:00
64022acfff Lay flat - rotation is now done in one go directly about the necessary axis 2018-08-21 15:40:11 +02:00
a1e2b58278 Yet another experimental parameter to adjust the initial loading speed of a newly loaded filament 2018-08-21 14:36:24 +02:00
778525cba7 Merge branch 'master' into lm_retraction_fix 2018-08-21 14:09:26 +02:00
0fa348155f Merge remote-tracking branch 'origin/eigenize' into sla_base_pool 2018-08-21 13:50:09 +02:00
e28e8feed4 Edges now smoothed on the sides. 2018-08-21 13:20:43 +02:00
3681b5bd90 Host upload backwards compatibility
* Added legacy code to preserve backwards compatibility
* renamed some cli option names  to better match option names
2018-08-21 11:12:53 +02:00
69e0932dde Added possibility for upload to Duet
Further changes:
- Added new configuration option Host Type
- Added abstract base class for future printer hosts
- Moved location of upload dialog (also made it a little bit more configureable)
- added possibility to send file via postfield instead a new frame
2018-08-21 11:12:53 +02:00
dd21d0bf50 Removed the Point::coincides_with_epsilon() method 2018-08-21 09:51:22 +02:00
2dd4303b74 1st installment of gizmo scale 3D 2018-08-21 08:50:35 +02:00
ba3c5c7c6a figured out how to round the edges of the generated model. 2018-08-20 13:55:01 +02:00
41ad5de125 Lay flat - icons and invalidation improvement 2018-08-20 11:27:25 +02:00
dae0949e73 Merge branch 'master' of https://github.com/prusa3d/Slic3r into gizmos_3d 2018-08-20 08:33:42 +02:00
ace933db92 Replaced coincides_with(const Line &line) with operator== 2018-08-17 18:27:07 +02:00
5ebf7f093d Merged with master 2018-08-17 18:07:45 +02:00
d6076cdf14 Removed the Point::wkt() and Point::dump_perl() methods.
Added to_string() for the basis Eigen vector types.
2018-08-17 16:54:07 +02:00
f79d6f8213 pool is has now bended walls. 2018-08-17 16:17:35 +02:00
2f09a89bfb Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors. 2018-08-17 15:53:43 +02:00
a0f38631a4 Merge branch 'master' into lm_lay_flat_round_merged_facets 2018-08-17 15:45:02 +02:00
743f5c710d Fixed a few tooltips, changed default value for minimal purge on wipe tower 2018-08-17 15:42:46 +02:00
8792f981f8 Lay flat gizmo improvements - merge adjacent faces, compute and cache convex hull for entire ModelObject, refresh when moved, etc. 2018-08-17 15:40:47 +02:00
37a0ff760d Templated convex_hull function in Geometry.cpp 2018-08-17 15:20:35 +02:00