24646 Commits

Author SHA1 Message Date
YuSanka
a336a2c379 TopBar: Fixed strange small rectangle in TopLeft corner
OSX specific issues:
* Fixed Layout
* Fixed a crash on start
* Buttons: Fixed colors on selecting and hovering

MSW specific:
*Fixed update color mode
2024-03-25 12:05:55 +01:00
YuSanka
e4e19f1358 TextInput: Implemented SysColorsChanged function 2024-03-25 12:05:55 +01:00
YuSanka
1fdfbf3921 Deleted code related to mode sizer. 2024-03-25 12:05:55 +01:00
David Kocik
30a1279d90 connect_polling app config variable
Can be used to disable periodical update of Connect printers.
2024-03-25 12:05:55 +01:00
David Kocik
db43c069d9 Fix of not selecting presets from Connect when physical printer was selected.
Note: There might be other similar settings that needs to be done next to the unselecting of ph printer.
2024-03-25 12:05:55 +01:00
David Kocik
488254f7fb Missing Mac implementation of receiving login data from browser.
+ fix of current connect address
2024-03-25 12:05:55 +01:00
David Kocik
ff64f7167d Fixes and icons.
Sla printer icons with Connect status.

Fix of non-static variable and missing includes

update of priter_type table

missing include
2024-03-25 12:05:55 +01:00
YuSanka
bf8c3e7653 Fixed OSX build and some of warnings 2024-03-25 12:05:55 +01:00
YuSanka
1c4b9d43d1 Search improvements:
* Set max size.
* Close search dialog, when both of search dialog and search input lose a focus
* Update dialog position in respect to the position and size of search input
2024-03-25 12:05:55 +01:00
David Kocik
161d3f40d4 notification about printer change 2024-03-25 12:05:55 +01:00
David Kocik
55525d2ebf upload file to connect - missing api key to work 2024-03-25 12:05:55 +01:00
David Kocik
da977db4c4 disable testing notification and monitor tab showing 2024-03-25 12:05:55 +01:00
YuSanka
7b8238a905 TopBar : Follow-up 217c41ee - Fixed User and Workspace menus 2024-03-25 12:05:55 +01:00
David Kocik
167d92872f Automatic reset on failed login and other communication fixes 2024-03-25 12:05:55 +01:00
YuSanka
e065f0c83b TopBar: Added "Search" control
+ Deleted old search controls from tab and canvas3D
2024-03-25 12:05:55 +01:00
YuSanka
4263ca6283 TopBar: Fixed a hovering for the bar items 2024-03-25 12:05:55 +01:00
YuSanka
ba5e8b87a9 Fix for using of accelerators from menu items.
After TopBar implementation we don't use wxMenuBar anymore.
As a result menu accelerators was unused.
To workaround this issue the accelerator_entries_cache is generated during creating menu items
and than items from this cache are added to the acceleration table for mainframe.
2024-03-25 12:05:55 +01:00
David Kocik
822b862fce Printers action and webview development
Automatic "Connect printers" action after login

periodic connect printers update

adding and removing connect tab on login

Webview refactor

remove unused code

load url on adding panel

monitor tab

upload to connect button
2024-03-25 12:05:55 +01:00
YuSanka
55ba9f2351 Topbar: Implement Auth menu 2024-03-25 12:05:55 +01:00
David Kocik
78c9aa668c User Account: Store more user data, not only username
Compare new and old printer maps
2024-03-25 12:05:55 +01:00
YuSanka
cecfe485ab WIP: New simple top bar : Improve/delete redundant mode sizers
+ UI-fixes for OSX
2024-03-25 12:05:55 +01:00
YuSanka
ada1fc37ff WIP: Experiments with New simple top bar 2024-03-25 12:05:55 +01:00
YuSanka
5f34abf473 Follow-up a6324174: Add missed icons 2024-03-25 12:05:55 +01:00
YuSanka
e774d25f7a Implemented UI to show a state of printers in PrusaConnect 2024-03-25 12:05:55 +01:00
David Kocik
2276cedc10 WebView prototype
Web View has working panel with Connect webpage with Auth token login.
Webview2 is used on windows. It uses small dll to find its runtime.

WebViewDialog.cpp, WebViewDialog.hpp, WebView.cpp and WebView.hpp were taken from https://github.com/bambulab/BambuStudio and used as protype for future WebView Development. Thank you.

Co-authored-by: cmguo <chunmao.guo@bambulab.com>

Co-authored-by: lane.wei <lane.wei@bambulab.com>
2024-03-25 12:05:55 +01:00
David Kocik
adc650ef4e PrusaConnect communication with PrusaAuth login
Background communication with keeping tokens
Temporary output is notification
Temporary storing tokens in prusaslicer.ini

Using wx secret store to store tokens if possible

Improved PrusaConnect message - number of compatible models


Fix of saving refresh token


Refactoring of Auth and Auth Session classes.
2024-03-25 12:05:55 +01:00
enricoturri1966
c916249f2b SPE-2132: Emission of gcode lines 'M104.1 T P Q S' in place of 'M104 T P S' 2024-03-25 10:48:20 +01:00
Martin Šach
fa23ab8285 Make sure that after wipe tower toolchange the G1 Z is always emitted.
Even if the G1 Z would be redundant, it is still emitted.
Fixes: #12361
2024-03-25 10:48:20 +01:00
YuSanka
bd903fd6fb Localization: Updated internal dictionaries (CS, DE, ES, FR, IT, PL, JA) 2024-03-25 10:45:38 +01:00
YuSanka
d172b7b8ee Added missing units for "filament_stamping_loading_speed" and "filament_stamping_distance" 2024-03-25 10:26:09 +01:00
David Kocik
f624c55f6f Store PrusaLink passwords in wxsecretstore 2024-03-25 10:22:30 +01:00
Lukáš Hejl
6c6f90fe4b Disable smoothing of the spiral vase when absolute E coordinates are used. 2024-03-22 16:37:37 +01:00
YuSanka
ec7fc75e86 Fix for SPE-2040 : GTK3/GTK2 [Linux] Combo box stay open 2024-03-22 15:23:33 +01:00
Lukas Matena
4b5ee2db62 Merge branch 'ys_crash_spe2136' into master_27x 2024-03-22 15:23:04 +01:00
YuSanka
207d1ab026 ExtruderFilaments: Check index of a selected filament to avoid an out of range. 2024-03-22 15:22:41 +01:00
YuSanka
17f628fe52 Fixed a crash on loading of configuration with selected SLA printer.
Note: In this case PresetBundle::extruder_filaments wasn't initialized.

Related to SPE-2136
2024-03-22 15:22:40 +01:00
Martin Šach
cdcd4da809 Add offset to the finalize wipe tower move 2024-03-22 15:20:25 +01:00
Lukas Matena
9b050bf52c Bumped up version to 2.7.3-alpha1 version_2.7.3-alpha1 2024-03-20 16:33:51 +01:00
Lukas Matena
7131c7fe45 Merge remote-tracking branch 'public/master' into master_27x 2024-03-20 16:33:39 +01:00
Lukáš Hejl
3bc2a37eaa Emit additional M84 after prusaslicer_config for MK2 and MK3. 2024-03-20 16:25:43 +01:00
YuSanka
fad1b1e8b4 Localization: Updated POT and community dictionaries are merged with it.
+ Fixed marking of the empty string
2024-03-20 15:58:49 +01:00
Jernej Pangerc
305a02facd Added Slovenian translation
Added Slovenian translation. This is not full translation, only basic entries are translated.
2024-03-20 15:26:11 +01:00
Roman Tyr
2c7e0b5ccf
Updated start g-code. Updated purging volumes. 2024-03-20 14:45:36 +01:00
Roman Tyr
2d95267908
Updated thumbnails 2024-03-20 14:44:01 +01:00
Martin Šach
ea9dfa9a8d Use path generation even on layer change 2024-03-20 14:42:27 +01:00
Lukas Matena
ed8c373dc7 Merge branch 'lm_purging_volumes_SPE-2147' into master_27x 2024-03-20 14:42:06 +01:00
YuSanka
614ff46b78 WipeTowerDialog: Fixed layout of StaticBoxes 2024-03-20 14:41:26 +01:00
Lukas Matena
37d6b7ea1b Polishing the dialog, added parameter tooltips, fixed warnings 2024-03-20 14:41:26 +01:00
YuSanka
88234446e2 WipeTowerDialog fixed rotated text 2024-03-20 14:41:26 +01:00
Lukas Matena
5987419002 Purging volumes: update backend 2024-03-20 14:41:26 +01:00