bubnikv
d2ee3a903e
Fix of "Build plate missing in view #1580 "
...
Fixed import of the user config bundle to maintain the "inherits"
references to system profiles.
2019-01-08 10:52:11 +01:00
bubnikv
9d531a9f41
Reverted a buggy change done in c0ebcacf1d
2019-01-07 14:52:13 +01:00
Lukas Matena
b5a646ea41
Place on bed area limit decreased
2019-01-07 12:05:20 +01:00
Enrico Turri
159ad1bae1
Fix of #1590
2019-01-07 10:53:48 +01:00
YuSanka
77d73ca4ce
Fixed #1579
2019-01-07 10:32:33 +01:00
bubnikv
458a16886d
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-07 09:39:11 +01:00
bubnikv
89121e4540
Fix of #1598 , #1601 , #1604 , #1612
...
The text fields were not causing config value updates,
broken with 8d1b854acb
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
to be sure that the strings are correctly converted to UTF8.
2019-01-07 09:37:51 +01:00
Enrico Turri
f09856ce4e
Fix of #1596
2019-01-07 09:15:31 +01:00
Lukas Matena
88b979bd16
Fixed a crash when deleting several instances of one object
2019-01-05 08:34:05 +01:00
Lukas Matena
1547bd17c7
Place to bed now rotates all instances the same way, regardless of which one was selected
2019-01-05 08:34:05 +01:00
Lukas Matena
5333683c2e
Fix of place to bed function
...
This reverts commit 86e9cb604a
and also contains a fix.
2019-01-05 08:34:05 +01:00
Lukas Matena
325579c79c
Revert "Place on bed improvements"
...
Some problem with disappearing planes, not worthy for a patch-release
This reverts commit f7726b99a7 .
2019-01-04 16:18:25 +01:00
bubnikv
3bf0e9fdfa
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-04 15:43:05 +01:00
bubnikv
69395a1238
Reverted a change specific to Win32 to try to set Win32 locale
...
for the decimal point. This only works for the current user's locale
and it changes it system wide.
2019-01-04 15:42:44 +01:00
Lukas Matena
740a0e02fb
Place on bed improvements
...
- works with large meshes
- area discrimination takes into account scaling of the object
- planes are recalculated when some volume's type is changed (e.g. from a part to modifier mesh)
2019-01-04 15:38:50 +01:00
Enrico Turri
21203b4cb2
Fixed object size changes using sidebar
2019-01-04 13:59:41 +01:00
Enrico Turri
9e5e197859
Added print bed models for mk2 and mk3 printers to 3D scene
2019-01-04 12:56:48 +01:00
bubnikv
d5ca631b19
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 16:37:03 +01:00
bubnikv
9cb44f02bd
Fix of "System presets listed among user presets (and can't be deleted) [1.42.0-alpha1] #1511 "
...
When loading a user provided Config Bundle (not a vendor Config Bundle),
profiles of the same name as the system profiles already loaded into Slic3r
will be ignored, while emiting an error message into the log.
Also when loading a user provided Config Bundle, imported vs. overwritten
profiles are reported into the log as well.
2019-01-03 16:36:45 +01:00
Enrico Turri
5377d17ae8
Attempt to fix camera movements after importing object
2019-01-03 15:43:03 +01:00
Enrico Turri
95cb345634
Fixed missing mirror transform data when increasing instances count
2019-01-03 15:04:29 +01:00
bubnikv
fae0b19b40
Replaced all wxString.ToStdString() with wxString.ToUTF8().data()
...
to be sure that the strings are correctly converted to UTF8.
2019-01-03 14:34:53 +01:00
Enrico Turri
4011138999
Removal of wxNotebook from plater set as default
2019-01-03 12:59:06 +01:00
bubnikv
5df7b1930e
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 12:32:18 +01:00
bubnikv
fc10dd76e1
Fix of 1.42.0-Alpha1 won't open from self contained folder #1500
...
Added some missing UTF8 to wxString path explicit conversions.
2019-01-03 12:32:13 +01:00
Enrico Turri
7273bb564e
Fixed import from amf files
2019-01-03 12:04:14 +01:00
Enrico Turri
ca96189510
Further improvement in objects manipulation using sidebar (multiselection)
2019-01-03 11:24:03 +01:00
Enrico Turri
59b961ab78
Automatic selection of newly loaded objects
2019-01-03 09:12:50 +01:00
bubnikv
3b849f7bd8
Fix of "When exporting plate as STL Files are saved as 1KB and corrupted #1536 "
...
This is a regression issue, and it only happened when exporting the plater.
2019-01-02 18:36:48 +01:00
bubnikv
fad4714dac
Fix of "Color Picker Placement #1496 "
...
Now the color picker from the plater is centered around the associated
combo box. Keep your fingers crossed, it seems to be working, but
on a two monitor setup the color picker may jump to the other screen.
2019-01-02 17:54:54 +01:00
bubnikv
4de0607666
Fix of #1512
...
"Printer Host Upload Queue vanishes in the background [1.42.0-alpha1]"
the canvas3d used to grab focus when mouse entered a window even
if the top level window was not active. This was now changed and
the top level must be active for the canvas3d to grab the focus.
2019-01-02 17:49:23 +01:00
Enrico Turri
15dcc9972d
Background texture for toolbars set as default
2019-01-02 16:26:22 +01:00
Vojtech Kral
542a026fb4
Fix fs::path <-> wxString conversions
2019-01-02 15:53:52 +01:00
bubnikv
6383855011
Fix of #1501
...
"Po přepnutí do češtiny program zhavaruje a nejde znovu spustit"
Fixed wxWidgets assert, where the Win32 decimal point was different
from wxWidgets locales decimal point.
Fixed by calling the Win32 "set locale" function directly.
Not sure I know what I am doing, this fix needs to be tested throughly.
2019-01-02 15:35:40 +01:00
Dylan "smellyfis" Thies
2cb49bd77a
fixing issue with disappearing tabs
...
src/slic3r/GUI/Tab.cpp:
When switch to previously created tabs they were not being
restored
The fix is better only used on Linux (lukasmatena)
2019-01-02 14:55:24 +01:00
Enrico Turri
2d1d28f4bc
Modified camera target behavior set as default
2019-01-02 14:04:26 +01:00
Enrico Turri
d24eeedd32
Improved objects manipulation using sidebar
2019-01-02 13:42:29 +01:00
Enrico Turri
31986660a1
Model's volume transform set as default
2019-01-02 10:49:13 +01:00
Enrico Turri
0bc58d6155
Fix for #1549
2019-01-02 10:18:02 +01:00
Enrico Turri
7deabfd789
Constrained camera target set as default
2019-01-02 08:55:56 +01:00
Lukas Matena
98a91c2937
AboutDialog crash fix
2018-12-25 00:35:34 +01:00
bubnikv
818e0cde7f
Fixed many errors in background processing synchronization and update.
...
Fixed couple of compiler warnings.
2018-12-22 10:02:42 +01:00
bubnikv
9301c8f9bd
Annotated the system printer profiles with a technology filed.
...
Code (as of now disabled) to suppress the SLA profiles for the initial alpha.
2018-12-21 20:09:25 +01:00
bubnikv
a111114ebe
Changed the default file extension to the Prusa SL1 files to .dwz
2018-12-21 19:48:33 +01:00
YuSanka
b4e02b9be5
Fixed object_list layouts
2018-12-21 14:42:28 +01:00
Enrico Turri
82fe3f81dd
Partial revert of previous commit
2018-12-21 14:41:47 +01:00
Lukas Matena
01eb0de03a
Flatten gizmo now respects sla_shift_z
2018-12-21 13:19:17 +01:00
YuSanka
ac90a05f53
Fixed view_mode updating on the Tabs
2018-12-21 12:59:48 +01:00
Vojtech Kral
fd6e003093
KBShortcutsDialog: Add symbols for Command and Option on Mac
2018-12-21 12:48:30 +01:00
Enrico Turri
9da007d151
Fixed glitches in object position when moving it with background process enabled
2018-12-21 12:42:06 +01:00