e269758df7
Don't generate the pad cavity if the depth is zero.
2019-01-08 14:42:29 +01:00
f26ec7feb3
pad wall smoothing only for the top of the wall.
2019-01-08 14:03:41 +01:00
80156d93b4
Merge remote-tracking branch 'origin/master' into tm_pad_improve
2019-01-07 10:09:31 +01:00
0c7fbe0a93
Comments and cosmetics for the new pad code.
2019-01-07 10:07:49 +01:00
e03efc96d0
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-07 09:39:11 +01:00
3bd2db8ba6
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
a2bc7e1660
Fix of #1596
2019-01-07 09:15:31 +01:00
bdf4d5f41f
Fixed a crash when deleting several instances of one object
2019-01-05 08:34:05 +01:00
60926e7be3
Place to bed now rotates all instances the same way, regardless of which one was selected
2019-01-05 08:34:05 +01:00
7ef10e9663
Fix of place to bed function
...
This reverts commit 86e9cb604a
and also contains a fix.
2019-01-05 08:34:05 +01:00
fa5c96dfb9
Recover outer top radius for the new pad.
...
Inner top, bottom and outer bottom radius still missing.
2019-01-04 16:57:27 +01:00
567b367061
Disabled the print bed mesh temporarily,
...
bumped up the build version to alpha2,
fixed one minor issue in G-code generator
2019-01-04 16:48:41 +01:00
f761691b7d
Pad now has adjustable wall tilt and maintains wall thickness properly.
...
Edges are not rounded yet.
2019-01-04 16:24:10 +01:00
86e9cb604a
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
740cd326ea
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-04 15:43:05 +01:00
d409abf4c6
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
f7726b99a7
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
94becf120b
Fixed euler angles calculation for the singular case
2019-01-04 14:53:01 +01:00
2ce308693f
Fixed object size changes using sidebar
2019-01-04 13:59:41 +01:00
8e001972a9
Added print bed models for mk2 and mk3 printers to 3D scene
2019-01-04 12:56:48 +01:00
b82f3319c7
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 18:55:00 +01:00
41c2775468
Fix of #1501 , #1522
...
This time the wWinMain did not provide a valid command line.
Calling ::GetCommandLineW() helped.
2019-01-03 18:54:45 +01:00
30184cc0f6
Fix #1502 Upload to duet does not start the print
...
Code was erroneously removed during refactoring
2019-01-03 17:28:23 +01:00
206f16f374
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 16:37:03 +01:00
b1a7ac07c9
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
237eaa5f6f
Fix #1526 --datadir not working
2019-01-03 16:19:08 +01:00
360dbca52e
Attempt to fix camera movements after importing object
2019-01-03 15:43:03 +01:00
474e06ac85
Fixed missing mirror transform data when increasing instances count
2019-01-03 15:04:29 +01:00
98fa9c4c38
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 14:35:08 +01:00
8d1b854acb
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
8a3d2f385f
Fix for bad arrange with mirrored objects
2019-01-03 14:20:01 +01:00
b099d5c05e
Removal of wxNotebook from plater set as default
2019-01-03 12:59:06 +01:00
eacb5b9bf9
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2019-01-03 12:35:24 +01:00
dd8f79381f
Fixed hover icons in view toolbar
2019-01-03 12:35:01 +01:00
c81ef2f567
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-03 12:32:18 +01:00
0d7e53badb
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
0997825e0e
Fixed import from amf files
2019-01-03 12:04:14 +01:00
ca6a7ac8d5
Further improvement in objects manipulation using sidebar (multiselection)
2019-01-03 11:24:03 +01:00
d426895580
Automatic selection of newly loaded objects
2019-01-03 09:12:50 +01:00
c4d5c7cefd
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
4227499534
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
b7a92b5525
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
e2daf05368
Merge branch 'master' of https://github.com/Prusa3d/Slic3r
2019-01-02 16:27:38 +01:00
d0fc403741
Fix of a regression bug in Dauglass Peucker contour simplification
...
after an introduction of a non-recursive variant of the algorithm.
Fixes "Strange behavior while printing curved perimeters #1503 "
Fixed some compilation warnings.
2019-01-02 16:27:11 +01:00
2adce62643
Background texture for toolbars set as default
2019-01-02 16:26:22 +01:00
2db0906071
Fix fs::path <-> wxString conversions
2019-01-02 15:53:52 +01:00
760b1cd9bc
Fix for normal averaging and hidden parameter for max normal Z angle.
2019-01-02 15:48:38 +01:00
a7d8146198
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
6e2ea18b9c
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
d88f3adce9
Fix for invalid support geometry when connecting to model surface
2019-01-02 14:26:25 +01:00