16151 Commits

Author SHA1 Message Date
remi durand
006f61a5d8 localization fix 2021-05-21 19:05:05 +02:00
remi durand
bc33b477b5 profiles pull 2021-05-21 19:04:01 +02:00
remi durand
3f1ec6decd Add random option for splashscreen
can set the default splashscreen in the colors.ini
set default splash for v56 to 'cars'
utf8 fix
2021-05-21 15:33:11 +02:00
remi durand
b7837c43dc Change help text in width section with a collapsible 2021-05-20 19:46:32 +02:00
remi durand
2e5d07488d same default for gui layout
SuperSlicer/issues#1142
2021-05-20 19:45:40 +02:00
remi durand
11677bef6d allow no prusa profiles 2021-05-20 11:30:59 +02:00
remi durand
f0d9be8a78 fix debug builds 2021-05-20 11:18:50 +02:00
remi durand
833edf1d28 fix for macos: phony is stored on 4 bytes 2021-05-20 11:10:28 +02:00
remi durand
534f0b0257 update Choice::BUILD() for macos
macos can't resize bitmap anymore
get the prusa version of it
2021-05-20 10:27:55 +02:00
remi durand
948cd696f6 safer code for gui layout switch. 2021-05-02 17:50:10 +02:00
remi durand
99b3121425 add start_gcode_manual to disable automatic 'start gcode' output
supermerill/SuperSlicer#875
2021-05-02 17:48:47 +02:00
remi durand
18aae45347 use _write_format instead of fprintf in gocde.cpp
supermerill/SuperSlicer#1121
2021-05-02 17:48:10 +02:00
remi durand
fd3a3e7101 update Action files
add debug versions
makes the appimage keep its linux tags supermerill/SuperSlicer#1125
2021-05-02 17:47:52 +02:00
remi durand
b41ffaa4f3 update to localization tools 2021-05-02 17:13:58 +02:00
remi durand
43d0d22532 add hole_to_polyhole_threshold to allow user-defined margin
supermerill/SuperSlicer#924
2021-05-02 17:13:48 +02:00
remi durand
612c049660 Fix fan speed on overhangs
supermerill/SuperSlicer#1127
2021-05-02 17:13:42 +02:00
remi durand
8b7aa58cf8 fix loading prusa conf 2021-05-02 17:13:34 +02:00
remi durand
b6891a036d securing thread-safe StaticConfig creations
supermerill/SuperSlicer#1110
2021-05-02 17:04:28 +02:00
remi durand
ab83dcf305 Fix deadlock when canceling the slicing while creating thumbnails 2021-05-02 16:12:56 +02:00
remi durand
7ec55736dc fix slic3r/superslicer .3mf compatibility 2021-05-02 16:10:14 +02:00
remi durand
7c1d29acd8 Fix Percent fields displayed as int in modifiers
supermerill/SuperSlicer#1116
2021-05-02 16:10:06 +02:00
remi durand
ad44389983 Fix an assert when adding a modifier when a setting is selected 2021-05-02 16:09:39 +02:00
remi durand
f8314609d8 fix un-threadsafe code for creating config enum hashtable.
supermerill/SuperSlicer#997
2021-05-02 16:09:05 +02:00
remi durand
42a0c31cb2 Fix clipper::union adding extremely small holes even with safety_offset
It check that all polygons are all thicker than scaled_epsilon
2021-05-02 16:06:02 +02:00
remi durand
b6a98377ae Allow to choose the splashscreen.
The author is taken from the Artist exif metadata of the jpeg
using 'KLab exif' lib for that (exiv2 has an incompatible licence and libexif need autoconf for compiling)
2021-04-27 04:51:47 +02:00
supermerill
8504793a7e fix more app name errors
- icons
 - gcodeviewer name&key now include the slic3r name
 - instance check now depends on hte slic3r name, and not always prusaslicer
 - possible fix for 3Dmouse on macos
 - error text
 - CWS now output the slicer name & version separately and the slicer config in the slicer.ini field
 - re-add some of the 'about' credentials from slic3r (icon, manual)
2021-04-27 04:51:39 +02:00
Benoit Miller
ded2736c31 Update VORON cube to current version.
Update LICENCE.txt
2021-04-27 04:28:01 +02:00
Photogad
3d1cd5c760 out-of-bounds objects RED instead of blue
for better visual indication to user that the object has an error outside of the bed bounds
2021-04-27 04:27:55 +02:00
Pavulon87
7106a76287 Fix requesting z_offset from sla printer 2021-04-27 04:27:19 +02:00
remi durand
98702a0060 fix anchor_length > anchor_length_max error 2021-04-26 00:17:16 +02:00
remi durand
daa2c66546 fix macos icns supermerill/SuperSlicer#1086 2021-04-25 03:16:53 +02:00
remi durand
0fe1664f19 Fix for auto-heating when using one extruder from many. supermerill/SuperSlicer#1103 2021-04-25 03:16:37 +02:00
remi durand
b6d278a36f Add 'export to prusa' menu item
An other way to transfert a config to prusa, with the .3mf file.
It's more mandatory now that there is extrusion_spacing
2021-04-25 03:15:55 +02:00
remi durand
715d58da88 Add some spacing settings at the side of width
- now a setting can be "phony"
 - a phony setting isn't saved in a config file
 - a phony setting should be computed from other settings
 - change/add colors, icons, and callbacks (in PrintConfig.cpp) to make phony settings works
2021-04-25 03:15:40 +02:00
remi durand
1d405304b9 Fix firmware min_length
* fix m_last_too_small fusion test
 * now use a modified douglas_peucker to take into account the segment length instead of the tolerance only
 * some tooltip & default value change for resolution.
2021-04-24 02:50:29 +02:00
David Kocik
d17958dfc5 Merge branch 'dk_fix' into version_2.3.1 2021-04-22 10:43:36 +02:00
David Kocik
284b662cb6 Fix of crash when notification text + hypertext wont fit line length 2021-04-21 17:26:54 +02:00
remi durand
d0b0bee995 #1083 Make deselectable the automatic switch from tabs during background processing 2021-04-18 16:13:27 +02:00
remi durand
e9f4a0205b fix renaming, build & doc 2021-04-18 15:32:28 +02:00
Vojtech Bubnik
759f733a00 bumped up version 2021-04-16 13:41:00 +02:00
Vojtech Bubnik
5061124225 RemovableManager on OSX: Testing for dictionary values for nullness.
Hopefully it fixes Can not start slicer on mac Bigsur #5719
2021-04-15 16:07:37 +02:00
rtyr
4e5e4d4b49
Renamed Artillery thumbnails
Old ones were not displayed on Linux.
2021-04-14 18:53:05 +02:00
rtyr
b7b873d637
Delete x1_thumbnail.png 2021-04-14 18:52:12 +02:00
rtyr
3e2b299248
Delete genius_thumbnail.png 2021-04-14 18:52:02 +02:00
Vojtech Bubnik
77f016246f Bumped up version to 2.3.1-rc 2021-04-14 10:43:56 +02:00
enricoturri1966
81b35955ba #6095 - Fixed toolpaths generation 2021-04-13 11:53:37 +02:00
Vojtech Bubnik
e4dd16f5c3 Fixed missing includes for Linux 2021-04-13 11:23:30 +02:00
Vojtech Bubnik
db324b2295 Ported ChromeOS support from master aka PrusaSlicer 2.4.0-alpha:
1) Detect platform
2) Disable OpenGL multi-sampling on ChromeOS
3) Disable eject on ChromeOS, different location of external devices
   mount point.
2021-04-13 10:55:27 +02:00
YuSanka
89b942ffb7 OSX specific, related to the wxWidgets 3.1.4: Fixed wrong UI-scaling
(wxWidgets 3.1.4 can binding of wxEVT_DPI_CHANGED now, so it was called msw_rescale() for most of the controls redundantly)

+ Fixed update of the DoubleSlider after changing of the system color
2021-04-12 15:45:47 +02:00
enricoturri1966
6a0e816d94 Fixed conflicts after cherry-picking 76a92e40befc9ce57d7436170786435041e56ab1 2021-04-12 14:11:10 +02:00