24015 Commits

Author SHA1 Message Date
tamasmeszaros
9bb5bdb80f Fixing crashes with objects residing at large world coordinate values
fixes issue SPE-1844
2023-08-16 09:59:10 +02:00
tamasmeszaros
62c64fce2d Fix problem with incorrect number of objects in object list after bedfil
fixes for problem reported in SPE-1824 (bug 2.)
2023-08-16 09:59:10 +02:00
tamasmeszaros
0c0a1af1e9 Temporarily disable rotations for wipe tower when arranging
It is problematic due to varying interpretation of rotation in arrange and slicer's wipe tower handling 
fixes SPE-1787
2023-08-16 09:59:10 +02:00
tamasmeszaros
5b9d5b55b6 Disable "brim" offset heuristic for sla objects
Fixes bug 1 in SPE-1824
2023-08-16 09:59:10 +02:00
tamasmeszaros
3455c8cc1a Hide alignment combo on arrange dialog if XL has wipe tower
fixes SPE-1787
2023-08-16 09:59:10 +02:00
tamasmeszaros
e5a067f9ae hide "strategy" combo box
Only "auto" will be used
2023-08-16 09:59:10 +02:00
tamasmeszaros
eae9a76249 Addressing problem with items slightly out of bed due to simplification
solves SPE-1824
2023-08-16 09:59:10 +02:00
tamasmeszaros
b2a2710128 Fix arranging unprintable objects
fixes #10911
fixes SPE-1830
2023-08-16 09:59:10 +02:00
tamasmeszaros
708f58949d Fix newly introduced problem with unsettable zero minimum object dist 2023-08-16 09:59:10 +02:00
tamasmeszaros
c545400b0a fixing sequential print settings not being loaded correctly
SPE-1827
2023-08-16 09:59:10 +02:00
tamasmeszaros
2224ce0ca7 Rename WritableItemTraits to MutableItemTraits
makes more sense, avoids confusion with WritableDataStore
2023-08-16 09:59:10 +02:00
tamasmeszaros
183afab8e7 SimpleArrangeItem now usable with arrange tasks
For future comparisons and measurements
2023-08-16 09:59:10 +02:00
tamasmeszaros
355b869e0d Remove unfinished outline caching code 2023-08-16 09:59:10 +02:00
tamasmeszaros
ace6cb1f78 Complete test for vbed involvement 2023-08-16 09:59:10 +02:00
tamasmeszaros
eb08a84290 Fix for broken arrange introduced in b7d79b1b9 2023-08-16 09:59:10 +02:00
tamasmeszaros
08e10ec98f Add test involving simple arrange on vbeds 2023-08-16 09:59:10 +02:00
tamasmeszaros
dc8008bcb8 Fix failing back-fitting of single selected items when rotations enabled 2023-08-16 09:59:10 +02:00
tamasmeszaros
e4a1df0add Fix failing tests 2023-08-16 09:59:10 +02:00
tamasmeszaros
2730d2e14f Remove unneeded check from fill bed test 2023-08-16 09:59:10 +02:00
tamasmeszaros
e90f9e7088 Usable workaround for missing items when filling the bed 2023-08-16 09:59:10 +02:00
tamasmeszaros
9c7fd4f692 Implement correct centroid in DecomposedShape 2023-08-16 09:59:10 +02:00
tamasmeszaros
ccc7009719 Add more comments to Scene.hpp 2023-08-16 09:59:10 +02:00
tamasmeszaros
ea62d7b8fb Fix SLA crash 2023-08-16 09:59:10 +02:00
tamasmeszaros
8db0f20516 WIP on outline caching 2023-08-16 09:59:10 +02:00
tamasmeszaros
c360f4c70d Fix libnest2d cmake script on older cmake versions 2023-08-16 09:59:10 +02:00
tamasmeszaros
0b31ef6e1e Beginning of arrange gen2 2023-08-16 09:59:10 +02:00
enricoturri1966
271d297bb8 Updated LibBGCode.cmake to download newer version of libbgcode 2023-08-16 09:14:08 +02:00
Filip Sykala - NTB T15p
9ef9f10caf Merge branch 'master' into fs_dir_per_glyph_SPE-1597 2023-08-15 20:34:18 +02:00
YuSanka
a386d092b7 CutGizmo: Set "emission_factor" for shader, when rendering GLModels
to avoid flickering of the connectors on change camera view
2023-08-15 14:37:00 +02:00
YuSanka
6671413023 Fix for SPE-1843 - PresetComboBoxes on Settings Tabs doesn't revert the selection, when "Cancel" button is clicked in UnsaveChangesDilalog
This bug was caused by mistakenly commented line of code in 9e4859ebbf
2023-08-15 10:39:51 +02:00
enricoturri1966
184fad3d8e Follow-up of cfb09222dcd5948d1841ff05736ff3068acd65c6 - Change git url to simple zip url for LibBGCode 2023-08-14 17:37:08 +02:00
Filip Sykala - NTB T15p
06df953ebf Merge branch 'master' into fs_dir_per_glyph_SPE-1597 2023-08-14 13:51:11 +02:00
Filip Sykala - NTB T15p
0cda6ddc17 Fix:
../src/slic3r/GUI/TextLines.cpp:27:24: warning: ‘const Slic3r::Polygon* {anonymous}::largest(const Polygons&)’ defined but not used [-Wunused-function]
../src/slic3r/GUI/TextLines.cpp:74:10: warning: variable ‘calc_norm’ set but not used [-Wunused-but-set-variable]
2023-08-14 13:51:00 +02:00
enricoturri1966
0b6ab8359a Removed unused parameter 2023-08-14 13:18:25 +02:00
enricoturri1966
cfb09222dc LibBGCode.cmake modified to download library from latest commit 2023-08-14 13:15:48 +02:00
YuSanka
f79f2557d6 Revert of 88dbb2db6c6a48a449bb13b5425431f28eee8e0c
+ Fix for SPE-1835 : Scaling one part of an object after cutting with connectors, when open Scale gizmo with "S"-shortcut.
2023-08-14 12:19:14 +02:00
enricoturri1966
d9d771c268 Merge branch 'master' of https://github.com/Prusa-Development/PrusaSlicerPrivate into et_spe1784_binary_gcode 2023-08-14 09:55:45 +02:00
enricoturri1966
98be146fa9 Some code semplification 2023-08-14 09:55:00 +02:00
enricoturri1966
8e391d00da Changes required by update of libbgcode library interface 2023-08-14 09:38:22 +02:00
Filip Sykala - NTB T15p
6ab3963d83 Merge branch 'master' into fs_dir_per_glyph_SPE-1597 2023-08-14 08:14:23 +02:00
Filip Sykala - NTB T15p
7f647c49f5 Special case of mirror when emboss gizmo is opend 2023-08-14 08:14:07 +02:00
YuSanka
836a70f4b2 Merge remote-tracking branch 'origin/ys_cut_rivets' into master 2023-08-11 16:05:44 +02:00
YuSanka
840f1b0ea9 Cut: Experiment: Fixed a variable declaration of m_cut_matrix, which caused an ASAN-crash 2023-08-11 15:58:08 +02:00
YuSanka
49ed94ff77 CutGizmo: TaG mode: Fix of volume relation to upper/lower object when whole volume is over a cut plane 2023-08-11 10:09:31 +02:00
enricoturri1966
0bea17c128 Preview and GCodeViewer: removed file mapping for gcode window visualization + Fixed build on non Windows OSs 2023-08-11 09:20:27 +02:00
YuSanka
b213ff01d4 CutGizmo: Next bug-fixing:
* Performance during drawing of the cut line. Recalculate cut only when Mouse button is up.
* Reset button for Depth / Width modification + tolerance
2023-08-10 16:40:20 +02:00
YuSanka
8a1a5d2259 GalleryDialog: Fixed a memory leak 2023-08-10 15:06:54 +02:00
YuSanka
e241e905ec CutGizmo: Manually cherry-picked 6dbbbfea7a.
This changed fixed cut for mirrored object
2023-08-10 14:52:20 +02:00
Filip Sykala - NTB T15p
d8c7513668 Merge branch 'master' into fs_dir_per_glyph_SPE-1597 2023-08-10 14:01:03 +02:00
Filip Sykala - NTB T15p
803c442927 Re projection of text outside of emboss gizmp 2023-08-10 14:00:49 +02:00