tamasmeszaros
|
9f42570ee4
|
WIP:
* slicing supports
* adding the pad geometry
* rasterizing the support and pad slices
|
2018-11-14 18:04:43 +01:00 |
|
Enrico Turri
|
c23537c6c0
|
Deletion of instances and volumes from 3D scene
|
2018-11-14 08:53:56 +01:00 |
|
tamasmeszaros
|
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 |
|
bubnikv
|
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 |
|
Enrico Turri
|
1547cd729d
|
Fixed crash into void Sidebar::show_info_sizer() when deleting objects
|
2018-11-13 15:24:05 +01:00 |
|
YuSanka
|
1a60d1c0eb
|
Added functions for deleting (sub)objects from model and list at the same time
|
2018-11-13 15:10:19 +01:00 |
|
YuSanka
|
ba4a96c5f5
|
Fixed show_info_sizer according to selected mode.
+ fixed right panel layouts
+ deleted unused functions
|
2018-11-13 13:35:10 +01:00 |
|
tamasmeszaros
|
762abd2406
|
zip file output dialog and status indication for sla in the statusbar.
|
2018-11-13 11:53:54 +01:00 |
|
tamasmeszaros
|
288a0b3663
|
trying to get the export dialog for zip files.
|
2018-11-12 18:09:47 +01:00 |
|
tamasmeszaros
|
aaf352a92d
|
Merge remote-tracking branch 'origin/tm_sla_supports_backend' into dev_native
|
2018-11-12 17:42:20 +01:00 |
|
tamasmeszaros
|
9a2ff9d816
|
support generation when support point is added or removed. Rendering interface for SLA supports
|
2018-11-12 17:35:57 +01:00 |
|
Lukas Matena
|
84c1e59e44
|
Manipulation with colorprint ticks now calls Plater::schedule_background_process()
|
2018-11-12 15:41:04 +01:00 |
|
tamasmeszaros
|
47522b742d
|
Getting rid of AppController.
|
2018-11-12 15:07:41 +01:00 |
|
tamasmeszaros
|
1782b76a46
|
Getting rid of AppController.
|
2018-11-12 15:02:42 +01:00 |
|
YuSanka
|
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 |
|
Enrico Turri
|
869f2ede80
|
Removed unneeded auto-arrange from Plater::priv::load_model_objects()
|
2018-11-09 10:37:50 +01:00 |
|
bubnikv
|
96eba71a21
|
Integrated SLAPrint into background processing.
Fixed couple of compiler warnings.
|
2018-11-08 20:18:40 +01:00 |
|
tamasmeszaros
|
916859a249
|
Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend
|
2018-11-08 17:24:31 +01:00 |
|
YuSanka
|
facb55c2ee
|
Changed toolbar icons for "split to object/part"
|
2018-11-08 16:44:59 +01:00 |
|
tamasmeszaros
|
082cdee6f9
|
Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports_backend
|
2018-11-08 16:19:22 +01:00 |
|
tamasmeszaros
|
4200286873
|
remove SLAPrint and its integration
|
2018-11-08 16:18:05 +01:00 |
|
tamasmeszaros
|
e73f0757f9
|
slaprint with dummy backround processing in plater.
|
2018-11-08 16:01:21 +01:00 |
|
bubnikv
|
d79e2d8fa6
|
Separated Print / PrintObject into PrintBase.cpp/h to support SLAPrint
|
2018-11-08 14:23:17 +01:00 |
|
YuSanka
|
4d58d53954
|
Added(ported) function fix_through_netfabb()
+ Fixed adding of the instances to the object list
|
2018-11-08 09:58:48 +01:00 |
|
tamasmeszaros
|
93eea277df
|
Merge remote-tracking branch 'origin/dev_native' into tm_sla_supports
|
2018-11-07 15:30:41 +01:00 |
|
tamasmeszaros
|
962678f3ba
|
SLAPrint concept under its way.
|
2018-11-07 15:29:13 +01:00 |
|
bubnikv
|
7c008a32ab
|
Fixes to storing and loading configs from AMF/3MF.
|
2018-11-07 14:57:50 +01:00 |
|
bubnikv
|
ec1bcd62de
|
Fixed loading of old 3mf files.
|
2018-11-06 19:09:54 +01:00 |
|
Enrico Turri
|
2e0f064e60
|
Selection of modifiers in 3D scene
|
2018-11-06 15:51:33 +01:00 |
|
bubnikv
|
edd37beec5
|
Fixed duplicate instances after "split object to objects"
|
2018-11-05 12:52:51 +01:00 |
|
bubnikv
|
b25d01ce1a
|
Merge remote-tracking branch 'remotes/origin/vb_modelbase_id_refactor' into dev_native
|
2018-11-02 20:53:47 +01:00 |
|
bubnikv
|
e5758e9ef2
|
ModelBase ID refactoring, starting to work.
Now it remains to clean up some of the no more used Model interfaces.
|
2018-11-02 19:49:40 +01:00 |
|
Enrico Turri
|
8bd37b6d28
|
Translation of ModelVolume as transformation component (without modifying the mesh)
|
2018-11-02 12:11:28 +01:00 |
|
YuSanka
|
28035b17a5
|
Fixed crashing after filament preset changing from Plater
|
2018-11-01 16:24:20 +01:00 |
|
YuSanka
|
ef8d2cce0c
|
After-merge bug fixing
|
2018-11-01 14:02:38 +01:00 |
|
YuSanka
|
a5aaa07a95
|
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
|
2018-11-01 13:56:20 +01:00 |
|
YuSanka
|
a76be534a7
|
Fixed Info pane filling
|
2018-11-01 12:57:21 +01:00 |
|
Enrico Turri
|
fff76c6aae
|
New selection set as default
|
2018-11-01 10:06:55 +01:00 |
|
Enrico Turri
|
108110940c
|
Mirror component of transformations set as default
|
2018-11-01 08:46:44 +01:00 |
|
bubnikv
|
ef2c146b2d
|
Merge branch 'dev_native' of https://github.com/prusa3d/Slic3r into dev_native
|
2018-10-31 16:25:55 +01:00 |
|
bubnikv
|
07feaa3c7d
|
WIP: SL1 profiles, SL1 in wizard, switching between FFF / SLA
|
2018-10-31 16:22:36 +01:00 |
|
YuSanka
|
59d40050e2
|
Fixed part settings updating
|
2018-10-31 16:06:32 +01:00 |
|
YuSanka
|
0167087d7d
|
Some code review
|
2018-10-31 12:58:35 +01:00 |
|
YuSanka
|
833d26b32d
|
Ported show_sliced_info_sizer
+ some code-view changes
|
2018-10-31 12:58:35 +01:00 |
|
Enrico Turri
|
6e9dc1648a
|
New selection -> Fixed split object to objects
|
2018-10-31 11:24:56 +01:00 |
|
Enrico Turri
|
b098a90045
|
Automatic placement of instance at bed level
|
2018-10-30 16:03:03 +01:00 |
|
Enrico Turri
|
c84f60b723
|
Rendering of camera target (for debug) and modified camera target behavior
|
2018-10-26 09:50:28 +02:00 |
|
YuSanka
|
873fbb9daf
|
Added "Set number of copies…" to the context menu
|
2018-10-25 21:13:45 +02:00 |
|
Enrico Turri
|
e2f6ac0c36
|
Fixed rendering of warning and legend textures (due to newer wxWidgets)
|
2018-10-25 15:32:35 +02:00 |
|
Enrico Turri
|
c9038d43bb
|
Fixed update of GUI when object is selected by right-clicking on it to show its context menu
|
2018-10-25 12:36:10 +02:00 |
|