48d6ab92ac
Post-merge fix
2019-04-14 13:57:15 +02:00
89142e48fb
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-14 13:49:22 +02:00
e73954b7b9
When loading a 3MF with advanced data, switch to an Advanced mode, not
...
Export moe.
2019-04-14 08:26:10 +02:00
252381aa38
Application Scaling for MSW: Next big step
...
- Added rescale() function for the most of controls
- Created PrusaBitmap and PrusaButton classes like a wrap to wxBitmap and wxButton accordingly
2019-04-13 23:46:52 +02:00
3ce26a9be2
Fix of "Repir from File menu doesn't save the file #2064 "
...
The file was saved, albeit using an "obj" format, but into a file
with an ".stl" extension.
The software was fixed to propose a file to save with a correct ".obj"
extension.
2019-04-13 14:45:35 +02:00
d8a22aa2d9
Fix of "Variable layer height feature breaks after rotating part #2073 "
...
There was an approximate bounding box used at the GUI, while a snug
bounding box was used at the back end, causing invalidation
of the variable layer height editing profile on rotated objects.
A snug bounding box around the first instance is now cached.
2019-04-13 14:15:54 +02:00
2104503794
Fixed copying of some object's attributes into the clipboard
...
(layer height profile, layer height table etc)
Added public Plater::schedule_background_process()
2019-04-12 18:29:47 +02:00
aa5588b11c
Added new icons
2019-04-12 17:10:29 +02:00
dd67715ea1
Fixed SLA clippling plane & picking.
2019-04-12 16:08:40 +02:00
6b84f44bd1
Offset used to place newly added volumes and instances proportional to the bed max size
2019-04-12 15:31:33 +02:00
3cbb0b284b
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-04-12 14:30:38 +02:00
9d76aaa378
Added icons for 3D and preview menu items
2019-04-12 14:30:28 +02:00
d54f697320
SLA gizmo dialog height increased so the new clipping plane slider fits
2019-04-12 14:25:41 +02:00
7be9551414
Merge branch 'et_copy_and_paste' of https://github.com/prusa3d/Slic3r
2019-04-12 12:40:25 +02:00
95fb8828a2
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-04-12 12:28:36 +02:00
60079c26f1
Added new icons
2019-04-12 12:15:56 +02:00
0b5186aec8
Added icons for Edit menu items: Delete selected, Delete all, Copy, Paste
2019-04-12 11:50:14 +02:00
3d9351b2fa
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste
2019-04-12 11:28:43 +02:00
379bf9e074
Copy and paste -> Fixed paste for multivolumes copies
2019-04-12 11:28:24 +02:00
9de39b08d1
Also revert high DPI bitmaps in ObjectList for now
2019-04-12 11:28:07 +02:00
67b7f9d952
Revert high DPI bitmaps in Preset and PresetBundle for now
...
due to bugs in wxBitmapComboBox et al.
2019-04-12 11:04:42 +02:00
d062297e4d
Copy and paste -> Fixed tooltips for copy and paste toolbar items on Mac
2019-04-12 08:57:53 +02:00
3f427366e1
Copy and paste -> Disabled paste of instances when selection is in Volume mode
2019-04-12 08:49:24 +02:00
1f6d671abb
Fixed conflicts after merge with master
2019-04-12 08:41:59 +02:00
3585c56edf
Material correction XY merged
2019-04-11 17:07:41 +02:00
0bcbdcdc5c
Merge branch 'lm_sla_gizmo_clipping_plane'
2019-04-11 15:45:49 +02:00
8ad52f0461
Vojtech's improvements in the SLA preview cutting dialog.
2019-04-11 15:44:32 +02:00
415f66144e
Copy and paste -> Disabled paste of volumes when nothing is selected and fixed enabling/disabling of paste item in toolbar and edit menu
2019-04-11 14:21:08 +02:00
61ef36805f
Copy and paste -> Added items for copy and paste on the toolbar
2019-04-11 13:20:34 +02:00
00f92ec2e8
Copy and paste -> Added offset to pasted objects/volumes
2019-04-11 11:27:15 +02:00
d276653a97
Copy and paste -> Fixed copy of multiple instances and volumes insertion into objects list
2019-04-11 11:09:32 +02:00
fd4ddf56e7
Render selected objects first
2019-04-11 08:36:00 +02:00
1c429e3686
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste
2019-04-10 15:55:52 +02:00
81a5b161c1
Copy and paste -> prototype of copy and paste for objects
2019-04-10 15:55:32 +02:00
a6fff9dd2d
SLA gizmo fix: Discarding manual edits on autogenerated points removed all the points from the gizmo cache
2019-04-10 15:27:44 +02:00
9a5176b4cf
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste
2019-04-10 14:03:57 +02:00
3450691d45
Copy and paste -> Clipboard refactored to accept more than one object
2019-04-10 14:03:40 +02:00
82d9ee4392
Fixed crash when typing on keyboard during the app start-up
2019-04-10 13:52:18 +02:00
ba1bfa9e66
Merge branch 'master' into lm_sla_gizmo_clipping_plane
2019-04-10 13:43:02 +02:00
a5b2c7482f
Changed the scene update on RELOAD_SLA_SUPPORT_POINTS
...
to delay the loading if some transformation gizmo is in action.
2019-04-10 13:36:15 +02:00
87a049c577
SLA gizmo fix: recalculation of the mesh was sometimes skipped
2019-04-10 13:33:58 +02:00
db18c6b2b2
Do not show as hovered the entire instance when hovering on modifiers
2019-04-10 12:20:07 +02:00
e28ff01bab
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste
2019-04-10 12:17:13 +02:00
dd2dd8aeec
Do not activate Delete command when the wipe tower is selected
2019-04-10 12:16:17 +02:00
44b450633f
Merge branch 'master' of https://github.com/prusa3d/Slic3r into et_copy_and_paste
2019-04-10 11:20:28 +02:00
fccab8e195
Render picking pass renders volumes in the same order as the regular render pass
2019-04-10 11:20:09 +02:00
2740c1eeb9
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-04-10 10:16:12 +02:00
27c9c15222
Fixed Cmd-A selection in the SLA gizmo.
2019-04-10 10:16:04 +02:00
254acd022d
Merge remote-tracking branch 'origin/master' into ys_msw_dpi
2019-04-10 10:01:20 +02:00
580b1bc5de
First scaling experiments
2019-04-10 09:57:33 +02:00