24301 Commits

Author SHA1 Message Date
august.chi
eb3ba133a3 add a new machine named M5C for ankermake
Signed-off-by: august.chi <august.chi@anker-in.com>
2023-12-08 13:57:57 +08:00
tamasmeszaros
dea433611d Merge branch 'tm_fix_gcc_crash' 2023-12-07 16:03:38 +01:00
tamasmeszaros
7975dfab26 Add comments, remove some redundant template fiddling
Also make ThreadSafeQueueSPSC not copyable and non movable
2023-12-07 15:42:17 +01:00
Martin Šach
33d5b4d60b Fix missing header in GLGizmoCut 2023-12-07 15:36:34 +01:00
tamasmeszaros
155b152637 Fix crash in gcc on Linux 2023-12-07 15:23:28 +01:00
Martin Šach
01502f6a14 Fix SPE-2068: Helical layer changes out of bed bounds. 2023-12-07 14:58:49 +01:00
enricoturri1966
c40284a4cd Merge branch 'master_27x' of https://github.com/Prusa-Development/PrusaSlicerPrivate into master_27x 2023-12-07 14:56:43 +01:00
enricoturri1966
e27d5cdc71 SPE-2079: Fixed wiggling of Rotate gizmo when moving an object 2023-12-07 14:56:18 +01:00
YuSanka
0d13755c90 New ComboBox : Fix for #11817 - Arrow keys advance Preset Listboxes but do not activate the Preset or update Preset Values 2023-12-07 14:52:55 +01:00
Filip Sykala - NTB T15p
f31d7f1d8c Fix checking is volume svg 2023-12-07 14:45:20 +01:00
Martin Šach
466ac9105e Fix: Spiral vase missing perimeter 2023-12-07 14:45:08 +01:00
YuSanka
83a277b0c5 Fix for #7799 : Switching tabs with Ctrl+Shift+Tab collapses sidebar 2023-12-07 09:44:41 +01:00
YuSanka
200f4073c8 MSW specific: Fixing by Windows repair algorithm of cut objects if it's needed.
Related to issues #7243
2023-12-07 09:44:15 +01:00
Lukas Matena
ec40931389 Bumped up version to 2.7.2-alpha0 2023-12-07 09:32:29 +01:00
Lukas Matena
082da86f25 Bumped up version to 2.7.1-rc0 2023-12-07 09:31:47 +01:00
tamasmeszaros
ca824e095e Trying to fix hanging job tests on windows
The issue might be that the worker's m_running flag is not set atomically. It is possible that the finalize message is pushed and is consumed before setting the running flag to false. See the loop in BoostThreadWorker::run
2023-12-06 17:01:40 +01:00
Martin Šach
c3132e91c8 Fix SPE-2068: Helical layer change generating travels out of bounds. 2023-12-06 10:50:13 +01:00
Martin Šach
e298593a2e Refactor: Separate gcode generator layer changes utilities to a file. 2023-12-06 09:49:56 +01:00
Martin Šach
1ec4cbe2d6 Add forgotten header guards 2023-12-06 09:49:56 +01:00
Martin Šach
e13d3cdbf2 Refactor: Move gcode travel utils to a separate file. 2023-12-06 09:49:56 +01:00
Martin Šach
2175fc3f4d Fix lift before obstacle over multiple instances. 2023-12-06 09:49:56 +01:00
dylan
eda688bf18 update end gcode 2023-12-05 18:27:19 +08:00
Martin Šach
0a032dd1c2 Fix: Invalid assert in SupportSpotsGenerator 2023-12-05 10:12:48 +01:00
enricoturri1966
62ff444a1e #11821: Fixed bug in generation of volumes in pre-gcode view for brim/skirt elements, thanks to @supermerill 2023-12-05 09:48:24 +01:00
enricoturri1966
bf3772d68a #11617 - Fixed calculation of camera's tight frustrum around box (SPE-2023) 2023-12-05 08:42:29 +01:00
YuSanka
4bbe6e21d0 Fix for #7799 : Switching tabs with Ctrl+Shift+Tab collapses sidebar 2023-12-04 14:45:36 +01:00
YuSanka
af81420214 MSW specific: Fixing by Windows repair algorithm of cut objects if it's needed.
Related to issues #7243
2023-12-04 11:14:30 +01:00
Martin Šach
82efbd6143 Update clang-format to avoid excessive white space. 2023-12-04 10:14:33 +01:00
Martin Šach
f6efd3a501 Fix: Spiral vase missing perimeter 2023-12-04 10:03:34 +01:00
Filip Sykala - NTB T15p
1c0fbe7ff4 Merge branch 'master_27x' of https://github.com/Prusa-Development/PrusaSlicerPrivate into master_27x 2023-12-04 09:41:14 +01:00
Filip Sykala - NTB T15p
4b432917b4 Merge branch 'master_27x' into fs_fix_SPE-2058 2023-12-04 09:35:17 +01:00
Martin Šach
e8064cdb14 Refactor: SupportSpotsGenerator integrals implementation improvements.
Split Integrals constructor to accept polygon and polygons.
Add operator+(Integrals, Integrals).
Make sure extrusion extraction for integral calculation throws in invalid case.
2023-12-01 09:28:21 +01:00
Martin Šach
782fa47791 Remove usage of polygons_covered_by_width.
In SupportSpotsGenerator there is a need to compute integral over
extrusions.
The mentioned function is slow for this use case. As it solves a harder
problem.
It is better to iterate the extrusion lines directly.
2023-12-01 09:28:21 +01:00
YuSanka
dad1f2727c Follow-up 34848f0f : fixed non-MSW build 2023-11-30 15:26:20 +01:00
YuSanka
dd20cc5750 StatusBar: Removed commented code 2023-11-30 15:26:20 +01:00
YuSanka
818bb91449 Plater refactoring
* Extract unrelated functions
2023-11-30 15:26:20 +01:00
YuSanka
feac3b62ed Sidebar: Next refactoring and beautification
+ Deleted long time unused or commented code
+ Some unrelated functions are moved from Plater to Sidebar
2023-11-30 15:26:20 +01:00
YuSanka
69650f703d Plater refactoring:
* Sidebar and related classes are extracted to separate file.
* Frequently changed parameters are extracted to separate file too.
2023-11-30 15:26:20 +01:00
YuSanka
fa86a3d047 Searcher related refactoring:
* Searcher moved form Plater to Gui_App
2023-11-30 15:26:20 +01:00
YuSanka
9926181008 OptionsGroup : Refactoring
* Don't use "m_"prefix for public members
* Move change_opt_value() function from GUI to OptionsGroup
2023-11-30 15:26:20 +01:00
YuSanka
bbbeedf1ce DiffPresetDialog: Refactoring.
Move logic of a processing of selected options to owned dialog instead of MainFrame.
2023-11-30 15:26:20 +01:00
Lukas Matena
e9fb61b8aa Bumped up version to 2.8.0-alpha0 2023-11-30 14:31:36 +01:00
Lukas Matena
9587394a18 Bumped up version to 2.7.1-alpha0 2023-11-30 14:29:11 +01:00
dylan
09481c7d2d Update Snapmaker profiles
- Add more Snapmaker printers and filaments
2023-11-30 21:06:38 +08:00
Filip Sykala - NTB T15p
048206feb6 Fix checking is volume svg 2023-11-27 10:43:12 +01:00
Lukas Matena
c54c4d0a1f Bumped up version to 2.7.0 version_2.7.0 2023-11-23 15:51:47 +01:00
Lukas Matena
a99dd7b00b Fixed a crash in GCodeViewer (SPE-2052, #11728) 2023-11-23 15:49:25 +01:00
YuSanka
0a1e4758a1 Fix for #11727 : 2.7.0-rc2 Import ConfigBundle not pulling in all physical printers 2023-11-23 15:48:04 +01:00
YuSanka
b3a2bac980 Fix for SPE-2051 : ConfigWizard: Wrong update of filaments after selection new printer and press "Finish" 2023-11-22 09:38:33 +01:00
Lukas Matena
3284959e1f Bumped up version to 2.7.0-rc2 version_2.7.0-rc2 2023-11-21 13:30:33 +01:00