25910 Commits

Author SHA1 Message Date
Lukas Matena
c24e9fdfed Multiple beds (part 5):
- nicer active / virtual bed visualization
- select bed by left mouse click
- bed selector only shows in preview
2024-11-20 13:36:13 +01:00
Lukas Matena
9035caa337 Multiple beds (part 4): Thumbnails (buttons, G-codes) 2024-11-20 13:36:13 +01:00
Lukas Matena
e88c625567 Multiple beds (part 3):
- reload preview when beds are switched
- only show one bed in preview
- move the preview so it ends up in the same place as in 3D scene
- move the camera when switching beds in Preview
2024-11-20 13:36:13 +01:00
Lukas Matena
7da3ce6961 Multiple beds (part 2):
- Vectorizing Print, SLAPrint and GCodeProcessorResult
- Connect multiple beds to background slicing process
- TODO: A lot of code (notifications, etc.) commented-out.
2024-11-20 13:36:12 +01:00
Lukas Matena
accc4ce266 Multiple beds (part 1):
- create new bed when a volume is dragged into it
- limit maximum number of beds
- keep track of which ModelInstances are on which bed
- show list of beds and allow selecting an active one
- move objects from active bed to the first bed when passing Model to Print::apply (and back)
2024-11-20 13:36:12 +01:00
David Kocik
9302cb10ae Add CORE to supported printers 2024-11-20 12:51:38 +01:00
Lukas Matena
d45bce5254 Merge branch 'dk_expired' 2024-11-20 11:04:45 +01:00
David Kocik
ad621750ea delete old code 2024-11-20 10:23:23 +01:00
David Kocik
0503733694 Fix of sending refreshed token to Connect
Improved timeout logic
2024-11-20 10:09:12 +01:00
David Kocik
5ba8f21c77 SPE-2570: Refresh access token if Printables fire accessTokenExpired event
Add fancy loading overlay during refresh period

missing include
2024-11-20 10:08:49 +01:00
David Kocik
ce5008cc8d SPE SPE-2566: Load loading screen on webview panels first to prevent using webview context before it is initilized
do remove_request_authorization only once
2024-11-20 09:44:00 +01:00
David Kocik
3bdaef4910 SPE-2561: Printables Print dialog
Fix of opening webview dialog from webview panel

CLOSE_DIALOG connect action

Login on logged out Print request

Register CLOSE_DIALOG callback.

refactoring
2024-11-20 09:43:59 +01:00
David Kocik
668d73b2ea SPE-2563: URL-encode and decode filenames to fix wide chars in javascript 2024-11-20 09:43:28 +01:00
rtyr
c6da4c1b0c Snapmaker 2.0.2 2024-11-20 08:31:27 +01:00
rtyr
a244b6a5e0 2.1.2 Sync with PrusaSlicer-settings-prusa-fff 2024-11-20 08:26:37 +01:00
Martin Šach
90c1a5df99 Fix current z when moving to wipe tower 2024-11-20 07:53:58 +01:00
Lukas Matena
fac23c17d2 Merge branch 'lm_jb_osx_quick_quit_crash_fix' (SPE-2560) 2024-11-20 07:52:38 +01:00
Lukas Matena
2be3c9f867 Couple more ad-hoc fixes for crashes on startup 2024-11-20 07:52:10 +01:00
Jan Bařtipán
d2bed746b0 Fixed crash while quitting just after app start (happening on OSX), the app.plater_ setting to nullptr removed, AppUpdater: checking if app instance still exist before event queueing 2024-11-20 07:52:10 +01:00
YuSanka
0a57de800c ConfigWizard: Allow to install and select SLA printer preset, when multipart object is in on the bed.
However, it is still not impossible to select an SLA printer when the object has a modifier.
For this case info dialog will be shown.

+ Model: Deleted model_has_multi_part_objects()

SPE-2547
2024-11-20 07:50:15 +01:00
Lukas Matena
6d19776942 Merge branch 'ms_fix_xyz_travel_speed' (SPE-2493) 2024-11-20 07:48:14 +01:00
Martin Šach
a59ca08e0b Round down interpolated z speed (SPE-2493) 2024-11-20 07:47:35 +01:00
Martin Šach
7d7813243b Use writter m_pos to determine previous position for xyz travel 2024-11-20 07:47:32 +01:00
YuSanka
1e65bf8d23 Updated splashscreen 2024-11-19 11:00:27 +01:00
Lukas Matena
463bb083e5 Merge branch 'jb_profile_name_and_version_in_gcode' 2024-11-18 23:48:26 +01:00
Jan Bařtipán
4a800ab363 Updated libbgcode version to include profile_version and produced_on coversion 2024-11-18 23:48:09 +01:00
Jan Bařtipán
e5e8f940db SPE-2461: GCode add more info to be used in connect/slicer analytics: introduced profile_vendor, profile_version in slicer block (bgcode) or preset parameters dump (ascii gcode) + added "Produced on" key in file block (bgcode) 2024-11-18 23:47:56 +01:00
YuSanka
0c4aab4b5a Fix for DnD of several files, when 3mf or zip is/are among selection (SPE-2528) 2024-11-18 23:43:59 +01:00
Lukas Matena
bce841ae62 Merge branch 'ys_spe2519' 2024-11-18 23:42:09 +01:00
Lukas Matena
a666effea7 Compilation fixes, renamed CutObjectBase to CutId 2024-11-18 23:41:31 +01:00
Lukas Matena
fd0e9b1597 Changed the way random numbers are generated 2024-11-18 23:41:31 +01:00
Lukas Matena
3913f5c49e Moved into Model.hpp 2024-11-18 23:41:31 +01:00
Lukas Matena
5cd697bdc2 Refactor CutID - first part (SPE-2519) 2024-11-18 23:40:50 +01:00
David Kocik
c3ca39d5c5 Possible fix of #12969 #13046 2024-11-18 23:38:15 +01:00
Martin Šach
03e0957f21 Improve config dir detection.
- Specific to linux.
- If the current config dir is not $HOME/.config dir check the
  $HOME/.config dir for previous existing configs.
- Targeted on flatpak where the config dir is configured using
  $XDG_CONFIG_HOME and is not in $HOME, where it will trigger
  a prompt for config migration.
2024-11-18 23:35:19 +01:00
Lukas Matena
7cc94a31e5 Merge branch 'lh_mm_gizmo' 2024-11-18 23:33:52 +01:00
Lukáš Hejl
17c3e31f72 SPE-2003: Several improvements to multi-material painting gizmo. 2024-11-18 23:33:40 +01:00
Lukáš Hejl
72f47f7963 Optimize painting using single triangle brush.
Especially on the detail models, painting using the single triangle brush is noticeably faster.
2024-11-18 23:33:40 +01:00
Lukáš Hejl
8cd2e8264a Fix a few MSVC compiler warnings. 2024-11-18 23:33:40 +01:00
Lukáš Hejl
d25ceeeb7a SPE-2003: Add an option to limit selection by the bucket fill using the angle between triangles.
Also, it adds to the bucket fill the automatic selection of tiny triangles even if they exceed the angle limit.
2024-11-18 23:33:40 +01:00
Lukáš Hejl
e672072071 SPE-2003: Implement the height range tool into the multi-material painting gizmo.
The height range tool is inspired by BambuStudio.
2024-11-18 23:33:40 +01:00
Lukáš Hejl
535cbb2567 SPE-2003: Improve the smart fill in the multi-material painting gizmo to automatically select tiny triangles even if they exceed the angle limit. 2024-11-18 23:33:40 +01:00
Lukáš Hejl
f253822707 Small refactoring of Cursors in TriangleSelector. 2024-11-18 23:33:40 +01:00
Lukáš Hejl
d23e114aed Fix clang warnings in the painting gizmos. 2024-11-18 23:33:40 +01:00
Lukáš Hejl
6d53b34efc Fix very short sliders in the FDM support painting gizmo.
It was broken by ad1510a30c3ebb29ef5118dbac40e0b5b023f6ed.
2024-11-18 23:33:40 +01:00
Lukáš Hejl
2879f92cab Fix the painting gizmos overlaps the view toolbar. 2024-11-18 23:33:40 +01:00
Lukáš Hejl
8f5bf424b5 SPE-2550: Prioritize ALT key over Control key in painting gizmos.
On Windows Right ALT key could be reported as Left ALT + Control.
In such cases, we want to prioritize ALT over Control.
2024-11-15 00:36:38 +01:00
Martin Šach
f1027116e7 Try to fix flatpak arm build.
Flatpak arm build seems to fail on precision in a single test.
Allow for bigger margin.
2024-11-12 17:50:32 +01:00
Martin Šach
092721ab0a Add virtual destructor to MultiPoint
MutliPoint is beeing inherited from.
2024-11-12 15:32:37 +01:00
YuSanka
fae52557cc Tab: Fixed update of extruders_filaments after filament renaming
Fix for #13554 - Renaming a filament preset with parentheses causes incompatible profiles to appear
(SPE-2556)
2024-11-12 15:27:03 +01:00