|
|
2c9f28e2de
|
Debug logs during SLA processing
|
2019-01-02 11:52:15 +01:00 |
|
|
|
22aee4619e
|
SLA automatic support points: Added cancellation points.
|
2018-12-22 11:21:21 +01:00 |
|
|
|
0e61a4a50d
|
Automatic SLA support points: Disable debug outputs by default.
|
2018-12-22 10:55:15 +01:00 |
|
|
|
8d191e5a97
|
small fix for headless supports when they have no space to manifest
|
2018-12-21 14:33:10 +01:00 |
|
|
|
71e3d8204a
|
Fixed an out-of-bound situation in SLA support generator
|
2018-12-21 13:55:14 +01:00 |
|
|
|
3d928a293f
|
Small fix for double bridging issue with very close pillars
|
2018-12-21 13:10:37 +01:00 |
|
|
|
336c904067
|
An attempt to fix aa OSX compilation issue
|
2018-12-21 12:57:26 +01:00 |
|
|
|
ca94bc5927
|
SLA autosupports including islands
|
2018-12-21 12:35:20 +01:00 |
|
|
|
66e98fc298
|
Merge branch 'master' into lm_sla_supports_auto
|
2018-12-20 22:35:47 +01:00 |
|
|
|
4505e7d51e
|
Fix for SPE-700 (Corrupted slice data)
|
2018-12-20 15:24:02 +01:00 |
|
|
|
341d13113d
|
Improved edge normal detection. Also removed some warnings.
|
2018-12-20 12:08:06 +01:00 |
|
|
|
df1c1dd9b3
|
Merge branch 'master' into lm_sla_supports_auto
|
2018-12-19 12:25:58 +01:00 |
|
|
|
0fd6f66b67
|
Considering multiple neighboring triangles for support point normals
|
2018-12-17 15:58:15 +01:00 |
|
|
|
c6403193de
|
SLA supports - first attempt at supporting islands
|
2018-12-14 16:15:59 +01:00 |
|
|
|
4a36c03693
|
Merge branch 'master' into lm_sla_supports_auto
|
2018-12-14 10:56:07 +01:00 |
|
|
|
80c4021cdb
|
Fix msvc build
|
2018-12-14 10:07:35 +01:00 |
|
|
|
99b29fd2c4
|
Merge branch 'master' into lm_sla_supports_auto
|
2018-12-14 09:19:18 +01:00 |
|
|
|
4d456bdba5
|
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 |
|
|
|
ba21d793b9
|
Another fix for crashing support generation.
|
2018-12-12 15:51:39 +01:00 |
|
|
|
ab03876441
|
Added cancellation points. Added new flip xy option. Refactor and waring removal.
|
2018-12-12 11:36:02 +01:00 |
|
|
|
c7b17ae662
|
Fixing the crash with large model.
|
2018-12-11 17:55:15 +01:00 |
|
|
|
c4be9cb876
|
removing global variable for cancel checking
|
2018-12-11 17:48:17 +01:00 |
|
|
|
b1de32a1bf
|
Added cancellation points to pad creation step.
|
2018-12-11 15:54:54 +01:00 |
|
|
|
3c4056b2ab
|
fix for missing top ring in the raster. SPE-669
|
2018-12-10 14:38:49 +01:00 |
|
|
|
276520e24c
|
Merge branch 'master' into lm_sla_supports_auto
|
2018-12-07 18:37:15 +01:00 |
|
|
|
e27c318127
|
Fixed OSX build.
|
2018-12-07 15:24:50 +01:00 |
|
|
|
e5e43067bb
|
Fix of a visual studio compilation issue.
|
2018-12-07 14:53:24 +01:00 |
|
|
|
05dd8f0a54
|
First version of SLA support points generation
|
2018-12-07 14:21:33 +01:00 |
|
|
|
5d754d7344
|
First version of SLA support points generation
|
2018-12-07 14:11:21 +01:00 |
|
|
|
b2f6dd9a81
|
fixing support head disapperance on linux
|
2018-11-28 11:59:39 +01:00 |
|
|
|
dd96939de6
|
Enabled compilation of SLA libigl dependent code to see what errors
will come out of the build server.
|
2018-11-26 15:44:13 +01:00 |
|
|
|
bbf69876a9
|
Removed head_back_radius and added pillar widening factor to the parameter layers
|
2018-11-23 11:51:45 +01:00 |
|
|
|
7c86f6c706
|
Fix for crash when generating supports with empty input points
|
2018-11-23 10:28:26 +01:00 |
|
|
|
6de2f09ac5
|
Adding checkbox for disabling support generation (still having pad generation)
|
2018-11-22 18:02:05 +01:00 |
|
|
|
ee6b95b002
|
Available object menu item: optimize orientation
|
2018-11-22 16:04:21 +01:00 |
|
|
|
da269cb33e
|
Fixed race condition when no pad is generated. Progress indication for SLA is broken.
|
2018-11-21 17:40:18 +01:00 |
|
|
|
484162e46b
|
Change to return const references for TriangleMesh return values in SLAPrintObject's methods
|
2018-11-21 15:21:57 +01:00 |
|
|
|
be549690e0
|
height level mismatches seems to be fixed.
|
2018-11-20 16:12:04 +01:00 |
|
|
|
13d815ccde
|
Working on proper merging and leveling of the support layers.
|
2018-11-20 11:59:40 +01:00 |
|
|
|
6f13fd907a
|
Adding object elevation param.
Quick attempt to build with MinGW 7.3. Successful compile, failed linking
|
2018-11-19 17:58:08 +01:00 |
|
|
|
4cec5eaaf9
|
Cleanup: removing obsolete methods from support tree generation interface
|
2018-11-19 12:51:02 +01:00 |
|
|
|
8af4da95b6
|
Fix for elevation and added functionality for head penetration.
|
2018-11-19 11:42:36 +01:00 |
|
|
|
e79dfce879
|
Connecting UI parameters to the calculation input.
* I also added temporary default values in PrintConfig to not get random values.
|
2018-11-19 11:17:51 +01:00 |
|
|
|
dc3d911704
|
Corrected height levels at rasterization.
|
2018-11-16 16:44:44 +01:00 |
|
|
|
b473f34e44
|
Base plate creation improvements. Added sla parameter for support elevation.
|
2018-11-16 15:01:31 +01:00 |
|
|
|
4b055ba221
|
Account handle the z levels with and without the pad.
New method in support tree to query the needed elevation for the model and its supports.
|
2018-11-16 11:34:19 +01:00 |
|
|
|
603ae2edae
|
wip: reorganizing things to support accurate pad creation. Also more accurate progress indication.
|
2018-11-15 18:05:47 +01:00 |
|
|
|
c542c56ef5
|
Slicing the supports seems to work fine with the merged mesh.
|
2018-11-15 15:14:14 +01:00 |
|
|
|
becd835e9a
|
a small cleanup
|
2018-11-15 10:47:20 +01:00 |
|
|
|
05b91a87cd
|
Fix for build error and perhaps the grayed out arrange button
|
2018-11-15 09:46:55 +01:00 |
|