Commit Graph

2408 Commits

Author SHA1 Message Date
2f5560756e WIP: SVG import & rasterization
Updated AntiGrain (agg) library to 2.5
Added agg_svg library from AntiGrain 2.5
added src/slic3r/Utils/SVGImport.cpp/hpp
2019-02-07 12:06:51 +01:00
ddc4092869 Fix of #1782 2019-02-07 09:22:04 +01:00
71d995d7aa Send EVT_SLICING_UPDATE with RELOAD_SLA_SUPPORT_POINTS
once object's support points are calculated by the backend.
2019-02-06 14:18:04 +01:00
f086ec47b4 Fix of #1745 2019-02-06 12:50:10 +01:00
4c22950d5f Merge remote-tracking branch 'remotes/origin/master' into lm_sla_supports_auto2 2019-02-06 11:11:51 +01:00
2e18fd3f74 Merge branch 'master' into lm_sla_supports_auto2 2019-02-06 11:10:18 +01:00
0bfc36d508 Tiny fix of previous commit 2019-02-06 11:09:00 +01:00
4515fb5118 Vojtech's optimizations 2019-02-06 10:57:45 +01:00
6ef5404dce Fixed compilation on OSX 2019-02-05 21:26:52 +01:00
112f39830e Fixed missing include 2019-02-05 21:05:31 +01:00
0ed4a4dea5 Fixed last buggy commit. 2019-02-05 20:54:01 +01:00
5eadf35902 Polished up the tesselator. 2019-02-05 20:49:09 +01:00
93d25d0032 Added the new Tesselate.cpp/hpp 2019-02-05 20:24:25 +01:00
44487a1841 Improved stability (fixed crashes) of the Cut by plane function by
replacing the cut triangulation with freeglu tesselator.
Added performance tracing output of the Cut by plane function.
Added wait cursor to split to parts / objects, object cut, save to AMF/3MF.
2019-02-05 20:23:24 +01:00
d74c4a0fb6 Updated GLCanvas3D to use the tesselator through libslic3r 2019-02-05 19:45:52 +01:00
06ed5fca31 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2019-02-05 18:14:27 +01:00
653faaadf5 WIP Added libtess library extracted from
https://cgit.freedesktop.org/mesa/glu/
The library is stable (it should be, since it is in use since 1994),
but it is not thread safe: Its callbacks do not receive any pointer
to a context.
2019-02-05 18:14:07 +01:00
4730d9192d Simplifying individual slices in base_plate 2019-02-05 16:14:04 +01:00
5cbaa6eda8 Added parameter "support_buildplate_only" for SLA supports. 2019-02-05 11:16:03 +01:00
c92f823770 Fix for issue #1765 : no end info in SLA png files. 2019-02-05 09:54:21 +01:00
1fa9b14adb Fix build: Stray semicolon 2019-02-04 16:57:11 +01:00
1e3a23a846 SLA support gizmo does not use Grabber class anymore 2019-02-04 12:33:59 +01:00
2f7ea85f9e SLA support points - minor adjustments 2019-02-04 10:56:49 +01:00
0443a92757 SLA support points generator now uses precalculated aabb tree 2019-02-04 09:50:25 +01:00
38eaf6b479 Fixed Technologies.hpp file 2019-02-04 09:13:28 +01:00
fe15fed998 Merge branch 'master' into lm_sla_supports_auto2 2019-02-04 08:41:00 +01:00
30354e62b0 Merge branch 'master' into lm_sla_supports_auto2 2019-02-04 08:40:20 +01:00
8d555e7c31 Model fixing through Netfabb service (Windows only):
Model volumes are now fixed one by one, instances & parameters are maintained,
it is now possible to fix just a single volume of a multi-part object.
2019-02-03 22:14:34 +01:00
bde521db72 On Windows, system and hidden files are now ignored in all file
enumeration loops.
Should fix "desktop.ini still displaying error" #1761
2019-02-03 15:30:37 +01:00
cc06b9f06b Fixed an issue, where the output G-code file name was not always updated
from the current Model/ModelObjects.
Fixed a possible race condition in updating Print::m_placeholder_parser
with the proposed filename / filename base.
Improved documentation (source code comments).
2019-02-03 10:41:14 +01:00
5f3f6e8fe6 More SLA support points improvements
- unselected objects are hidden when SLA gizmo is active
- support volumes are hidden when editing mode is active
- 3mf support points format versioning
2019-02-01 23:09:02 +01:00
f0d3656cde Fix of a cooling slow down logic.
fixes "Min print speed" to "Estimated Print Time" Inconsistencies #1488
2019-02-01 17:15:41 +01:00
a7ed0a48f8 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2019-02-01 14:42:55 +01:00
e5f68f81c7 Merge branch 'sidebar_fixes' of https://github.com/prusa3d/Slic3r 2019-02-01 14:32:21 +01:00
6c5c2e8a5c Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr 2019-02-01 13:21:16 +01:00
36736ab72e Get name of both the G-code and project file from the 1st printable
object's name or file path.
Fixed some compilation warnings.
2019-02-01 11:44:08 +01:00
5f0454e153 SLA support points improvements
- semi-intelligent algorithm to place support points
- enhanced ImGui dialog with editing/non-editing mode
- support points can have different head diameter (only implemented in GUI so far)
- autogenerated points supporting emerging islands are annotated and the info is kept
2019-02-01 07:13:08 +01:00
37d1256aa3 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2019-01-31 15:09:23 +01:00
9644bc720f Fixed a bug in initialization of some StaticPrintConfig derived classes.
Merged implementation of support for "Octoprint-Cancelobject" #972
thanks @supermerill
2019-01-31 15:09:16 +01:00
e2ce240ec3 Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes 2019-01-31 13:32:47 +01:00
0fd82f7fa0 User mode-aware toolbar items 2019-01-31 13:19:26 +01:00
a645e61ec7 Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr 2019-01-31 10:11:56 +01:00
278f67710c Getting rid of signed distance from collision detection. 2019-01-31 10:11:37 +01:00
1ab6d67e97 Merge branch 'master' of https://github.com/Prusa3d/Slic3r 2019-01-31 09:09:42 +01:00
7609081697 Fixed name of the exported project file to respect the object name. 2019-01-31 09:08:40 +01:00
32dcaba725 replace #ifdef _DEBUG with #ifndef NDEBUG 2019-01-31 08:47:23 +01:00
45be9b7cf9 Getting around signed_distance in pinhead_mesh_intersect 2019-01-30 17:35:39 +01:00
1da994fe4e Trying to speed up collision detection with tbb 2019-01-30 13:51:34 +01:00
82ad214339 Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes 2019-01-30 12:16:49 +01:00
dd0d976adb Some optimizations of the color print preview. 2019-01-30 12:10:26 +01:00