Enrico Turri
03507f9b7d
ENABLE_ENHANCED_RELOAD_FROM_DISK set as default
2019-09-23 15:35:49 +02:00
Enrico Turri
b4046dd27e
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
2019-09-23 08:27:01 +02:00
YuSanka
157c5a9c1a
Implemented possibility to create "shape" as an object ( #2865 )
2019-09-19 12:30:16 +02:00
Enrico Turri
0c461f6db6
Added tech ENABLE_ENHANCED_RELOAD_FROM_DISK
...
1) Reworked void Plater::priv::reload_from_disk() to be more general
2) Added source data to class ModelVolume
3) Modified .3mf import/export to save/load volume matrices and source data
4) Incremented .3mf version to 2
2019-09-19 09:09:11 +02:00
Lukas Matena
5b5f0b925a
Fixed many warnings in following files:
...
src/slic3r/Config/Snapshot.cpp
src/slic3r/GUI/Field.cpp
src/slic3r/GUI/GLToolbar.cpp
src/slic3r/GUI/GUI_ObjectList.cpp
src/slic3r/GUI/GUI_ObjectList.hpp
src/slic3r/GUI/Plater.cpp
src/slic3r/GUI/Plater.hpp
src/slic3r/GUI/PresetBundle.cpp
src/slic3r/GUI/Tab.cpp
src/slic3r/GUI/wxExtensions.cpp
2019-09-10 12:08:43 +02:00
YuSanka
afc75be0e0
Fixed SPE-1014 (Support settings in context menu for modifier)
2019-09-02 14:44:00 +02:00
bubnikv
2b5d5ab1b5
Windows specific fix of extruder selection and object editing
...
at the object list: When clicking on a column of an already selected line,
simulate ENTER key to enter the editing mode. This works most of the time,
but not 100% reliably.
solves the arthritis issue #1606
2019-08-22 11:47:58 +02:00
YuSanka
b86c156e4b
Set list manipulation action on LeftButton too
...
Note: Doesn't work under OSX
2019-08-20 13:01:01 +02:00
YuSanka
13966f11d7
Added call a toggle printable property for instance from ObjectList
2019-08-05 10:05:28 +02:00
YuSanka
2032cb0c89
Implemented set printable state for ObjectList
2019-08-05 08:44:55 +02:00
Enrico Turri
fcb95df738
Code cleanup
2019-07-31 11:12:50 +02:00
Enrico Turri
a40953fe9a
Toggle instance printable member by 3D scene context menu
2019-07-31 10:12:13 +02:00
YuSanka
edb5e8333b
Fixed updating of an option list for additional settings
2019-07-25 17:25:14 +02:00
YuSanka
ba998a20e9
Fix for 0592ae65ee
2019-07-24 12:32:38 +02:00
YuSanka
9aeb100de5
Completed setting of the item focus in ObjectList after undo/redo
2019-07-24 11:25:04 +02:00
YuSanka
08bda3885e
Added SETTINGS_SELECTED_ON_SIDEBAR flag to undo/redo
2019-07-23 16:17:37 +02:00
bubnikv
e103460386
Storing the active printer technology onto the Undo / Redo stack,
...
remembering the last selected Printer profile for the SLA and FDM
technologies separately, and activating them on Undo / Redo.
When switching the technologies, user is asked whether to discard
the modified profiles or not.
2019-07-18 17:41:47 +02:00
YuSanka
2a123ec854
Finally fix for settings item selection
2019-07-12 13:56:56 +02:00
YuSanka
8b9dae3b1d
Some code refactoring for settings items
2019-07-12 13:56:56 +02:00
YuSanka
35c2622111
Add take_snapshot for layers range editing actions
2019-07-12 13:56:56 +02:00
bubnikv
fc47ab6b53
Undo / Redo: Bound Ctrl-V/Ctrl-Z to the side panel.
2019-07-05 20:27:44 +02:00
bubnikv
445cd20919
Undo / Redo fixes
2019-07-05 19:06:19 +02:00
bubnikv
d98aa0f91d
Merge remote-tracking branch 'origin/master' into vb_undo_redo
2019-07-04 20:22:15 +02:00
YuSanka
0f682282bf
Update object list after undo/redo
2019-07-04 19:46:46 +02:00
YuSanka
5128f35e69
Added some logic to layers editor selection
2019-06-12 16:28:25 +02:00
YuSanka
d87289375a
Copy/paste Layers for OSX
2019-06-11 10:11:42 +02:00
YuSanka
824a1c0855
Implemented Copy/Paste for Layers.
...
+ improved selection (in respect to the Layers)
2019-06-10 15:22:09 +02:00
YuSanka
871f9ab14b
Implemented update_object_list_by_printer_technology()
2019-06-10 10:48:43 +02:00
YuSanka
ca16a5a454
Some code refactoring and improvements
2019-06-06 15:56:42 +02:00
YuSanka
41e6c1f59a
Implemented additional settings for layers range (except of "extruder")
2019-06-05 16:47:09 +02:00
YuSanka
6787854cf9
Experiments with updating layer_config_ranges from UI
...
+ Fixed OSX build
2019-06-05 11:50:59 +02:00
YuSanka
f1ed2157a4
Implemented range's min/max Z editing
2019-06-04 17:30:44 +02:00
YuSanka
c99065932c
Added LayerRangeEditor class for universally editing of the layer_range's parameters
...
+ Implemented layer_height editing
2019-06-04 15:22:29 +02:00
YuSanka
d8d99eda9d
Changed data types
2019-06-03 15:35:21 +02:00
YuSanka
5cecec71c4
ObjectLayers::add_layer_range() -> add a layers range using "Add" button from ObjectLayers sizer
2019-05-31 15:29:09 +02:00
YuSanka
3be2bf4bc1
ObjectLayers::del_layer_range() -> delete a layers range using "Del" button from ObjectLayers sizer
2019-05-31 10:54:52 +02:00
YuSanka
967c811eb5
Implemented delete_layers_from_object()
2019-05-30 16:53:17 +02:00
YuSanka
2ba92cbb37
Implemented ObjectLayers class
...
+ some code refactoring
2019-05-28 16:38:04 +02:00
YuSanka
f75c7e0221
Implemented LayerItem for ObjectList
2019-05-27 14:00:34 +02:00
Enrico Turri
7f98277577
Code cleanup
2019-05-24 15:22:27 +02:00
Enrico Turri
b56d65c1d5
1) Added Scale to print volume menu item to objects list context menu
...
2) Disable [F] key when scale sizmo is dragging
2019-05-24 14:42:59 +02:00
bubnikv
f569f535e2
Fixed a regression, where in the object list when in-place editing
...
the object name, the accelerator keys were still captured and caused
weired effects or crashes.
2019-05-16 10:37:06 +02:00
YuSanka
7268fc9a71
Code refactoring for Bind(wxEVT_UPDATE_UI) universally (inside append_menu_item(...))
...
+ Marked text for "Change part type" list
2019-05-13 14:27:51 +02:00
YuSanka
40f76368e5
Fixed menu items "Add..." scaling under MSW
2019-05-09 14:53:31 +02:00
YuSanka
22f170e29e
ObjectList improvements: Added warning icon for Parts with a repaired errors
2019-04-29 15:27:59 +02:00
YuSanka
7625bf118b
Merge remote-tracking branch 'origin/master' into ys_ftn_improvements
2019-04-25 08:12:19 +02:00
YuSanka
0da12d08fd
Big Refactoring: - deleted/renamed all _Prusa_ prefixes,
...
- cleaned code from commented parts
- rescale() -> msw_rescale()
2019-04-25 01:45:00 +02:00
YuSanka
56c063546f
Merge remote-tracking branch 'origin/ys_msw_dpi'
2019-04-24 23:09:50 +02:00
YuSanka
59fda680e9
Refactoring: get_mesh_errors_count() moved to ModelObject
...
+ added get_object_stl_stats() to ModelObject
2019-04-24 16:04:47 +02:00
YuSanka
903f22a28a
Changed Manipulation panel. (Simple mode)There is exclamation mark icon next for the object name, if it has errors.
...
+ some code refactoring
2019-04-24 13:33:05 +02:00