6ddb21fe06
Bumped up version to 2.2.0-beta
...
Changed the profile directory from PrusaSlicer-alpha to PrusaSlicer-beta
2020-02-21 18:44:53 +01:00
a7ffd2a6fe
GUI::show_error() is now generalized for std::string and const char*
...
Fixed return type of std::string translate_utf8() with context
(incorrectly returned wxString, should return std::string).
Fixed double translation of BackgroundSlicingProcess::validate() in Plater.
2020-02-21 13:38:06 +01:00
77daa54b0c
Localization: New POT
2020-02-19 13:21:31 +01:00
65b9ef6636
configuration updater
...
forced update dialog
check for updates button
check address when downloading bundles
2020-02-04 15:27:11 +01:00
d937ac1ed3
Forcing a print bed update after config or config bundle is loaded.
...
The solution is hackish, but a major refactoring would be needed
to avoid multiple refreshes of the print bed, and to avoid
expensive checks at Plater::on_config_change() every time
a config value changes at a parameter tab.
2020-01-24 15:16:36 +01:00
3a54279cec
Merge branch 'master' into dk_remote_devices
2019-12-19 08:58:11 +01:00
07f428fe62
Implemented function to get an icon name considering to OS color mode
...
For a Dark mode we start to looking of icons in folder "white"
Added missed "white" icons
2019-12-18 15:54:01 +01:00
2c7b711f76
eject button after export
2019-12-13 13:51:46 +01:00
1d25201a12
linux eject
2019-12-13 13:51:46 +01:00
b267e986fb
eject button functionality
2019-12-13 13:51:46 +01:00
8f0eef8f36
eject button functionality
2019-12-13 13:51:46 +01:00
0861b2ec59
init call
2019-12-13 13:51:45 +01:00
8f069e2d47
windows registration for device notif(thru hidden app) - windows doesnt need update now
2019-12-13 13:51:45 +01:00
66f203379c
last save path
2019-12-13 13:51:45 +01:00
63ee4e3a2f
last path functions
2019-12-13 13:51:45 +01:00
5db80edcd3
linux eject
2019-12-13 13:51:45 +01:00
735308b794
refactoring
2019-12-13 13:51:45 +01:00
1790c795fb
rdm update every 2 seconds
2019-12-13 13:51:45 +01:00
85645a1253
Fixed crash on ConfigWizard opening after a language change
...
+ updated Creality.ini and PrusaResearch.ini
2019-12-09 13:02:48 +01:00
ab34ef3ceb
Fix of an application update situation, where the profiles were
...
not updated correctly if the index installed in vendor directory
was the same as the one provided with the applicaton installation.
2019-12-05 11:05:18 +01:00
c7d306e21e
Profiles for the alpha are stored into the PrusaSlicer-alpha directory
...
to not mix with the current release.
2019-12-04 14:02:49 +01:00
8a8c71429c
Fixes into ENABLE_THUMBNAIL_GENERATOR_DEBUG
2019-12-03 12:44:20 +01:00
b1047d2e26
ENABLE_THUMBNAIL_GENERATOR -> ENABLE_THUMBNAIL_GENERATOR_PNG_TO_GCODE set as default
2019-11-25 10:30:31 +01:00
e12512dec0
Fix: Rename DPI changed event to not clash with impl in wxwidgets
2019-11-11 17:10:29 +01:00
621b8426d3
#3175 - Fixed compatibility with boost v 1.71
2019-11-11 11:21:08 +01:00
1e8aa54559
ENABLE_THUMBNAIL_GENERATOR -> Added ENABLE_THUMBNAIL_GENERATOR_DEBUG (disabled)
2019-11-07 09:01:28 +01:00
76377ee0fe
ENABLE_THUMBNAIL_GENERATOR -> Export thumbnails to gcode as png data in lines with max 80 characters length
2019-11-04 15:38:15 +01:00
64d5ac0d20
ENABLE_THUMBNAIL_GENERATOR -> Export thumbnails to gcode: max length of gcode lines set to 80 characters
2019-11-04 14:00:26 +01:00
24aed8eb71
ENABLE_THUMBNAIL_GENERATOR -> Added missing include
2019-10-25 14:32:31 +02:00
de60b40347
ENABLE_THUMBNAIL_GENERATOR -> Thumbnail data saved into gcode using base64 encoding + debug code to extract thumbnails from gcode
2019-10-25 12:18:10 +02:00
eb93d2a32d
Merge branch 'master' into materials
2019-09-30 16:12:48 +02:00
7861fa5086
Whitespace changes to supress misleading indentation warnings
...
These appear in newer gcc when spaces and tabs are mixed
2019-09-24 16:01:01 +02:00
235b659cf9
WIP: ConfigWizard: 3rd party bundle installation roughly done
2019-09-17 13:20:06 +02:00
dba9925c4e
Move ConfigWizard instance in GUI_App, lazy-initialized,
...
add filament/material installation item in Sidebar combo boxes
2019-09-17 13:20:06 +02:00
570bec299f
Merge branch 'master' into dev
2019-09-04 15:50:18 +02:00
a09bb3802b
Updated the bundled Prusa Research profiles.
...
Bumped up the version number to 2.0.0-rc.
Changed the location of profiles from PrusaSlicer-beta to PrusaSlicer
(that is the location for the released software).
2019-09-04 12:50:43 +02:00
6befe7099b
Fixed couple of warnings in Field.cpp, GUI_App.cpp and OptionsGroup.cpp
2019-09-03 10:59:04 +02:00
c960c2cf27
Code clean in Tab.cpp and Fixed couple of Mac-warnings in :
...
GUI.cpp
GUI_App.cpp
GUI_ObjectList.cpp
MainFrame.hpp
Plater.cpp
PresetBundle.cpp
PresetHints.cpp
Tab.cpp
Tab.hpp
wxExtensions.cpp
wxExtensions.hpp
2019-09-03 10:29:17 +02:00
931b20e43c
Fix for wxWidgets issue, where the FindLanguageInfo() returns locales
...
with undefined ANSII code (wxLANGUAGE_KONKANI or wxLANGUAGE_MANIPURI).
2019-08-30 14:13:47 +02:00
9dda1f10a2
Updated the initial language detection to provided some logging.
2019-08-30 10:20:38 +02:00
b305a6b37e
Fix of 2.1.0-beta2 Linux AppImage - OpenGL detection fails #2844
...
The OpenGL check was moved to GLCanvas3DManager init function,
where the OpenGL context is active at the 1st render event.
2019-08-30 09:19:45 +02:00
78697b2acf
Improvement of selection of language / dictionaries.
...
When switching the languages, if the newly selected dictionary
is "compatible" with the system best language or user's locale,
then the system best language locale or user's locale is activated,
not the locale connected to the dictionary.
2019-08-29 15:35:28 +02:00
ace275af7f
std::make_unique is not supported by our build servers.
...
use Slic3r::make_unique instead
2019-08-29 14:51:24 +02:00
468abfefbc
Reworked selection of locales and translation dictionaries.
...
Slicer now tries to heed user's locales, also it tries to switch
to the language recommended by the operating system (Windows & OSX
specific).
2019-08-29 14:07:45 +02:00
a1ebb8d483
Don't delete old locales when switching language. It crashes for
...
an unknown reason.
2019-08-28 13:23:58 +02:00
002ae9a4bf
Slovaks understand Czech well. Give them the Czech translation.
2019-08-28 11:59:30 +02:00
9e406e4214
Reworked switching of the language:
...
1) Language is
2019-08-28 11:53:53 +02:00
8b7f0c5359
Refactor a few more catch(...) instances
2019-08-27 10:37:34 +02:00
29a51bc46f
Updated bundled Prusa3d profiles
...
Bumped up the version to 2.1.0-beta, changed the user configs directory
to PrusaSlicer-beta.
2019-08-23 16:15:03 +02:00
88dcb7f366
Checking for OpenGL driver version in the GUI slicer and giving some
...
reasonable advice to the user in case OpenGL < 2.0 was detected.
2019-08-20 16:38:03 +02:00