David Kocik
ffeb068452
Change printer maps data from model to model nozzle pair
2024-04-24 15:40:03 +02:00
David Kocik
5e48e0a5a6
Printer_model reading when uploading to Connect.
2024-04-24 14:08:00 +02:00
David Kocik
b05d438fc6
Changes in Connect Printer Status.
...
First use endpoint PrinterModels to get uuid to model map, than get statuses for uuids from Status endpoint.
Lang code trimmed to 2 chars.
2024-04-24 14:08:00 +02:00
David Kocik
b7b97ee320
Comparing filament types before upload
2024-04-24 14:01:47 +02:00
David Kocik
63e25828ae
Fixes in selecting printer and filament
2024-04-24 14:01:47 +02:00
David Kocik
58cd6c5a09
Selecting SLA printer on Connect upload
2024-04-24 14:01:46 +02:00
Lukas Matena
a65a70903e
Removed unused code and includes
2024-04-12 09:27:35 +02:00
David Kocik
4358382db7
Check selected profile in connect by compatible printers vector.
...
Select printer in plater based on compatible printers vector, if given.
2024-03-25 17:08:02 +01:00
David Kocik
d289b11950
User Account avatar extension
...
(Missing support for jpg in ScalableBitmap)
2024-03-25 12:05:55 +01:00
David Kocik
123a299a9b
Improvements in ConnectTab and PrinterPick Dialog
...
Webview access token sending and compatible printer request.
Printer Pick Dialog UI changes
Connect request_config improvements
Switch printer or send gcode dialog
2024-03-25 12:05:55 +01:00
David Kocik
b21c65de23
Added missed includes
2024-03-25 12:05:55 +01:00
David Kocik
93df0ce384
Temporary sending session id instead of access key
2024-03-25 12:05:55 +01:00
David Kocik
0c7e6cb063
PrusaConnectNew class - new way to upload to Connect
...
Several bugs in UI fixed
Added Connect user data action, we might need it in future
Missing file in cmake and smaller fixes
new Connect frontend
2024-03-25 12:05:55 +01:00
David Kocik
b232894451
Changes in PrusaConnect interface
...
Prepared handling methods. Inside is WIP.
Handling UPDATE_SELECTED_PRINTER Connect request
ConnectRequestHandler class
Error screen as default
2024-03-25 12:05:55 +01:00
David Kocik
e9706f4032
Rename source files.
...
So the files are named as classes from commit 0ba535967bfbf00dbdce0a441105adb98671eb0e
2024-03-25 12:05:55 +01:00
David Kocik
f3dd5fa17d
Rename Auth to UserAccount
2024-03-25 12:05:55 +01:00
David Kocik
c129340712
Prusa Account communication changes after testing all possible error states.
2024-03-25 12:05:55 +01:00
David Kocik
f716497318
Remember session refactoring. Browser login redirect dialog only until first confirmation
2024-03-25 12:05:55 +01:00
David Kocik
7011322f62
Download Prusa account Avatar
...
Missing adding avatar to topbar
2024-03-25 12:05:55 +01:00
David Kocik
2309b66e02
Get apikey from printer message and use it for upload.
...
Several compiler warning fixes
Fix of MacOS SHA256 generator
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
David Kocik
55525d2ebf
upload file to connect - missing api key to work
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
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
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
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