Lukas Matena
5966dcb78e
SLA gizmo - fixed support points rendering (depth is now correctly accounted for)
2019-02-18 11:59:47 +01:00
bubnikv
672cf5d45f
Parallelization of large part of the SLA support point calculation.
...
New 3D grid to check, whether two support points are not too close.
2019-02-18 11:46:06 +01:00
tamasmeszaros
c8bda6c13b
Fix for a few comment typos
2019-02-18 10:52:16 +01:00
tamasmeszaros
a50ffd0791
Fix for uninitialized value in an edge case.
2019-02-18 10:16:04 +01:00
bubnikv
09cce95181
Merge branch 'lm_sla_supports_auto2' of https://github.com/prusa3d/Slic3r into lm_sla_supports_auto2
2019-02-17 13:09:16 +01:00
bubnikv
fcc1b2ad69
Reworked polygon sampling for SLA auto support generation.
...
Conditional compilation of an igl winding number tree for SLA support generator, as it is not used as of now and initialization of the tree is expensive.
Fixed issue with passing the new SLA point definition to the back end and back to the UI.
2019-02-17 13:05:22 +01:00
tamasmeszaros
01091152be
Optimization for bad head angles.
2019-02-15 16:55:15 +01:00
Vojtech Kral
eb643a1f52
Http: Fix logging
2019-02-15 15:35:13 +01:00
tamasmeszaros
71480d7c53
Further refactoring
2019-02-15 10:09:59 +01:00
tamasmeszaros
3574fa00af
Incorporate new tessellation into pad creation.
2019-02-14 16:04:34 +01:00
tamasmeszaros
9bd2f0cf53
Simplifying pad wall triangulation. Removing iterators.
2019-02-14 15:00:59 +01:00
tamasmeszaros
40e6980db1
Fixing issue with sharp concave pad edges.
2019-02-14 13:52:40 +01:00
tamasmeszaros
baf2dede88
Merge remote-tracking branch 'origin/master' into tm_pad_speedup
2019-02-14 11:24:00 +01:00
tamasmeszaros
1e9b64b971
Commented and integrated new pad wall triangulation
2019-02-14 11:23:43 +01:00
tamasmeszaros
daa8f7ef1b
Refactored version of the wall triangulation algorithm, initial integration.
2019-02-13 18:22:00 +01:00
tamasmeszaros
0d13ecdce8
Working proof-of-concept for manual triangulation of pad walls.
2019-02-13 16:44:48 +01:00
YuSanka
3f23bd5224
Save statistics values to the config.ini
2019-02-13 16:30:40 +01:00
YuSanka
88f04e0fae
Added calculation of the material consumption
2019-02-13 15:35:41 +01:00
YuSanka
589ac889a3
Fixed OSX build
2019-02-13 08:44:42 +01:00
YuSanka
c04be58648
Implemented estimated printing time for the SLA printing
2019-02-12 16:34:42 +01:00
Lukas Matena
ac8f9ab3dc
SLA gizmo improvements
...
- point can be selected
- selection can be deleted, head diameter changed
- dragging of objects is not allowed with the gizmo being on
- added a modal dialog when automatic support generator is triggered
2019-02-11 16:29:03 +01:00
tamasmeszaros
8b2a8822d2
Partial fix for crashing min_obj_distance
2019-02-08 12:30:10 +01:00
bubnikv
d0553ece0e
Extended tesselation wrapper for other 3d and 2d point types.
2019-02-08 09:26:48 +01:00
bubnikv
34b14eb8fa
Revert "WIP: SVG import & rasterization"
...
This reverts commit 9b15908a47
.
2019-02-07 12:09:10 +01:00
bubnikv
a178a0ff7e
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-02-07 12:07:15 +01:00
bubnikv
9b15908a47
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
Enrico Turri
21a7fa6af2
Fix of #1782
2019-02-07 09:22:04 +01:00
bubnikv
fb6f3d8431
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
Enrico Turri
bdde20b433
Fix of #1745
2019-02-06 12:50:10 +01:00
bubnikv
d31cb98fe9
Merge remote-tracking branch 'remotes/origin/master' into lm_sla_supports_auto2
2019-02-06 11:11:51 +01:00
bubnikv
6ef9c23d19
Merge branch 'master' into lm_sla_supports_auto2
2019-02-06 11:10:18 +01:00
Lukas Matena
906e66ea80
Tiny fix of previous commit
2019-02-06 11:09:00 +01:00
bubnikv
0e8b526af3
Vojtech's optimizations
2019-02-06 10:57:45 +01:00
bubnikv
7719173f89
Fixed compilation on OSX
2019-02-05 21:26:52 +01:00
bubnikv
0b90e5177c
Fixed missing include
2019-02-05 21:05:31 +01:00
bubnikv
5fedb5f232
Fixed last buggy commit.
2019-02-05 20:54:01 +01:00
bubnikv
f22926649c
Polished up the tesselator.
2019-02-05 20:49:09 +01:00
bubnikv
e3ed05491e
Added the new Tesselate.cpp/hpp
2019-02-05 20:24:25 +01:00
bubnikv
8982664551
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
bubnikv
3dc6e266ed
Updated GLCanvas3D to use the tesselator through libslic3r
2019-02-05 19:45:52 +01:00
bubnikv
2a7e5bc0ae
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-02-05 18:14:27 +01:00
bubnikv
f797083ca2
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
tamasmeszaros
1501b2003e
Simplifying individual slices in base_plate
2019-02-05 16:14:04 +01:00
tamasmeszaros
c3e1be7531
Added parameter "support_buildplate_only" for SLA supports.
2019-02-05 11:16:03 +01:00
tamasmeszaros
edd5f768a9
Fix for issue #1765 : no end info in SLA png files.
2019-02-05 09:54:21 +01:00
Vojtech Kral
87ae061061
Fix build: Stray semicolon
2019-02-04 16:57:11 +01:00
Lukas Matena
9dff44a8ad
SLA support gizmo does not use Grabber class anymore
2019-02-04 12:33:59 +01:00
Lukas Matena
fab3025107
SLA support points - minor adjustments
2019-02-04 10:56:49 +01:00
Lukas Matena
24a0fdb844
SLA support points generator now uses precalculated aabb tree
2019-02-04 09:50:25 +01:00
Enrico Turri
1f77eb1e54
Fixed Technologies.hpp file
2019-02-04 09:13:28 +01:00
Lukas Matena
d32d0a7636
Merge branch 'master' into lm_sla_supports_auto2
2019-02-04 08:41:00 +01:00
Lukas Matena
d154e75ad7
Merge branch 'master' into lm_sla_supports_auto2
2019-02-04 08:40:20 +01:00
bubnikv
cd838561ee
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
bubnikv
f9743d17e9
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
bubnikv
a56f7d60e5
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
Lukas Matena
f568f93f08
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
bubnikv
e59a10e0c2
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
Enrico Turri
b919dcc4ab
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-02-01 14:42:55 +01:00
Enrico Turri
016507f4ef
Merge branch 'sidebar_fixes' of https://github.com/prusa3d/Slic3r
2019-02-01 14:32:21 +01:00
tamasmeszaros
d65fd9f346
Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr
2019-02-01 13:21:16 +01:00
bubnikv
3b973e01dd
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
Lukas Matena
21026ec9a8
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
bubnikv
f4243c694f
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-31 15:09:23 +01:00
bubnikv
c82d346c1a
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
Enrico Turri
5fa5d495bb
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-31 13:32:47 +01:00
Enrico Turri
81c621716b
User mode-aware toolbar items
2019-01-31 13:19:26 +01:00
tamasmeszaros
30477c710c
Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr
2019-01-31 10:11:56 +01:00
tamasmeszaros
095dfcad9e
Getting rid of signed distance from collision detection.
2019-01-31 10:11:37 +01:00
bubnikv
3c78d35e3c
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-31 09:09:42 +01:00
bubnikv
73280d48ed
Fixed name of the exported project file to respect the object name.
2019-01-31 09:08:40 +01:00
Enrico Turri
4b1cc282c8
replace #ifdef _DEBUG with #ifndef NDEBUG
2019-01-31 08:47:23 +01:00
tamasmeszaros
3f10b2f7f8
Getting around signed_distance in pinhead_mesh_intersect
2019-01-30 17:35:39 +01:00
tamasmeszaros
4e82e32a27
Trying to speed up collision detection with tbb
2019-01-30 13:51:34 +01:00
Enrico Turri
883e09fbcd
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-30 12:16:49 +01:00
bubnikv
460cf820af
Some optimizations of the color print preview.
2019-01-30 12:10:26 +01:00
bubnikv
d30676ceee
Merge remote-tracking branch 'remotes/origin/ys_color_print'
2019-01-30 09:29:55 +01:00
Enrico Turri
414ea1a86e
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-30 08:27:52 +01:00
bubnikv
49bb90523a
Fix of a G-code comment. Fixes
...
Incorrect filament profile being used during purge - always set to PLA. #1691
2019-01-29 18:28:52 +01:00
bubnikv
7bfc60e805
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-29 18:08:02 +01:00
bubnikv
57bd0889c3
Disabled the experimental pressure equalizer.
2019-01-29 18:07:45 +01:00
Vojtech Kral
a99c823401
Build: MSVC 2017 compat (w/o xs code - Perl unit tests)
2019-01-29 17:11:07 +01:00
YuSanka
e291172e24
Implemented "Color Print" for preview mode (without re-slicing)
2019-01-29 15:11:29 +01:00
tamasmeszaros
7c839b8469
Many major issues solved. Performance may be degraded.
2019-01-29 15:10:07 +01:00
Enrico Turri
f9ea977d86
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-29 14:34:13 +01:00
Enrico Turri
15b6b4f239
Fix of #1730
2019-01-29 14:16:31 +01:00
Enrico Turri
39005cc8a0
Added missing include (build on OSX)
2019-01-29 12:09:40 +01:00
Enrico Turri
4776ad786f
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-29 12:09:01 +01:00
bubnikv
aaaffd7f90
Fixes Add [layer_num] and [layer_z] to Custom Tool change G-code #1651
2019-01-29 12:02:48 +01:00
Enrico Turri
a09a9845b5
Fixed compile on OSX
2019-01-29 11:38:51 +01:00
Enrico Turri
83b09bffb7
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-29 11:33:55 +01:00
Enrico Turri
14fe55d4b8
Fix of rotations using sidebar fields
2019-01-29 11:26:35 +01:00
bubnikv
de742bbab2
Fix of Custom filename - used_filament in meters #1680
2019-01-29 11:14:29 +01:00
Enrico Turri
8e4934d91d
Merge branch 'master' of https://github.com/prusa3d/Slic3r into sidebar_fixes
2019-01-29 08:25:45 +01:00
tamasmeszaros
3999ffe713
Merge branch 'master' into tm_colldetection_upgr
2019-01-28 16:52:50 +01:00
tamasmeszaros
814f663c79
Fix for SPE-797
2019-01-28 16:30:15 +01:00
tamasmeszaros
9d9d5f22ef
Fixing empty first layer when no pad and no supports are selected.
2019-01-28 16:17:43 +01:00
Enrico Turri
6137cc48eb
ENABLE_IMPROVED_SIDEBAR_OBJECTS_MANIPULATION set as default
2019-01-28 16:06:44 +01:00
tamasmeszaros
a32839260f
Remove duplicate code from support generation.
2019-01-28 14:20:42 +01:00
tamasmeszaros
61d59a7a2e
Fix for erroneous support slicing.
...
Adding upper and lower closure for pillars and bridges.
2019-01-28 11:58:25 +01:00
bubnikv
3e0ef05386
Merge remote-tracking branch 'remotes/origin/objects_centering'
2019-01-28 10:25:41 +01:00
bubnikv
adb96bdc2e
WIP: Optimization of the object's 2D convex silhouette for arrangement,
...
not working yet.
2019-01-28 10:10:23 +01:00
Enrico Turri
1550ee0e2b
Merge branch 'objects_centering' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-28 08:53:46 +01:00
bubnikv
bb0cf221bc
WIP synchronization of Z rotation of the instances
2019-01-28 08:52:22 +01:00
bubnikv
588c07c12a
Performance improvements:
...
Lazy "Place on face" gizmo update.
Caching of MeshObject::raw_mesh_bounding_box() for the object size display.
ModelObject::bounding_box(), raw_mesh_bounding_box(), full_raw_mesh_bounding_box() will not copy the mesh.
TriangleMesh::transformed_bounding_box(const Transform3d &trafo) will not copy the mesh data.
get_options_for_bundle() will not return reference to temp value
is_splittable() calls cheap mesh.has_multiple_patches()
2019-01-26 18:51:34 +01:00
bubnikv
302a51f6cb
Merge remote-tracking branch 'remotes/origin/tm_autoplacement'
2019-01-26 13:32:47 +01:00
YuSanka
9ac9086e78
Updated mode value for some options
2019-01-25 16:57:44 +01:00
Enrico Turri
533e1feac3
Fixed import of volumes from .amf
2019-01-25 12:58:55 +01:00
Enrico Turri
9d51348272
Tweak to euler angles euristic
2019-01-25 12:46:45 +01:00
Enrico Turri
16bd7325c1
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-25 08:29:15 +01:00
bubnikv
e1abd1256c
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-24 19:09:06 +01:00
bubnikv
49487c16e6
Improvements of the triangulation of SLA layer preview.
2019-01-24 19:08:58 +01:00
Enrico Turri
0805bce280
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-24 13:34:37 +01:00
Enrico Turri
8366ac4a07
Fixed output of volumes to .amf files
2019-01-24 13:32:45 +01:00
Enrico Turri
9ca9e8dda5
Another iteration on euler angles and instances synchronization
2019-01-24 10:04:39 +01:00
tamasmeszaros
8c57541fe9
Merge remote-tracking branch 'origin/master' into tm_autoplacement
2019-01-23 17:12:28 +01:00
Enrico Turri
c2c7a3ad8f
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-23 15:56:46 +01:00
Enrico Turri
322b954c1c
Added model for sl1 bed
2019-01-23 15:52:08 +01:00
bubnikv
5ed475a730
Little optimization when creating a SLA support mesh for preview.
2019-01-23 14:22:33 +01:00
bubnikv
fc97ec9cd9
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-23 14:00:23 +01:00
bubnikv
0af11c51e3
Fixed update on reset of the variable layer height profile.
...
Fixed update of the layer height profile on PrintObject when changing profiles.
Fixed crash due to the layer height editing refactoring & wipe tower.
2019-01-23 14:00:03 +01:00
Enrico Turri
949eac5576
Fixed conflicts after merge with master
2019-01-23 13:24:05 +01:00
tamasmeszaros
4e8c570d52
Polishing autoplacement feature for testing
2019-01-23 13:13:12 +01:00
Enrico Turri
d5b354c053
Apply anisotropic filtering to bed textures
2019-01-23 12:45:58 +01:00
Enrico Turri
cc9cf7f39e
Fixed unselected instance synchronization when rotating using rotate gizmo
2019-01-23 11:08:18 +01:00
tamasmeszaros
f129a92405
fixing is_colliding and centering translation.
2019-01-23 10:37:37 +01:00
Enrico Turri
1ea51aeb2e
Euler angles calculated as described in http://www.gregslabaugh.net/publications/euler.pdf
2019-01-23 09:12:22 +01:00
Enrico Turri
9a5d7a98a6
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-23 08:26:55 +01:00
tamasmeszaros
05032d9760
Trying force center placement with existing objects.
2019-01-22 18:05:11 +01:00
tamasmeszaros
4628ba5767
Initial version of smart auto placement intended to replace autocenter.
2019-01-22 17:50:33 +01:00
Vojtech Kral
a85db038be
Fix usage of is_trivially_copyable on older GCC (for real this time)
2019-01-22 12:16:11 +01:00
Vojtech Kral
d5f47cbcad
Fix usage of is_trivially_copyable on older GCC
2019-01-22 10:42:16 +01:00
Enrico Turri
f44510c272
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-22 08:32:05 +01:00
bubnikv
bd80304f39
Added missing headers.
2019-01-21 17:51:37 +01:00
Enrico Turri
6107b7fd2f
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-21 15:46:05 +01:00
YuSanka
5dafad3816
Fix of SPE-777
...
Added a flag to optimize the checking if the volume is splittable
2019-01-21 15:43:06 +01:00
Lukas Matena
1685a30ee0
Added static asserts on classes initialized by memset to make sure it is possible to do
2019-01-21 15:03:20 +01:00
Enrico Turri
d8d7eac5a9
Fixed conflicts after merge with master
2019-01-21 14:43:57 +01:00
Lukas Matena
ed1aad9de4
PURGING FINISHED gcode comment only emitted on layers where some purging was happening
2019-01-21 14:05:28 +01:00
YuSanka
7a30dd250a
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-21 13:05:59 +01:00
Enrico Turri
db1428dcae
Improved transparent volumes rendering set as default
2019-01-21 12:53:01 +01:00
Enrico Turri
012c681e67
Sidebar visual hints set as default
2019-01-21 12:36:34 +01:00
YuSanka
1a474ea282
L10n improvements
2019-01-21 12:34:28 +01:00
Enrico Turri
cceff0c519
Unique OpenGL context set as default
2019-01-21 12:20:53 +01:00
Enrico Turri
a8d407b27e
World rotations set as default
2019-01-21 11:55:02 +01:00
Enrico Turri
060fac5e55
Ensure object on bed while scaling set as default
2019-01-21 11:46:06 +01:00
Enrico Turri
25319113f1
Code cleanup
2019-01-21 11:29:45 +01:00
Enrico Turri
4577a49d5a
Merge branch 'master' of https://github.com/prusa3d/Slic3r into objects_centering
2019-01-21 11:21:21 +01:00
tamasmeszaros
207c87a3d1
Many comments for maintainability.
2019-01-21 10:34:10 +01:00
bubnikv
d64b55d27d
WIP Restoration of the layer editing.
2019-01-21 10:06:51 +01:00
tamasmeszaros
6c0b65208f
Introducing signed_distance into the collision detection.
...
Everything is broken O.o
2019-01-18 16:21:44 +01:00
Enrico Turri
1eb01df0c8
Fixed .prusa i/o and split to objects
2019-01-18 16:01:43 +01:00
Enrico Turri
ce099e91c7
Fixed .amf i/o
2019-01-18 14:40:10 +01:00
Enrico Turri
80bae6dd98
1st installment of volumes centering fixes (WIP)
2019-01-18 12:52:09 +01:00
tamasmeszaros
4f83703232
A lot of comments added.
2019-01-18 12:09:53 +01:00
bubnikv
3e28905621
Fixed missing includes in PostProcessor.cpp
...
Fixes https://github.com/prusa3d/Slic3r/issues/1679
2019-01-18 10:16:53 +01:00
bubnikv
13f0da3ace
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
bubnikv
668d374779
Implemented post-processing scripts on Windows.
...
Fixes https://github.com/prusa3d/Slic3r/issues/1666
2019-01-17 20:34:19 +01:00
tamasmeszaros
17bba23dba
Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr
2019-01-17 17:46:47 +01:00
tamasmeszaros
83f75f25bd
Further improvements for headless sticks.
2019-01-17 17:46:29 +01:00
Vojtech Kral
570cc6e167
Fix string conversions in PlaceholderParser
2019-01-17 16:47:01 +01:00
tamasmeszaros
e160cf3ffb
EigenMesh upgraded with inside check capability.
2019-01-17 16:44:26 +01:00
Vojtech Kral
6175eda867
Fix build
2019-01-17 15:40:09 +01:00
Vojtech Kral
d59fc1939b
Fix a missing header in GCodeReader
2019-01-17 13:49:10 +01:00
Enrico Turri
aa7ff0700b
Reworked management of bed shape changes (may fix #1671 )
2019-01-17 13:21:33 +01:00
tamasmeszaros
7a677a673f
WIP
2019-01-16 16:50:43 +01:00
tamasmeszaros
203ed3724f
Merge remote-tracking branch 'origin/master' into tm_colldetection_upgr
2019-01-16 15:36:29 +01:00
tamasmeszaros
1e1d405d70
Multiple rays for the pinhead collision detection.
...
Seems to help a lot.
2019-01-16 15:35:01 +01:00
Vojtech Kral
e8d63f3eb1
Upgrade Boost to 1.66 on Windows
2019-01-16 15:14:18 +01:00
tamasmeszaros
05861dcacd
Merge branch 'master' into tm_colldetection_upgr
2019-01-15 15:32:35 +01:00
tamasmeszaros
bb8866ca37
Quick fix for visible bridges under the pillar base.
2019-01-15 14:41:45 +01:00
tamasmeszaros
ffbec83337
Merge remote-tracking branch 'origin/master'
2019-01-15 14:25:33 +01:00
tamasmeszaros
831de96a81
Solving issue with first empty layer.
2019-01-15 14:25:28 +01:00
Enrico Turri
2f48997a22
Fixed rotation of single volumes inside a rotated instance using rotate gizmo
2019-01-15 12:24:32 +01:00
tamasmeszaros
8391e73416
WIP
2019-01-15 11:09:00 +01:00
bubnikv
366e8422a7
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-14 19:59:33 +01:00
bubnikv
84eefa280c
Added debugging code for the Douglas-Peucker contour simplification code.
2019-01-14 19:59:18 +01:00
bubnikv
54299d8eb0
Fix of https://github.com/prusa3d/Slic3r/issues/1631
...
This is a fix of a long standing bug, where an extrusion is incorrectly
drawn from the end of the last wipe move. Interestingly enough,
this bug is in Slic3r at least since 1.2.9, but lucky enough
it only occured for single perimeter, no infill prints with wipe after
retract enabled, and only if the two successive slices were discretized
exactly the same, which is quite unlikely.
2019-01-14 19:57:41 +01:00
bubnikv
befccb0734
Fixed assert in mesh slicing code.
2019-01-14 19:39:45 +01:00
tamasmeszaros
7fa430c56d
Adding an AABB tree to EigenMesh3D.
...
Yet to be used.
2019-01-14 17:28:02 +01:00
tamasmeszaros
19a6461608
Merge remote-tracking branch 'origin/master'
2019-01-14 15:38:13 +01:00
tamasmeszaros
3ccb2ce275
Fix for hanging sla pipeline at routing non-ground points.
2019-01-14 15:37:59 +01:00
Enrico Turri
2d7a828dad
Fix of #1640
2019-01-14 15:37:37 +01:00
Enrico Turri
01dc8e77ac
Generic subparts placed at one of the bottom corners of the world bounding box of the transformed current selected instance ( #1517 )
2019-01-14 13:29:06 +01:00
bubnikv
cf8e4fd7b0
Merged some of the late changes on slicing robustness
...
from the 1.41.2 (stable) to the current 1.42.0-alpha3
This should fix a number of errors reported (#1562 , #1592 , #1614 , #1633 )
2019-01-14 11:06:52 +01:00
Enrico Turri
e7fad6f3bc
Added min displacement threshold for newly selected objects to avoid unwanted displacement when selecting them
2019-01-14 09:29:17 +01:00
Enrico Turri
4affd6ace7
Code cleanup
2019-01-14 08:56:01 +01:00
Enrico Turri
92b8d797f8
Merge branch 'master' of https://github.com/prusa3d/Slic3r into euler_angles
2019-01-11 12:55:35 +01:00
Vojtech Kral
6db40feace
Build: Add a flag to disable PCH
2019-01-11 12:49:24 +01:00
bubnikv
1e21388fe9
Fix of an undefined DBL_MAX on clang / OSX
2019-01-11 11:46:54 +01:00
bubnikv
a552a7bc78
Fixed a buggy test for a single extruder diameter for Single Extruder
...
Multi Material prints & soluble supports.
Disabled assert testing for the existence of "printer_technology" fields
as it triggers on loading of legacy AMF/3MF files.
2019-01-11 11:15:32 +01:00
Enrico Turri
a0245c69a6
New algorithm to extract euler angles from rotation matrix
2019-01-11 09:23:35 +01:00
bubnikv
2f6bf3e3f2
Fix of 2b0e1633cf
, where
...
the Print::validate() tested wipe tower specific stuff incorrectly
even if the wipe tower was not active.
2019-01-10 18:17:22 +01:00
bubnikv
2b0e1633cf
Fix of "macos crash on WipeTower when using multi extruder + tower + support #1632 "
...
Added a new validation into Print::validation() to verify, that
the non-soluble supports need to be printed with "current" extruder.
This check was already there, though for the global parameters only.
Now the check is performed inside the Print class for the object
override parameters as well.
Improved the Print::validate() handling. The Print::validate() is only
called if the Print::apply() indicates a change, or if the slicing
was executed by the user explicitely (with the "Slice now" button,
with the "Send to octoprint" button, or by switching to the print
path preview).
2019-01-10 16:06:24 +01:00
YuSanka
107152b25e
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-10 11:10:01 +01:00
YuSanka
c62a51ead1
Implemented ModeSizer with ModeButtons for the mode view changing from the settings tabs and plater
2019-01-10 11:09:31 +01:00
bubnikv
8515852efc
Ignore the extra "Process Serial Number" parameter generated by the OSX finder
...
https://stackoverflow.com/questions/10242115/os-x-strange-psn-command-line-parameter-when-launched-from-finder
2019-01-09 14:09:08 +01:00
tamasmeszaros
1947925263
Added parameter for pillar connection mode
2019-01-09 12:21:43 +01:00
Enrico Turri
5d01441450
Modified extract_euler_angles to cope with gimball lock
2019-01-09 11:48:23 +01:00
bubnikv
60d3ba6966
WIP: Fix of command line slicing. Slice from slic3r-console.exe
2019-01-09 11:24:05 +01:00
bubnikv
4a1f0eb05f
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-09 10:43:31 +01:00
bubnikv
5b1c1d5922
Fixed a bug in the Win32 start wrapper (wrong number of parameters was passed for the GUI slic3r.exe).
...
Reworked command line processing for the GUI slic3r. Now the config is loaded first, then the model files (also the configs from AMF/3MF are applied), and lastly the free standing parameters are applied.
Fixed unescaping for command line parameters. The string parameters are now not unescaped, string vector parameters are unescaped only if enquoted.
Tab::load_current_preset() - disabled CallAfter for predictability. With CallAfter, it was difficult to call the method in sequence with other methods.
Fixed some missing ->Destroy() calls on dialogs created from MainFrame
Fixed some compiler warnings.
2019-01-09 10:43:17 +01:00
tamasmeszaros
a25072f0a3
Merge branch 'master' into tm_pad_improve
2019-01-08 16:32:54 +01:00
Enrico Turri
2ccdfe6853
Fixed typo
2019-01-08 15:26:27 +01:00
tamasmeszaros
e269758df7
Don't generate the pad cavity if the depth is zero.
2019-01-08 14:42:29 +01:00
tamasmeszaros
f26ec7feb3
pad wall smoothing only for the top of the wall.
2019-01-08 14:03:41 +01:00
YuSanka
591d42fd76
Fixed editing of the extruder's settings (SPE-735)
2019-01-08 10:18:21 +01:00
bubnikv
2f4adc1906
Implemented [filament_extruder_id] placeholder #1568
2019-01-07 15:12:40 +01:00
bubnikv
026bc801e3
Fix of #1505 , #1541
...
Fixed a regression issue in initialization of the "Avoid external perimeters"
feature.
2019-01-07 12:20:48 +01:00
tamasmeszaros
80156d93b4
Merge remote-tracking branch 'origin/master' into tm_pad_improve
2019-01-07 10:09:31 +01:00
tamasmeszaros
0c7fbe0a93
Comments and cosmetics for the new pad code.
2019-01-07 10:07:49 +01:00
tamasmeszaros
fa5c96dfb9
Recover outer top radius for the new pad.
...
Inner top, bottom and outer bottom radius still missing.
2019-01-04 16:57:27 +01:00
bubnikv
567b367061
Disabled the print bed mesh temporarily,
...
bumped up the build version to alpha2,
fixed one minor issue in G-code generator
2019-01-04 16:48:41 +01:00
tamasmeszaros
f761691b7d
Pad now has adjustable wall tilt and maintains wall thickness properly.
...
Edges are not rounded yet.
2019-01-04 16:24:10 +01:00
Enrico Turri
94becf120b
Fixed euler angles calculation for the singular case
2019-01-04 14:53:01 +01:00
Enrico Turri
8e001972a9
Added print bed models for mk2 and mk3 printers to 3D scene
2019-01-04 12:56:48 +01:00
Vojtech Kral
237eaa5f6f
Fix #1526 --datadir not working
2019-01-03 16:19:08 +01:00
Enrico Turri
474e06ac85
Fixed missing mirror transform data when increasing instances count
2019-01-03 15:04:29 +01:00
bubnikv
98fa9c4c38
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 14:35:08 +01:00
bubnikv
8d1b854acb
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
...
to be sure that the strings are correctly converted to UTF8.
2019-01-03 14:34:53 +01:00
tamasmeszaros
8a3d2f385f
Fix for bad arrange with mirrored objects
2019-01-03 14:20:01 +01:00
Enrico Turri
b099d5c05e
Removal of wxNotebook from plater set as default
2019-01-03 12:59:06 +01:00
Enrico Turri
ca6a7ac8d5
Further improvement in objects manipulation using sidebar (multiselection)
2019-01-03 11:24:03 +01:00
bubnikv
e2daf05368
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-02 16:27:38 +01:00
bubnikv
d0fc403741
Fix of a regression bug in Dauglass Peucker contour simplification
...
after an introduction of a non-recursive variant of the algorithm.
Fixes "Strange behavior while printing curved perimeters #1503 "
Fixed some compilation warnings.
2019-01-02 16:27:11 +01:00
Enrico Turri
2adce62643
Background texture for toolbars set as default
2019-01-02 16:26:22 +01:00
tamasmeszaros
760b1cd9bc
Fix for normal averaging and hidden parameter for max normal Z angle.
2019-01-02 15:48:38 +01:00
tamasmeszaros
d88f3adce9
Fix for invalid support geometry when connecting to model surface
2019-01-02 14:26:25 +01:00
Enrico Turri
9b8a68565f
Modified camera target behavior set as default
2019-01-02 14:04:26 +01:00
Enrico Turri
0ccd19f1ee
Improved objects manipulation using sidebar
2019-01-02 13:42:29 +01:00
tamasmeszaros
abf34c3b6d
Debug logs during SLA processing
2019-01-02 11:52:15 +01:00
Enrico Turri
611d9aa0d8
Model's volume transform set as default
2019-01-02 10:49:13 +01:00
Enrico Turri
447a51a3c8
Constrained camera target set as default
2019-01-02 08:55:56 +01:00
bubnikv
0a3758d785
SLA automatic support points: Added cancellation points.
2018-12-22 11:21:21 +01:00
bubnikv
18beb10ae0
Automatic SLA support points: Disable debug outputs by default.
2018-12-22 10:55:15 +01:00
bubnikv
126035f6f8
Fixed many errors in background processing synchronization and update.
...
Fixed couple of compiler warnings.
2018-12-22 10:02:42 +01:00
tamasmeszaros
6680aaaf16
small fix for headless supports when they have no space to manifest
2018-12-21 14:33:10 +01:00
tamasmeszaros
fefa4ded00
Merge remote-tracking branch 'origin/master'
2018-12-21 14:32:20 +01:00
tamasmeszaros
bf080d3002
small refactoring and warning elimination.
2018-12-21 14:32:11 +01:00
Lukas Matena
f288af0b5e
Fixed an out-of-bound situation in SLA support generator
2018-12-21 13:55:14 +01:00
tamasmeszaros
72e9a2615f
Small fix for double bridging issue with very close pillars
2018-12-21 13:10:37 +01:00
Lukas Matena
f3cb54d91f
An attempt to fix aa OSX compilation issue
2018-12-21 12:57:26 +01:00
tamasmeszaros
1d769e322d
A bit more informative description for the "display_orientation" parameter
2018-12-21 12:46:04 +01:00
Lukas Matena
7617b10d6e
SLA autosupports including islands
2018-12-21 12:35:20 +01:00
Lukas Matena
2ba28325f0
Merge branch 'master' into lm_sla_supports_auto
2018-12-21 12:34:24 +01:00
Enrico Turri
5006633221
Improved rendering of transparent volumes
2018-12-21 09:56:11 +01:00
Lukas Matena
9571e7c209
Merge branch 'master' into lm_sla_supports_auto
2018-12-20 22:35:47 +01:00
tamasmeszaros
ee8df7b408
Don't set done on a canceled step.
2018-12-20 16:25:32 +01:00
tamasmeszaros
70bfa4202f
Fix for SPE-700 (Corrupted slice data)
2018-12-20 15:24:02 +01:00
Vojtech Kral
2d0dc6b050
Printhost: Cancelation, bugfixes
2018-12-20 13:38:00 +01:00
tamasmeszaros
a5b846f7fc
Improved edge normal detection. Also removed some warnings.
2018-12-20 12:08:06 +01:00
Enrico Turri
54fae97032
Visual hints in the 3D scene when sidebar matrix fields have focus -> Completed VBOs case
2018-12-20 11:14:53 +01:00
Lukas Matena
75063410ad
Merge branch 'master' into lm_sla_supports_auto
2018-12-19 15:31:21 +01:00
bubnikv
5553d10c1e
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-19 14:47:25 +01:00
bubnikv
e9990ed79e
Fix of SPE-691 Slicer crash after extruder change
...
Added synchronization of GCodePreviewData between the front end / back end
(GCodePreview data is only used if PrintStep psGCodeExport is finished).
Added reset of GCodePreviewData on Print::apply() to conserve RAM.
2018-12-19 14:47:16 +01:00
Enrico Turri
0dcdcf74fc
Visual hints in the 3D scene when sidebar matrix fields have focus (wip [position+scale+size] and disabled)
2018-12-19 14:44:37 +01:00
Lukas Matena
75ef3431b3
Merge branch 'master' into lm_sla_supports_auto
2018-12-19 12:25:58 +01:00
bubnikv
354458ae73
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-19 12:07:53 +01:00
bubnikv
d414ef3395
Fix of G-code remaining times export, that I broke with my optimizations.
2018-12-19 12:02:17 +01:00
Enrico Turri
9d8e78636b
Fixed loading of huge models
2018-12-19 09:54:15 +01:00
Vojtech Kral
ec9caae622
Http & ErrorDialog: Improve error reporting
2018-12-18 18:50:37 +01:00
bubnikv
8bc04e640a
The G-code export was reshuffled a bit to reduce peak memory consumption.
...
Namely, the time estimate memory is released before the G-code
preview data is created from the G-code analyser data.
2018-12-18 17:34:21 +01:00
bubnikv
e2d7fd941f
Fixed OSX/Linux builds
2018-12-18 16:32:11 +01:00
bubnikv
65cee8d249
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-18 15:56:16 +01:00
bubnikv
1e6900afa2
Logging of memory usage for the GCodeAnalyzer and GCodePreviewData.
2018-12-18 15:55:45 +01:00
Vojtech Kral
66b5deccf5
PrintHost: Basic SL1 support
2018-12-18 14:37:35 +01:00
bubnikv
bffcaeff41
Time estimator: Added consumed memory tracing, replaced std::map
...
with std::vector for lower memory consumption.
2018-12-18 14:10:31 +01:00
Enrico Turri
3f96f6df84
Rendering of selection center (disabled)
2018-12-18 12:35:49 +01:00
bubnikv
b8c8dfbb2f
Fix of Linux/OSX build
2018-12-18 12:05:13 +01:00
bubnikv
df9abe7d78
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-18 11:32:00 +01:00
bubnikv
771928d916
Logging of memory allocations on Windows during the slicing process
...
when the SLIC3R_LOGLEVEL >= info.
2018-12-18 11:31:41 +01:00
Enrico Turri
a394e55e07
Added method ModelObject::full_raw_mesh()
2018-12-18 10:49:22 +01:00
bubnikv
7cd612fc17
Fix of SPE-694
...
Slicer do not generate infill after Contact Z distance settings change
2018-12-18 09:57:19 +01:00
bubnikv
2c63af5dd9
Fix of SPE-607
2018-12-17 19:46:36 +01:00
bubnikv
9463351abd
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-17 18:04:37 +01:00
bubnikv
6411ab5b63
Fix of SPE-607
...
Part changed to Support enforcer is not sliced with one another part
2018-12-17 18:04:23 +01:00
Vojtech Kral
862217a6b3
OctoPrint basics working, niceties to-do
2018-12-17 17:14:00 +01:00
tamasmeszaros
b613334b81
Considering multiple neighboring triangles for support point normals
2018-12-17 15:58:15 +01:00
Enrico Turri
11cf10774b
Fixed import from PrusaControl files
2018-12-17 15:28:17 +01:00
bubnikv
7e8d9c154d
WIP: Fix of PrusaControl import.
...
Now the transformation matrices need to be restored as well.
2018-12-17 12:11:51 +01:00
Enrico Turri
083c626770
Added background texture to toolbars
2018-12-17 10:55:14 +01:00
Enrico Turri
49202b0698
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-12-17 10:54:00 +01:00
bubnikv
d0edc36400
Implemented M220 B / M220 R for backup / restore of the speed override
...
at the firmware. The M220 B / M220 R are only applied for MM prints
without any flex or soluble (PVA, BVOH) material, as for these materials
the MMU slows down the print using the M220 code.
fixes "LCD Speed Modifier Lost on Tool Change #421 "
2018-12-17 10:30:20 +01:00
Enrico Turri
c7ba9cb9b0
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-12-17 10:27:40 +01:00
bubnikv
45e611c9fc
Fixed M203 processing by the time estimator for Smoothieware.
...
Fixes "Print time estimate incorrect for Smoothie flavor with M203 #1259 "
2018-12-17 09:57:24 +01:00
YuSanka
9fbbbcabc8
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-12-17 08:38:10 +01:00
YuSanka
18a6205738
Fixed build on OSX & Linux
2018-12-17 08:37:50 +01:00
Enrico Turri
debbca0f14
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-12-17 08:29:23 +01:00
bubnikv
6da83c7976
Make the increase of extruder motor current during MM filament
...
exchange sequences configurable.
2018-12-14 20:09:10 +01:00
bubnikv
37806c020a
Temporarily disabled the following check:
...
"Levitating objects cannot be printed without support"
until the unit tests are adjusted.
2018-12-14 19:40:02 +01:00
bubnikv
77d37f108c
Iterative, not recursive, version of the Douglas-Peucker-Ramer algorithm
...
based on the work by @fuchstraumer
https://github.com/slic3r/Slic3r/pull/3825
https://gist.github.com/fuchstraumer/9421573fc281b946e5f561758961212a
which was based on
http://anis-moussa.blogspot.com/2014/03/ramer-douglas-peucker-algorithm-for.html
2018-12-14 19:29:58 +01:00
bubnikv
780b5667f3
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-14 17:19:31 +01:00
bubnikv
d6471e7b07
Fix of SLADisplayOrientation updates
2018-12-14 17:19:17 +01:00
bubnikv
506cbcb4a7
Fix of G-code invalidation on "wipe_into_object" "wipe_into_infill"
...
changes.
WIP: Fix of "levitating objects cannot be sliced".
2018-12-14 17:17:51 +01:00
tamasmeszaros
dae01af2ac
Logging during sla processing.
2018-12-14 16:58:55 +01:00
Lukas Matena
27ad859d4d
SLA supports - first attempt at supporting islands
2018-12-14 16:15:59 +01:00
Lukas Matena
6cc8ae3729
Merge branch 'master' into lm_sla_supports_auto
2018-12-14 10:56:07 +01:00
Enrico Turri
728a124759
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-12-14 10:09:10 +01:00
tamasmeszaros
2d29b7d6cd
Fix msvc build
2018-12-14 10:07:35 +01:00
tamasmeszaros
10bfa82107
Fix msvc build
2018-12-14 09:57:48 +01:00
Enrico Turri
07943ae669
Fixed import from 3mf of rotated models
2018-12-14 09:52:15 +01:00
Lukas Matena
054c1ca3ae
Merge branch 'master' into lm_sla_supports_auto
2018-12-14 09:19:18 +01:00
tamasmeszaros
a16e419138
Fix for SPE-688 (crash when saving zip to low disk space)
2018-12-13 18:49:08 +01:00
tamasmeszaros
dd3c485965
Some refactoring
2018-12-13 15:33:39 +01:00
tamasmeszaros
310adc18c6
Removed display_flip_xy and added display_orientation instead.
...
When starting Slic3r and the profile is FDM type than it yields an assertion failure for wx. See Tab::update_page_tree_visibility() line 2371
2018-12-13 12:42:45 +01:00
Enrico Turri
3bddf2afff
Selection's debug output set as optional
2018-12-13 08:55:19 +01:00
bubnikv
b856775e18
Enabled the Wipe Tower for Repetier-Firmware #1310
2018-12-12 19:09:25 +01:00
tamasmeszaros
9917edcdcc
XY flip is implemented, works only for portrait LCD.
2018-12-12 18:45:45 +01:00
tamasmeszaros
35a8a5374c
Merge remote-tracking branch 'origin/master'
2018-12-12 15:51:45 +01:00
tamasmeszaros
623b2cec5c
Another fix for crashing support generation.
2018-12-12 15:51:39 +01:00
bubnikv
598e6f648b
Time to print into the G-code file name: Round it to full minutes.
2018-12-12 15:48:39 +01:00
bubnikv
b8939ed7df
Print time in output G-code: fill in the time if the file export
...
dialog is open after the slicing finished.
2018-12-12 15:09:20 +01:00
tamasmeszaros
dfc92fb5cf
Merge remote-tracking branch 'origin/master'
2018-12-12 14:25:27 +01:00
Vojtech Kral
2eaca46b75
OctoPrint WIP: Fix build
2018-12-12 13:47:39 +01:00
Vojtech Kral
2350fb62b9
WIP OctoPrint integration
2018-12-12 13:17:01 +01:00
tamasmeszaros
2ef071d1a9
Merge branch 'master' of github.com:prusa3d/Slic3r
2018-12-12 12:44:13 +01:00
bubnikv
c0ebcacf1d
WIP: Time estimate in file names.
2018-12-12 12:00:45 +01:00
tamasmeszaros
4eda6e8521
Merge branch 'master' of github.com:prusa3d/Slic3r
2018-12-12 11:39:40 +01:00
tamasmeszaros
68de2d9813
Added cancellation points. Added new flip xy option. Refactor and waring removal.
2018-12-12 11:36:02 +01:00
bubnikv
2b9f52c33c
Set a safety offset on a freshly sliced mesh to 0.0001
...
to satisfy GH #520 , #1029 , #1364
This change needs to be tested throughly on a large data set of meshes.
2018-12-12 10:29:42 +01:00
bubnikv
91102e2c9e
Merged improvements of supports from stable to master.
2018-12-12 10:12:35 +01:00
bubnikv
5ea8df0ca0
Manual merge of the TriangleMesh.cpp from the stable branch.
2018-12-12 10:02:01 +01:00
bubnikv
e1ca861ee6
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-11 18:56:36 +01:00
bubnikv
6e30c60afc
Fixed compilation on OSX.
2018-12-11 18:56:23 +01:00
tamasmeszaros
a83bb3ebe3
Merge branch 'master' of github.com:prusa3d/Slic3r
2018-12-11 17:55:23 +01:00
tamasmeszaros
0f8658154b
Fixing the crash with large model.
2018-12-11 17:55:15 +01:00
bubnikv
09c539a242
Trigger background processing update when switching to a preview tab.
...
Implements "Go Direct to the preview screen after slicing #152 "
2018-12-11 17:49:31 +01:00
tamasmeszaros
856d983863
removing global variable for cancel checking
2018-12-11 17:48:17 +01:00
bubnikv
2b9319eea1
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2018-12-11 16:34:21 +01:00
bubnikv
52db7b055a
WIP: Merged commits from stable between 1.41.2-beta and 1.42.2 final.
...
Changes in SupportMaterial.cpp, TriangleMesh.cpp and 01_trianglemesh.t
are yet to be merged.
WIP: Refactoring of layer height editing.
Removed layer_height_ranges from PrintObject, as the Print/PrintObject
now hold their copies of Model/ModelObject.
2018-12-11 16:33:43 +01:00
tamasmeszaros
15eae24650
Build error fix for msvc
2018-12-11 16:20:30 +01:00
tamasmeszaros
b31c62e044
Added cancellation points to pad creation step.
2018-12-11 15:54:54 +01:00
bubnikv
2ed77aadde
Korean translations by @ulsanether
...
WIP: New icons by Memory
WIP: Bicubic interpolation for SLA luminosity correction.
2018-12-11 15:19:37 +01:00
tamasmeszaros
92ace1c97a
fix for missing top ring in the raster. SPE-669
2018-12-10 14:38:49 +01:00
bubnikv
6888fefc2e
Fixed constness of Config::env_
2018-12-10 10:44:30 +01:00
bubnikv
aed6eabae8
Fixed missing includes
2018-12-10 09:52:22 +01:00
Lukas Matena
779b6c5e0b
Merge branch 'master' into lm_sla_supports_auto
2018-12-10 09:50:23 +01:00
hexane360
8481ca9610
Fixed post-processing (including perms check) on Unix
2018-12-10 09:05:37 +01:00
Lukas Matena
8a9a2ac964
Merge branch 'master' into lm_sla_supports_auto
2018-12-07 18:37:15 +01:00
Enrico Turri
967afa8717
Disabled imgui dialogs for move/scale/rotate gizmos
2018-12-07 16:57:43 +01:00
Enrico Turri
198b23283c
Camera target constrained to scene bounding box
2018-12-07 16:23:04 +01:00
bubnikv
10cf82774b
Fixed OSX build.
2018-12-07 15:24:50 +01:00
bubnikv
7743a27325
Fix of a visual studio compilation issue.
2018-12-07 14:53:24 +01:00
Lukas Matena
705ad7fb69
First version of SLA support points generation
2018-12-07 14:21:33 +01:00
Lukas Matena
0afe2aec1e
First version of SLA support points generation
2018-12-07 14:11:21 +01:00
Vojtech Kral
c23c09c453
Cut: Fix modifier transformation
2018-12-07 13:58:51 +01:00
bubnikv
9f43e7d375
Fixed a harless assert in PrintObject consturctor.
...
Fixed a bug in G-code generator regarding the seam hiding.
2018-12-07 11:21:05 +01:00
bubnikv
b4216fbda9
Clamp the invalid extruders to the default extruder (with index 1),
...
not to the last extruder. This is consistent with the UI preview.
2018-12-07 09:32:54 +01:00
bubnikv
0eba32bb0c
Fixed perl integration tests.
2018-12-06 17:48:33 +01:00
bubnikv
0e8d13142b
Allow printing a MM object on a single material printer.
...
All extruders are clamped to the number of physical extruders
when passed to the back end.
2018-12-06 16:53:43 +01:00
bubnikv
d13dca906b
Visivalingam simplification algorithm https://github.com/slic3r/Slic3r/pull/3825
...
thanks to @fuchstraumer
2018-12-05 16:11:00 +01:00