25360 Commits

Author SHA1 Message Date
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
Lukas Matena
07032d971d Merge branch 'lm_med' 2024-06-14 15:32:18 +02:00
Lukas Matena
dcde3148a5 Fixed loading of SLA archives when path contains non-ASCII characters 2024-06-14 15:32:10 +02:00
Lukas Matena
b6f1a8e8db Only allow loading of printRequest in SLA mode (to prevent a crash) 2024-06-14 15:32:10 +02:00
David Kocik
c31647f3ac Sla material info text in wizard with link 2024-06-14 15:32:10 +02:00
tamasmeszaros
ac2580caf0 SLA z correction:
first SLA Z correction prototype

Change Z correction controlling parameter to integer layer count

Add z correction mm conversion text as description label under Z correction

Fixed a crash when switching pages in material tab
2024-06-14 15:32:10 +02:00
Lukas Matena
9c0cb3b47c printrequest implementation:
printrequest reader WIP
Co-authored-by: David Kocik <kocikdav@gmail.com>

transformation matrix loading

Loading filaments from printRequest

Conversion of string to double

Reading PrintRequest when material not installed

empty tree check + allow printrequest for mac

PrintRequest: Set print profile if current doesnt have compatible sla material

followup fix of c24477cd10d92de00874504be434872d49a20ec9

Fix compile error on gcc
2024-06-14 15:32:10 +02:00
Lukas Matena
9e2ecb4607 Merge branch 'mmm' 2024-06-14 15:26:19 +02:00
Lukas Matena
f2f78f9d9f Merge remote-tracking branch 'private/master' (sync) 2024-06-14 15:25:59 +02:00
Lukas Matena
ee1b19c023 Sync to 7c9b848:
this obliterates all changes made between 2.7.4 and 2.7.5-rc1.
All the changes are already in 2.8.x as of 7c9b848.
We need this so that 2.7.5-rc1 (public/master) -> 2.8.0-alpha5 is a fast-forward.
2024-06-14 15:23:47 +02:00
Lukas Matena
7c9b848622 Merge branch 'ms_improve_seam_rear' 2024-06-14 14:56:15 +02:00
Martin Šach
f6396f59e9 Refactor seams - due to new rear implementation shells are now only required for aligned seams. 2024-06-14 14:55:50 +02:00
Martin Šach
7d6563641c Change implementation of rear seam.
Use line distancer to obtain the nearest line to a rear point.
Be smart about choosing the rear point.
2024-06-14 14:55:50 +02:00
Martin Šach
badd01b65d Make nearest seam position choose from corners first if there are any 2024-06-14 14:54:19 +02:00
Lukas Matena
65f1a25854 Merge branch 'dk_timer' 2024-06-14 14:28:21 +02:00
David Kocik
5c7ba0d879 Fix Physical Printers default address of Connect 2024-06-14 14:28:02 +02:00
David Kocik
42e222d8db Allow upload only to Prusa printers and inherited 2024-06-14 14:28:02 +02:00
David Kocik
3a1f47e69d Do not poll printers when not top window 2024-06-14 14:28:01 +02:00
David Kocik
2e0cb6a9be Do not allow url ouside connect and backbutton back to loading in connect tab. 2024-06-14 14:28:01 +02:00
David Kocik
31088cc139 Stop timers in destructor.
Fix of crash when changing lang.
2024-06-14 14:28:01 +02:00
David Kocik
de6f111eb6 Open url from Connect in external browser 2024-06-14 14:28:01 +02:00
David Kocik
43620b8dde Pass data json from Connect FE to upload.
Parse filename and return it back to the json in correct form.
2024-06-14 14:28:01 +02:00
David Kocik
a03facbeb4 Revert dev adressess 2024-06-14 14:28:01 +02:00
David Kocik
41974d6a8f Revert not sending Access token on REQUEST_CONFIG
RunScript -> RunScriptAsync
2024-06-14 14:28:01 +02:00
David Kocik
c1bff16325 Do not send access token by script and minor changes in WebviewPanel 2024-06-14 14:28:01 +02:00
Jan Bařtipán
7204a0e77b WebView and Connect integration: implemented logout flow via /slicer/logout 2024-06-14 14:28:01 +02:00
Jan Bařtipán
850ac19167 WebView and Connect integration: implemented login ceremony via /slicer/login request (and alternative disabled one with fetch function overriding); all stored JWT tokens merged into single secret store record to reduce number of login dialogs appearances when new app is run for first time on Mac. 2024-06-14 14:28:01 +02:00