13 Commits

Author SHA1 Message Date
Martin Šach
5199d8fb48 Arrange: Move arrange into separate cmake targets
- Create a slicer specific arrange target
- Create a general arrange target from the arrange core
2024-11-20 16:04:15 +01:00
Martin Šach
3e33631abf Arrange: Use arrange for multiple beds.
- Support multiple wipe towers
- Arrange to grid directly within the arrange algorithm
- Suporrt arranging just the current bed
- Support fill bed with instances
- Add arrange selected on current bed
- Add arrange current bed keyboard shortcuts
- Fix cut not arranging properly (set instance bed after cut to the active bed, use arrange current bed selection only after cut)
- Fix shift-D on arrange
- Add window with options to the bed arrange button
2024-11-20 16:04:15 +01:00
Lukas Matena
a42223f963 Merge branch 'master_27x' 2024-01-26 13:07:19 +01:00
tamasmeszaros
e24be7891e FIxed the issue but TMArrangeKernel needed changes
fixing object function not favoring existing pile to stick to

Trying to fix problem with shit+arrange not sticking to existing objects
2024-01-17 14:42:17 +01:00
tamasmeszaros
f85061d737 Remove commented trash test code 2023-12-19 13:23:11 +01:00
tamasmeszaros
b0333ef761 Fix arrange test warnings on msvc 2023-10-02 12:52:45 +02:00
tamasmeszaros
0482f79dd8 3rd try for fixing tests on RPI 2023-08-30 11:45:02 +02:00
tamasmeszaros
8e875242ae Another try for fixing tests on RPI 2023-08-30 09:35:57 +02:00
tamasmeszaros
3277b5ee06 Fix compilation on in VS 2019 in certain environments
MSVC crashes when compiling
Thanks to @enricoturri1966 for reporting and fixing
2023-08-17 19:31:19 +02:00
tamasmeszaros
90a7bc929c Exclude tests marked as Slow from ctests 2023-08-16 16:47:47 +02:00
tamasmeszaros
2224ce0ca7 Rename WritableItemTraits to MutableItemTraits
makes more sense, avoids confusion with WritableDataStore
2023-08-16 09:59:10 +02:00
tamasmeszaros
e4a1df0add Fix failing tests 2023-08-16 09:59:10 +02:00
tamasmeszaros
0b31ef6e1e Beginning of arrange gen2 2023-08-16 09:59:10 +02:00