db32c1f15a
Changed processing of a wxEVT_SYS_COLOUR_CHANGED event.
...
Only UI is updated. The application doesn't recreated now
2020-05-21 17:29:00 +02:00
8afd273c4b
Implemented "from/to imperial units conversation" for loaded objects and volumes
2020-05-20 20:07:31 +02:00
217477a9ff
SLA archive import with miniz, marching square bugfixes
...
Fix compilation on Windows
Fix array subscript out of range error in MarchingSquares
Fix normals of mesh constructed from slices
Improve performance of mesh construction from slices
2020-04-23 19:12:07 +02:00
87303951a7
Little refactoring of get_mouse_position_in_control() for const
...
correctness and readability.
2020-03-14 07:00:09 +01:00
6a6790b8e7
Implemented disabling of Add buttons if next layer range couldn't be added
...
+ Fixed "Layer ranges" expand.
2020-03-12 15:11:31 +01:00
1484d98997
Merge remote-tracking branch 'remotes/origin/vb_add_layer_range_osx'
2020-03-11 14:33:40 +01:00
e47e487fe2
Fix of a crash on OSX after changing a layer range value and then
...
pressing the "add layer" button.
2020-03-11 09:10:25 +01:00
4ca03c3f8a
#3802 - Fixed objects list's context menu showing up when moving mouse after changing selection
2020-03-10 12:03:08 +01:00
3f27802c0a
Fix of Crash when trying to select extruders for multiple parts ( #3657 )
2020-02-14 13:27:25 +01:00
e50825ce05
missing includes
2020-02-03 10:13:15 +01:00
3f7ebee396
ObjectDataViewModel is extracted from wxExtentions to the separated file
...
+ parse_color function is moved to BitmapCache from PresetBundle
2020-02-02 22:22:40 +01:00
be8f464bf8
Remove some gtk warnings on application start.
2020-01-27 14:31:49 +01:00
7650732c61
Show context menu for a multi-object selection on 3DScene,
...
add "Reload from disk" item for this menu
2019-12-18 09:11:33 +01:00
d66761e030
Fixed wrong context menu selection for instance(s). Related to #3275
2019-12-11 16:07:00 +01:00
835ee148e5
Fixed conflicts after merging with master
2019-10-09 11:17:48 +02:00
d87f2d11ae
Fix OSX build
2019-10-02 12:17:02 +02:00
15902766d0
Workaround for extruder editing under OSX
2019-10-02 11:53:50 +02:00
d7ebc4de5b
Added color for extruder
2019-10-01 18:19:28 +02:00
2dc9949a4c
ENABLE_ENHANCED_RELOAD_FROM_DISK set as default
2019-09-23 15:35:49 +02:00
c0576a8770
Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_reload_from_disk
2019-09-23 08:27:01 +02:00
584b37513f
Implemented possibility to create "shape" as an object ( #2865 )
2019-09-19 12:30:16 +02:00
3a40565d03
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
86b258f727
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
fdb51912c2
Fixed SPE-1014 (Support settings in context menu for modifier)
2019-09-02 14:44:00 +02:00
0333553389
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
52c24a1662
Set list manipulation action on LeftButton too
...
Note: Doesn't work under OSX
2019-08-20 13:01:01 +02:00
e8f27c6407
Added call a toggle printable property for instance from ObjectList
2019-08-05 10:05:28 +02:00
f712e5fcf4
Implemented set printable state for ObjectList
2019-08-05 08:44:55 +02:00
0647d3ac1e
Code cleanup
2019-07-31 11:12:50 +02:00
b1a1ed6394
Toggle instance printable member by 3D scene context menu
2019-07-31 10:12:13 +02:00
99bd054e99
Fixed updating of an option list for additional settings
2019-07-25 17:25:14 +02:00
1a3fc0994b
Fix for 0592ae65ee
2019-07-24 12:32:38 +02:00
0592ae65ee
Completed setting of the item focus in ObjectList after undo/redo
2019-07-24 11:25:04 +02:00
4245b61afc
Added SETTINGS_SELECTED_ON_SIDEBAR flag to undo/redo
2019-07-23 16:17:37 +02:00
a0ea96968d
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
4d8a028262
Finally fix for settings item selection
2019-07-12 13:56:56 +02:00
6826e31e2a
Some code refactoring for settings items
2019-07-12 13:56:56 +02:00
aed6acc073
Add take_snapshot for layers range editing actions
2019-07-12 13:56:56 +02:00
fb725502b7
Undo / Redo: Bound Ctrl-V/Ctrl-Z to the side panel.
2019-07-05 20:27:44 +02:00
4e2fda3315
Undo / Redo fixes
2019-07-05 19:06:19 +02:00
c7cc760067
Merge remote-tracking branch 'origin/master' into vb_undo_redo
2019-07-04 20:22:15 +02:00
a29cc9e242
Update object list after undo/redo
2019-07-04 19:46:46 +02:00
1694204687
Added some logic to layers editor selection
2019-06-12 16:28:25 +02:00
f0f608f247
Copy/paste Layers for OSX
2019-06-11 10:11:42 +02:00
2b6e5a0a70
Implemented Copy/Paste for Layers.
...
+ improved selection (in respect to the Layers)
2019-06-10 15:22:09 +02:00
2fa87044be
Implemented update_object_list_by_printer_technology()
2019-06-10 10:48:43 +02:00
71cc0fdb53
Some code refactoring and improvements
2019-06-06 15:56:42 +02:00
44c05fa209
Implemented additional settings for layers range (except of "extruder")
2019-06-05 16:47:09 +02:00
1090105b68
Experiments with updating layer_config_ranges from UI
...
+ Fixed OSX build
2019-06-05 11:50:59 +02:00
213635f559
Implemented range's min/max Z editing
2019-06-04 17:30:44 +02:00