Commit Graph

2408 Commits

Author SHA1 Message Date
48b2a45bb2 Using the new status update interface to refresh scene right after the supports are ready. 2018-11-21 12:10:10 +01:00
186ee71b44 Arrangement is still not working, update is probably broken. 2018-11-21 11:07:08 +01:00
2ced4fcfb5 comments... 2018-11-21 10:00:49 +01:00
2a7bd10ff3 Fix of "split volume to parts" to regenerate a new GLVolume
even for the first part.
2018-11-21 09:35:49 +01:00
436944ef99 Gizmo rotate operates always in world reference system 2018-11-21 09:28:27 +01:00
a0bc4a8204 CMake: Add option for a syntax-only build 2018-11-20 23:05:47 +01:00
72fa486d23 Merge branch 'vb_3dscene_partial_update' 2018-11-20 17:07:31 +01:00
dd732800c5 Merge remote-tracking branch 'origin/tm_sla_supports_backend' into vb_3dscene_partial_update 2018-11-20 17:05:45 +01:00
63913d18e7 tryfix for linux build... 2018-11-20 16:29:21 +01:00
8b307bb320 Renamed PrintBase::Status to SlicingStatusEvent
Hopefully it will fix compilation on Linux (some forgotten Status macro?)
2018-11-20 16:27:30 +01:00
6749313962 Merge remote-tracking branch 'origin/vb_3dscene_partial_update' into tm_sla_supports_backend 2018-11-20 16:16:23 +01:00
be549690e0 height level mismatches seems to be fixed. 2018-11-20 16:12:04 +01:00
48db8e6478 Hopefully a fix of OSX compilation issue. 2018-11-20 15:18:46 +01:00
d21586242b Fixed missing wxEvent type on GCC, fixed some compiler warnings. 2018-11-20 15:01:32 +01:00
f5ca083a46 Merge remote-tracking branch 'remotes/origin/dev_native' 2018-11-20 14:13:22 +01:00
757e18390a Merge remote-tracking branch 'origin/tm_sla_supports_backend' into vb_3dscene_partial_update 2018-11-20 13:23:12 +01:00
897f8b450e The slicing progress message can now trigger refresh of the 3D scene. 2018-11-20 13:22:26 +01:00
13d815ccde Working on proper merging and leveling of the support layers. 2018-11-20 11:59:40 +01:00
98fdd898c3 Fixed slicing of objects splitted into parts 2018-11-20 08:36:35 +01:00
7aad58c5bf Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-19 17:59:30 +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
3889d0ae63 Improved fix of export to 3mf of objects splitted into parts 2018-11-19 15:49:59 +01:00
d0a6af2845 Fixed export to 3mf of objects splitted into parts 2018-11-19 15:34:34 +01:00
9b18d0703d GUI forms with SLA support parameters 2018-11-19 14:15:40 +01:00
d22256c1de "SLA Print Settings" implementation (start) 2018-11-19 14:05:29 +01:00
95a7f5c492 Default values in config does not compile under gcc and clang 2018-11-19 13:13:05 +01:00
91ff36dab9 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-19 12:56:32 +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
f9d72376d0 Fix build 2018-11-19 11:39:17 +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
9b77372148 Merge remote-tracking branch 'origin/vb_3dscene_partial_update' into tm_sla_supports_backend
# Conflicts:
#	src/libslic3r/SLAPrint.cpp
2018-11-19 10:08:32 +01:00
6f3e386e85 Cutting 2018-11-18 21:20:47 +01:00
1d82cca0d2 WIP: Support of SLA suport & pad GLVolumes, couple of fixes. 2018-11-17 17:23:56 +01:00
86841e1834 Merge remote-tracking branch 'remotes/origin/dev_native' into vb_3dscene_partial_update 2018-11-16 18:31:39 +01:00
63ee3dc63c Partial update of 3D scene (GLVolumes derived from Model and from
the SLAPrintObject).
Updated PrintBase to generate a unique timestamp at each step invalidation.
2018-11-16 18:28:50 +01:00
6aaa7c657d Separate methods to get the sliced polygons. 2018-11-16 17:25:23 +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
6248c689dc revert commented else from PrintBase::set_status 2018-11-16 12:14:35 +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
1904b981d6 Keeps objects on bed while scaling them using the scale gizmo 2018-11-16 11:30:36 +01:00
2f619960de fix return value error 2018-11-16 08:46:15 +01:00
bb6fe5dadd Merge branch 'dev_native' of github.com:prusa3d/Slic3r into dev_native 2018-11-15 18:06:10 +01:00
603ae2edae wip: reorganizing things to support accurate pad creation. Also more accurate progress indication. 2018-11-15 18:05:47 +01:00
3c0483f0a6 Hidden camera target 2018-11-15 15:43:24 +01:00
13e24c8734 Modified menu for open/save/save as project (3mf) and import/export 2018-11-15 15:27:39 +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