25186 Commits

Author SHA1 Message Date
David Kocik
c0aa09791f fix of upload filename 2024-05-16 16:19:08 +02:00
David Kocik
64c497ce0d Upload to Connect changes 2024-05-16 16:19:08 +02:00
David Kocik
1264f57f84 Compatible printer check when sending uuid to connect. 2024-05-16 16:19:07 +02:00
David Kocik
535ecf7b34 Passing filename to Connect PrinterPick 2024-05-16 16:19:07 +02:00
David Kocik
5e5f2c493d New request naming 2024-05-16 16:19:07 +02:00
David Kocik
7c63c2dbfb WIP new upload 2024-05-16 16:19:07 +02:00
David Kocik
65a581a026 Use only uuid from Connect request and get rest of the data from endpoint 2024-05-16 16:19:07 +02:00
David Kocik
98ec4e808d Remove script handler on EndModal. 2024-05-16 16:19:07 +02:00
David Kocik
9435515a8c Resend config to connect on new access token. 2024-05-16 16:19:07 +02:00
David Kocik
df40aecacc New Connect adresses. 2024-05-16 16:19:07 +02:00
David Kocik
cb265cdfee use boost::nowide::fopen to store avatar 2024-05-16 16:19:06 +02:00
David Kocik
44cf71390b Passing uuid from connect webview to connect printerpick
TODO: More sofisticated logic to pass or not pass uuid
2024-05-16 16:19:06 +02:00
David Kocik
76d7af0b05 Add developer panel and error handling to webview dialog 2024-05-16 16:19:06 +02:00
David Kocik
32d2115334 Set user agent to SLIC3R_APP_FULL_NAME 2024-05-16 16:19:06 +02:00
David Kocik
f83213d958 Fix of opening avatar file for write. 2024-05-16 16:19:06 +02:00
David Kocik
2de65cfa6a Do not escape upload path in PrusaConnectNew init_upload 2024-05-16 16:19:06 +02:00
David Kocik
f6e8a1e898 Do not set user agent on webview creation. It caused not loading of the webview edge backend when running 2 different versions of PS. 2024-05-16 16:19:06 +02:00
David Kocik
79a7abeca6 nozzle_diameter changed to printer_variant 2024-05-16 16:19:06 +02:00
David Kocik
859bc9c786 Use printer_variant to compare nozzle diameter in connect printer state.
Do not concider models without nozzle.
2024-05-16 16:19:06 +02:00
Lukáš Hejl
0cfbb5a437 Merge branch 'lh_shrinkage_compensation' 2024-05-14 17:16:38 +02:00
Lukáš Hejl
61cd0beaa9 SPE-2186: Allow to show at the same time both warnings about that bed temperature difference and shrinkage compensation weren't used. 2024-05-14 17:16:23 +02:00
Lukáš Hejl
4b8fe98443 SPE-2186: Add shrinkage compensation into filament settings.
There is a limitation that on multi-tool printers, all used filaments must have the same shrinkage compression values.
2024-05-14 17:16:23 +02:00
Lukáš Hejl
e14ba9d431 SPE-2063: Determine correctly which extruders are used when the object is painted by the multi-material painting gizmo.
During the serialization of TriangleSelector and also during reading serialized painting data from 3MF, we cache all used states in the painted triangle mesh.

Based on this information, we can quickly determine which extruders are used and which don't.
2024-05-14 17:16:23 +02:00
Lukáš Hejl
b425fe459d Rename EnforcerBlockerType to TriangleStateType because we no longer use it just as a blocker or an enforcer. 2024-05-14 17:16:23 +02:00
Lukáš Hejl
13e2af71e1 Use more readable data types for storing triangle splitting information. 2024-05-14 17:15:45 +02:00
Lukas Matena
435b4ddf23 Merge branch 'ys_spe2291' 2024-05-14 08:08:49 +02:00
YuSanka
5d14f25620 WIP to merge with previous commit 2024-05-14 08:08:31 +02:00
YuSanka
7d2c0be4a7 DoubleSlider Improvements:
Added color change on LeftMouseClick on "Plus"
2024-05-14 08:08:31 +02:00
Lukas Matena
5247ebe325 Merge branch 'ys_spe2284' 2024-05-14 08:06:50 +02:00
YuSanka
dfcddc25e7 Fixed set of sprite_id for items inside toolbars 2024-05-14 08:06:16 +02:00
YuSanka
dc78fc5a77 TopBarMenus: Deleted account menu item and set tooltip with user name on Account button
+ Make circle icon for logo
2024-05-14 08:06:16 +02:00
YuSanka
26d52595a8 WIP of Fixing of the re-scaling
+ TopBar: Deleted unused code
2024-05-14 08:06:16 +02:00
YuSanka
95bb0b4748 Follow-up b4c6ec10 : Improved creation ScalableBitmap from .jpg and .png 2024-05-14 08:06:16 +02:00
YuSanka
23e5000904 UnsavedChangesDialog: Unselect custom G-codes by default
(SPE-2238)
2024-05-14 08:04:56 +02:00
Lukas Matena
d8bf4fed18 Merge branch 'lh_ms_seam_improvements' 2024-05-14 07:33:26 +02:00
Lukas Matena
205d9b7acf Removed an obsolete assert 2024-05-14 07:33:07 +02:00
Lukas Matena
ad2a681f97 Merge branch 'lm_heated_chamber_SPE-1901' 2024-05-14 07:14:33 +02:00
Lukas Matena
f881526dc2 Remove the checkbox in Printer Settings. The feature will be turned off by setting zero, so it is consistent with bed temperature. 2024-05-14 07:14:19 +02:00
Lukas Matena
686e1c54bc Updated tooltips 2024-05-14 07:14:19 +02:00
Lukas Matena
7e3e2b577b Added heated_chamber checkbox into Printer Settings 2024-05-14 07:14:19 +02:00
Lukas Matena
8d26de63f3 The new chamber_minimal_temperature parameter is taken into account 2024-05-14 07:14:18 +02:00
Lukas Matena
30e2e20475 Added chamber_minimal_temperature parameter 2024-05-14 07:14:18 +02:00
Lukas Matena
126de4d648 Chamber temperature G-code emission 2024-05-14 07:14:18 +02:00
Morton Jonuschat
32dc167277 [FEATURE] Chamber temperature config option (PR #10649 from @mjonuschat) 2024-05-14 07:14:18 +02:00
Martin Šach
a0d6d9f4c3 Use lower arm length for better seams on spheres 2024-05-13 13:21:42 +02:00
Martin Šach
8ed0614b90 Gracefuly handle cases where the geometetry is not the same as generated perimeters 2024-05-13 11:23:45 +02:00
Martin Šach
9bf4a5f14b Add continuity modifier to seam aligned.
Previously, when searching for the optimal seam candidate, no previous
seams were taken into account. This sometimes led to ugly leaps in the seam
path. Now the visibility of a seam candidate that continues from a
previous seam is reduced, meaning there is a bigger chance it will
be picked.
2024-05-10 10:34:56 +02:00
Lukas Matena
b23fd416c3 Merge fix of SPE-2239 2024-05-06 10:28:44 +02:00
Martin Šach
9a1dcc4720 Handle special seam case of just 2 or 3 perimeters.
If there are only 2 or 3 perimeters on a layer, exactly two of them are
external and just one of them is a hole, then the seams should be
choosen next to each other on the external perimeters.
2024-05-06 10:28:16 +02:00
Lukas Matena
d158c0a4de Merge 'e60b8b1' (SPE-2087) 2024-05-06 10:25:35 +02:00