25360 Commits

Author SHA1 Message Date
Lukas Matena
b1546fa77a Merge branch 'dk_app_updater' 2024-08-29 16:03:35 +02:00
Lukas Matena
ddba05828d Fixed couple of encoding issues 2024-08-29 16:02:38 +02:00
David Kocik
abea96fd8a Force opening hyperlink on App updater.
Refactored open_browser_with_warning_dialog due to poor readability - no changes to funcionality.
2024-08-29 14:57:49 +02:00
David Kocik
447dd15681 Fix of incorrect usage of wxString in fopen in AppUpdater and Downloader. 2024-08-29 14:57:49 +02:00
David Kocik
b7f0b51c3b AppUpdater: Read option "action" and on value "browser" open url in browser.
Increased min size.
2024-08-29 14:57:49 +02:00
Lukas Matena
31b88e6741 Merge branch 'dk_external_login' 2024-08-29 14:56:41 +02:00
David Kocik
5871ad2e51 Open external browser in config wizard. 2024-08-29 14:56:20 +02:00
David Kocik
fa94b9fb54 Fix of return value 2024-08-29 14:56:20 +02:00
David Kocik
02ddb36108 Login url with service. Changed code for registering custom url to not check downloader dest.. 2024-08-29 14:56:20 +02:00
David Kocik
17300d7549 Fix of closing login dialog 2024-08-29 14:56:20 +02:00
David Kocik
2bde97fb11 Keep login dialog opened while opening 3rd vendor in external browser. 2024-08-29 14:56:20 +02:00
David Kocik
ab358cb4c4 User underscore instead of minus 2024-08-29 14:56:20 +02:00
David Kocik
a41ee17a68 Undo desktop registration before registering new one 2024-08-29 14:56:20 +02:00
David Kocik
3e6b4ba443 Fix of login in internal browser 2024-08-29 14:56:20 +02:00
David Kocik
23cc50c9f5 fix of opening external browser 2024-08-29 14:56:19 +02:00
David Kocik
07320325e1 Remove old url protocol desktop files before opening browser for login 2024-08-29 14:56:19 +02:00
David Kocik
e6313aa5e0 CLI option for single instance only with prusaslicer:// url 2024-08-29 14:56:19 +02:00
David Kocik
c93631a504 followup 2024-08-29 14:56:19 +02:00
David Kocik
47d793ffb3 Open login in browser only for external services 2024-08-29 14:56:19 +02:00
David Kocik
ce44b8638f Open external browser for login 2024-08-29 14:56:19 +02:00
Lukas Matena
395b751f17 Updated libbgcode version 2024-08-29 11:56:54 +02:00
Lukas Matena
7cc91fb5a1 Bumped up version to 2.8.1-rc0 2024-08-29 10:53:33 +02:00
YuSanka
436f098b98 ConfigWizard: Fixed a crash on unselection of a last printer in technology
SPE-2458
2024-08-29 10:50:43 +02:00
Lukas Matena
78400b3399 Merge branch 'dk_SPE-2438' 2024-08-29 10:36:50 +02:00
Lukas Matena
a2c964e882 nozzle_high_flow should be synchronized when single_extruder_multi_material (part 2) 2024-08-29 10:36:42 +02:00
David Kocik
c758c74d7f Change in comparing nozzle diameter in right panel printer status 2024-08-29 10:36:42 +02:00
David Kocik
8edc0b796d followup on 5f4b4da91e0c062153ca24ce4fbc829e5c1e6044
fix of value reading
2024-08-29 10:36:42 +02:00
Lukas Matena
a54aa25f1b Added tooltips for the new parameters 2024-08-29 10:36:42 +02:00
David Kocik
02c63a56b8 avoid abrasive filament on non harden nozzle when selecting printer from connect. 2024-08-29 10:36:42 +02:00
Lukas Matena
b492368f26 nozzle_high_flow should be synchronized when single_extruder_multi_material 2024-08-29 10:36:42 +02:00
Lukas Matena
37583da9e8 Removed nozzle_high_temperature 2024-08-29 10:36:42 +02:00
David Kocik
a361f78067 Fix of faulty upload to Connect, when upload is set before slicing ends. 2024-08-29 10:36:42 +02:00
David Kocik
eb7f27c83d Serialize parameters from json var to config opt format
improved config options filtering

changed outgoing json for upload to connect
2024-08-29 10:36:42 +02:00
David Kocik
a627c4c64e full config in json for upload 2024-08-29 10:36:42 +02:00
David Kocik
a30961f59a Rename paramters in jsons and add FilamentConfig. 2024-08-29 10:36:42 +02:00
David Kocik
3ff2b179b9 filament abrasive option in outgoing json for upload to connect 2024-08-29 10:36:42 +02:00
Lukas Matena
66b8144f3f Added nozzle_high_flow, nozzle_high_temperature, filament_abrasive. Updated version of libbgcode. 2024-08-29 10:36:42 +02:00
David Kocik
d384c5a13f Copy all printer config options to outcoming json for selecting printer. 2024-08-29 10:36:42 +02:00
David Kocik
ef3d323102 Select printer from connect by nozzle diameter (instead of pritner_variant) and by additional config options.
+ Moved standalone functions to UserAccountUtils
2024-08-29 10:36:42 +02:00
David Kocik
756a76a773 repo_prefix parameter and removing prefix before send to connect.
Change printer_model in full config before applying to print

printer_model prefix handling when showing online printers in sidebar

Select printer from connect by nozzle diameter (instead of pritner_variant) and by additional config options.

+ Moved standalone functions to UserAccountUtils

Set as current without repo prefix

when selecting preset with prefix, mind visible presets.

prefer visible printers for selecting

fix of selecting SLA printer

Added prusalink for prefixed printer_model
2024-08-29 10:36:42 +02:00
YuSanka
a55c85ecef Follow-up 785ad4ce: DoubleSlider: Fixed a check of the Custom G-code
(this code was temporary commented and forgotten to uncomment)
SPE-2445
2024-08-27 12:58:38 +02:00
Lukas Matena
3910ee77fa Merge branch 'fs_SPE-2442' 2024-08-27 12:57:27 +02:00
Filip Sykala - NTB T15p
0534afd6aa Use not utf8 std::string for open output stream (SPE-2442) 2024-08-27 12:57:03 +02:00
Filip Sykala - NTB T15p
de43802ca8 Fix human readable name of font for non UTF8 fonts 2024-08-27 12:57:03 +02:00
Filip Sykala - NTB T15p
79dc95d3e8 Fix UTF8 encoding for SVG "save as" 2024-08-27 12:57:03 +02:00
Filip Sykala - NTB T15p
bcb1178954 Fix encoding of font descriptor 2024-08-27 12:57:03 +02:00
Lukas Matena
4ce6b48b37 Merge branch 'lh_occt_chamfers' 2024-08-27 12:54:55 +02:00
Lukáš Hejl
7e4b5782dc SPE-2150: Repair the mesh after importing the STEP file.
Co-authored-by: zhimin.zeng <zhimin.zeng@bambulab.com>
Co-authored-by: lane.wei <lane.wei@bambulab.com>
2024-08-27 12:54:20 +02:00
Lukáš Hejl
c6a02106fd SPE-2257: Downgrade OCCT to 7.6.1 because newer versions are triangulating chamfers incorrectly. 2024-08-27 12:54:20 +02:00
David Kocik
6049a37d50 Do not show logged in notification on token refresh. 2024-08-20 13:57:43 +02:00