25186 Commits

Author SHA1 Message Date
Lukas Matena
bd6b570e95 Merge branch 'dk_login' 2024-06-21 14:56:29 +02:00
YuSanka
4b352d8ff6 ConfigWizard: Update of "Configuration sources" page, when user is logged from "Login" page
+ Fixed some conflicts after "Login" page implementation
2024-06-21 14:55:56 +02:00
David Kocik
68003fa119 Init PageUpdateManager change 2024-06-21 14:55:56 +02:00
David Kocik
09dc8f01de delete registration code 2024-06-21 14:55:56 +02:00
David Kocik
c4bc5ef0b0 Improved text 2024-06-21 14:55:56 +02:00
David Kocik
bb64571751 embed=1 and language code in url 2024-06-21 14:55:56 +02:00
David Kocik
b60fb76a4b Login in config wizard 2024-06-21 14:55:56 +02:00
David Kocik
fd205c937c login logout dialog 2024-06-21 14:55:56 +02:00
David Kocik
b2e80bd5be prototype of inner login dialog 2024-06-21 14:55:56 +02:00
David Kocik
0af38e5507 test of login webview 2024-06-21 14:55:56 +02:00
David Kocik
0abd4a0ae0 missing includes 2024-06-21 14:55:56 +02:00
David Kocik
5bb95e8a3e enlarge index_db with indicies in vendor 2024-06-21 14:52:04 +02:00
YuSanka
97d82a0d57 DoubleSliderForLayers Improvements:
* Set "Show estimated print time on mouse moving" on true by default
* Back ported Ruler
* Fix for "Add" button
* Show move line on ruler
2024-06-21 14:12:28 +02:00
YuSanka
102ff4a40e Updated splash screen 2024-06-21 12:52:03 +02:00
YuSanka
afad881500 RepositoryUpdateUIManager: Fixed Error messages 2024-06-20 16:27:08 +02:00
enricoturri1966
0602723695 SPE-2359: Added speed and volumetric flow rate to imgui vertex properties dialog (#12840) 2024-06-20 16:06:47 +02:00
Lukas Matena
63eb6b7ddc Merge branch 'ys_spe2352' 2024-06-20 16:05:35 +02:00
YuSanka
c97b1b16c8 Fixes for some phrases. 2024-06-20 16:05:21 +02:00
YuSanka
ccda2ef716 TopBarMenus: Remove "Remember me" item 2024-06-20 16:05:21 +02:00
YuSanka
7ec2f3439a TopBar: Show/Hide "Log in" button in respect to the Preferences settings
(SPE-2352)
2024-06-20 16:05:21 +02:00
Lukas Matena
87d7f9fe7f Merge branch 'fs_SPE-2117' 2024-06-20 16:01:49 +02:00
Filip Sykala - NTB T15p
ab7dbe364e Fix: rotation was not applied on model, when use rotation drag and do not use function per_glyph or use_surface 2024-06-20 16:01:32 +02:00
Filip Sykala - NTB T15p
1a0a83f07a Fix infinit loop shape creation (char gap, line gap, boldness)
appear when emboss job throw error - e.g. no volume
(no symbol in font for current text: english text and Japanese font without english symbols)
2024-06-20 16:01:32 +02:00
Filip Sykala - NTB T15p
a375812427 Fix multiple initialization of same cache from different threads 2024-06-20 16:01:32 +02:00
Filip Sykala - NTB T15p
117df63061 Fix skew real time preview 2024-06-20 16:01:32 +02:00
Filip Sykala - NTB T15p
0e1664be40 Fix disabling per_glyph 2024-06-20 16:01:32 +02:00
Filip Sykala - NTB T15p
0767d56fb1 Add volume transformation into Update volume data - which is used only for style change at the moment
It will be fine to unify filnal volume transformation when it is used together with use surface
2024-06-20 16:01:32 +02:00
Filip Sykala - NTB T15p
108e201ec7 SPE-2117
Fix embossing text PerGlyph stored in style (initialize per glyph on backend)

Separate draw of advanced input.
Fix generate of preview rotation(with "per glyph" or "use surface")
Fix per glyph orientation is calculated from glyph width.
(not fixed 5mm - better result on edges)
Add Cancel job before check that value is changed.
Remove "FontPoint" units from GUI (use mm or in)
Change range for boldness values
2024-06-20 16:01:32 +02:00
YuSanka
352e71e5a8 Fix for SPE-2260 : Saving a modified preset with another name that matches an existing preset does not used actual saved preset. 2024-06-20 14:58:42 +02:00
Martin Šach
5f843cc934 Fix #12469 - crash caused by bridge expansion.
Handle a very rare case in which the algorithm picks a wrong
polygon for expansion seed.
2024-06-20 14:57:03 +02:00
enricoturri1966
443879d798 SPE-2219 - Added loading progress bar in GCodeViewer 2024-06-20 14:55:16 +02:00
Lukas Matena
7db176ac84 Merge branch 'ms_fix_nearest_corner_seam' 2024-06-20 14:53:49 +02:00
Martin Šach
01148fc134 Fix includes 2024-06-20 14:53:13 +02:00
Martin Šach
33e57827bc Fix neares corner seam picking 2024-06-20 14:53:13 +02:00
Lukas Matena
5998e2f78d Fixes in phrases 2024-06-18 14:48:05 +02:00
Martin Šach
2b667ffb6b Add two parameters for infill speed limiting.
One for infills that cross itself and one for the others.
2024-06-18 08:01:25 +02:00
Lukas Matena
0e175136cf Merge branch 'lh_arachne_crash' 2024-06-18 07:50:13 +02:00
Lukáš Hejl
669c931b77 SPE-2298: Fix crash caused by a numerical issue during testing if a Voronoi vertex is inside a corner of a polygon. 2024-06-18 07:50:04 +02:00
Lukáš Hejl
c44ffed475 SPE-2298: Add detection of Voronoi diagram with parabolic edge without a focus point. 2024-06-18 07:50:04 +02:00
Lukáš Hejl
4de0fdebda Enable most of the Voronoi diagram test cases because most of them are correctly detected and handled. 2024-06-18 07:50:03 +02:00
Lukáš Hejl
34d9b0678b Add missing header guards to VoronoiVisualUtils. 2024-06-18 07:50:03 +02:00
Lukáš Hejl
aaf14f94bb SPE-1838: Remove custom supports, seams, and multi-material painting from an embossed text when the geometry of the embossed text changes. 2024-06-17 12:27:50 +02:00
Lukas Matena
8601d829d7 Bumped up version to 2.8.0-alpha5 version_2.8.0-alpha5 2024-06-14 23:54:48 +02:00
YuSanka
35c520f4d3 Localization: Updated POT 2024-06-14 17:51:39 +02:00
Roman Tyr
d11ac960e7 2.8.0 profiles 2024-06-14 16:33:50 +02:00
David Kocik
e2ebedfe5e Profiles: Change config_update_url 2024-06-14 15:58:08 +02:00
David Kocik
34867f1de3 remove debug log 2024-06-14 15:58:08 +02:00
Lukas Matena
b67683fa26 Merge branch 'dk_archive_db_rebased' 2024-06-14 15:53:21 +02:00
Lukas Matena
df914f01d1 Merge branch 'master' into dk_archive_db_rebased 2024-06-14 15:53:06 +02:00
Lukas Matena
9f68224c45 Remove some unused code 2024-06-14 15:52:13 +02:00