Commit Graph

10033 Commits

Author SHA1 Message Date
c23537c6c0 Deletion of instances and volumes from 3D scene 2018-11-14 08:53:56 +01:00
680c194aca Merge branch 'dev_native' of https://github.com/Prusa3d/Slic3r into dev_native 2018-11-13 18:44:45 +01:00
474e76dc34 Fixed forward declaration of enums, made volumes with negative ID
directly unselectable.
2018-11-13 18:44:30 +01:00
96c4b92a90 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend
# Conflicts:
#	src/libslic3r/SLAPrint.hpp
2018-11-13 17:50:17 +01:00
357dbc2226 GLVolume: split composite_id to object_id, volume_id and instance_id.
WIP: Added creation of GLVolumes for SLA supports.
2018-11-13 17:45:44 +01:00
08bee753a9 Slicing object and rasterization generates output zip. Needs testing. 2018-11-13 17:33:03 +01:00
1547cd729d Fixed crash into void Sidebar::show_info_sizer() when deleting objects 2018-11-13 15:24:05 +01:00
1a60d1c0eb Added functions for deleting (sub)objects from model and list at the same time 2018-11-13 15:10:19 +01:00
6ea59de0df Added delete_instance_from_list(obj_idx, inst_idx) function 2018-11-13 13:35:10 +01:00
ba4a96c5f5 Fixed show_info_sizer according to selected mode.
+ fixed right panel layouts
+ deleted unused functions
2018-11-13 13:35:10 +01:00
762abd2406 zip file output dialog and status indication for sla in the statusbar. 2018-11-13 11:53:54 +01:00
6a25fe598c Grabbers of different length in rotate 3D gizmo to avoid overlap at 90 degrees 2018-11-13 11:52:13 +01:00
4094098081 Fixed typo bug 2018-11-13 08:00:27 +01:00
288a0b3663 trying to get the export dialog for zip files. 2018-11-12 18:09:47 +01:00
aaf352a92d Merge remote-tracking branch 'origin/tm_sla_supports_backend' into dev_native 2018-11-12 17:42:20 +01:00
9a2ff9d816 support generation when support point is added or removed. Rendering interface for SLA supports 2018-11-12 17:35:57 +01:00
7117049921 Added a modifier selection in the object list
+ set box-subobject's center to the objects center
+ fixed bug in PrusaObjectDataViewModel.Delete(), when deleting last volume_idx
2018-11-12 16:03:50 +01:00
7b4ea6e337 Wipe tower preview not shown in SLA mode 2018-11-12 15:41:04 +01:00
84c1e59e44 Manipulation with colorprint ticks now calls Plater::schedule_background_process() 2018-11-12 15:41:04 +01:00
47522b742d Getting rid of AppController. 2018-11-12 15:07:41 +01:00
1782b76a46 Getting rid of AppController. 2018-11-12 15:02:42 +01:00
9bd65b8b60 Changed object list behavior when we have only one part(volume) inside main object 2018-11-12 13:48:41 +01:00
eb52574e46 Enhanced volumes manipulation 2 (scaling in local system) 2018-11-12 09:54:04 +01:00
31c2174ffa Enhanced volumes manipulation - wip 2018-11-12 08:54:22 +01:00
76360c9dfa Fixed controls layout on right panel.
+ Split ObjectManipulation class to ObjectManipulation and ObjectSettings
+ fixed typo-bug in GetItemByVolumeId
2018-11-09 18:42:06 +01:00
869f2ede80 Removed unneeded auto-arrange from Plater::priv::load_model_objects() 2018-11-09 10:37:50 +01:00
3ad3e00ffa Fixed a crash on "split to parts" with an active SLA printer. 2018-11-08 20:44:07 +01:00
96eba71a21 Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
2018-11-08 20:18:40 +01:00
916859a249 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-08 17:24:31 +01:00
facb55c2ee Changed toolbar icons for "split to object/part" 2018-11-08 16:44:59 +01:00
cc31e3a541 Added type "MultipleFullObject" to Selection
+ Fixed updating of the name of the manipulation pane
+ Changed logic of "Ctrl+A" inside the object list
2018-11-08 16:44:58 +01:00
d83fd30be8 Single volume selection from scene to object list 2018-11-08 16:44:58 +01:00
71da83dcc2 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-08 16:20:37 +01:00
082cdee6f9 Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend 2018-11-08 16:19:22 +01:00
4200286873 remove SLAPrint and its integration 2018-11-08 16:18:05 +01:00
e73f0757f9 slaprint with dummy backround processing in plater. 2018-11-08 16:01:21 +01:00
eebd782eda Fix rendering performance on macOS 2018-11-08 15:31:29 +01:00
5af393c82e Fixed crash in void GLGizmoSlaSupports::update_mesh() 2018-11-08 14:55:25 +01:00
d79e2d8fa6 Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrint 2018-11-08 14:23:17 +01:00
a3aeba6ff7 Added new query methods to GLCanvas3D::Selection 2018-11-08 12:23:07 +01:00
4d58d53954 Added(ported) function fix_through_netfabb()
+ Fixed adding of the instances to the object list
2018-11-08 09:58:48 +01:00
23c8b31fd0 Comments and SLA stage definitions. 2018-11-07 16:08:04 +01:00
93eea277df Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports 2018-11-07 15:30:41 +01:00
962678f3ba SLAPrint concept under its way. 2018-11-07 15:29:13 +01:00
7c008a32ab Fixes to storing and loading configs from AMF/3MF. 2018-11-07 14:57:50 +01:00
39dd137bc9 Fixed update of ModelVolume mirror after GLVolume manipulation 2018-11-07 14:51:11 +01:00
056a3465ad Merge branch lm_colorprint_integration into dev_native + deleting ticks outside slider range 2018-11-07 14:44:47 +01:00
b6c5ee6a1c Fixed update of ModelVolume scale after GLVolume manipulation 2018-11-07 14:24:10 +01:00
c332350a9a Fixed update of ModelVolume rotation after GLVolume manipulation 2018-11-07 14:15:04 +01:00
78d6a0cd1b Fixed update of ModelVolume offset after GLVolume manipulation 2018-11-07 14:01:03 +01:00