YuSanka
9cb9d3e90c
ComboBoxes: The left/right arrow behaves like cursor navigation when the control is editable.
2023-11-02 14:42:54 +01:00
YuSanka
8bd5243b2b
Fixed issues for new ComboBoxes:
...
* Navigation using Up/Down Arrows.
* Selection of first element which is started from input letter.
* OSX specific: Revert slider step to 1.
* Linux specific: Implemented possibility to use Up/Down & Left/Right arrows to navigate inside DropDown.
2023-11-02 14:42:38 +01:00
YuSanka
38b75d1ad2
Fix for #11566 - Preferences missing a scrollbar
2023-11-02 14:27:35 +01:00
Lukas Matena
577ba762e3
Fix of #11569 : EXCLUDE_OBJECT_DEFINE showing instead of OctoPrint comments
2023-11-02 14:04:01 +01:00
Lukas Matena
9ca4017a8d
Merge branch 'lm_total_toolchanges'
2023-11-02 14:00:27 +01:00
Lukas Matena
97714d6f8f
Fix part of SPE-1956: Toolchanges count incorrect when wipe tower is disabled
2023-11-02 13:59:53 +01:00
Lukas Matena
4b4c208ed2
Fix an infinite loop when slicing after wipe tower is disabled
2023-11-02 13:59:22 +01:00
Lukas Matena
8760748cd2
Wipe tower: remove the toolchange index from the final purge,
...
it is not a toolchange and the indexing does not match total
number of toolchanges, which is misleading
2023-11-02 13:58:45 +01:00
Lukas Matena
eeedeeca13
Fix of #6832 , SPE-1956: total toolchanges not counted correctly when wipe tower is disabled
2023-11-02 13:58:45 +01:00
Lukas Matena
aa0bc7489f
Fixed wipe tower generation when non-zero extruder offset is used (SPE-2002, broken in c669293)
2023-11-02 10:39:03 +01:00
tamasmeszaros
9e69eecb5d
Merge branch 'tm_fix_boost_build_with_zlib'
2023-11-02 08:21:21 +01:00
tamasmeszaros
0d32829914
Fix missing boost dependency on zlib
2023-11-01 16:01:47 +01:00
David Kocik
755ad34875
Merge branch 'dk_wifi'
2023-11-01 14:57:49 +01:00
David Kocik
9f0bb03570
Wifi config dialog fixes.
...
Return file exists check.
Clear txtcontrol of comboboxes.
2023-11-01 14:57:27 +01:00
David Kocik
ac2545fede
Store dialog decline in app config
2023-11-01 10:42:20 +01:00
David Kocik
0e889eae09
Change of wifi config dialog showing rules
...
do not show automatically after decline
2023-10-31 16:00:50 +01:00
David Kocik
9974e4e33f
Wifi config dialog changes.
...
Usb drive insertion triggers wifi config dialog.
Ini file is not rewritten, rather information is added.
2023-10-31 16:00:50 +01:00
tamasmeszaros
06aa0fb3f9
Merge branch 'tm_fix_linux_icu'
2023-10-31 15:43:21 +01:00
Lukáš Hejl
7f1d58e08b
Merge branch 'lh_mmu_thumbnails_SPE-1975'
2023-10-31 15:36:23 +01:00
Lukáš Hejl
7c22d7a842
SPE-1975: Show multi-material painting in thumbnails.
2023-10-31 15:35:28 +01:00
Lukáš Hejl
87187a35fe
Don't set view_model_matrix, projection_matrix, and view_normal_matrix in TriangleSelectorMmGui::render() because they are already set inside GLGizmoMmuSegmentation::render_triangles().
2023-10-31 15:35:28 +01:00
tamasmeszaros
9bd0fdbd28
Try to fix broken appimages on Linux
2023-10-31 12:03:21 +01:00
Lukáš Hejl
2ea9c07c43
Merge branch 'lh_arachne_SPE-1837'
2023-10-31 10:05:33 +01:00
Lukáš Hejl
6df4891e6c
SPE-1837: Fixed issue when perimeters weren't generated with Arachne.
2023-10-31 10:03:17 +01:00
Lukáš Hejl
925cfd5231
Fixed returning Beading with uninitialized left_over in WideningBeadingStrategy.
2023-10-31 10:03:16 +01:00
David Kocik
319d83f95f
Merge branch 'dk_duet'
2023-10-30 15:31:39 +01:00
David Kocik
8d8cb531be
Escape password in url path
2023-10-30 15:23:31 +01:00
David Kocik
2a4e09a2ea
Added X-Session-Key to DuetSoftwareFramework
2023-10-30 15:23:31 +01:00
tamasmeszaros
bda6f874f7
temporarily disable new wx asserts in GUI
2023-10-30 12:31:45 +01:00
tamasmeszaros
1607eb633d
Merge branch 'tm_new_deps_2_universal'
2023-10-30 12:31:33 +01:00
rtyr
cab97cbcdc
Added Filament PM filaments. Added Prusament PETG V0.
2023-10-30 12:16:14 +01:00
tamasmeszaros
64ab5fe6e1
Revert PNG version to 1.6.35 and patch its CMake from upstream
...
to handle Mac universal builds
2023-10-30 09:34:37 +01:00
tamasmeszaros
96c1a69aae
Fix debug build and remove platform detection wizardry in presets
...
they don't work
2023-10-27 15:59:15 +02:00
rtyr
fafb57f2ee
Updated print profiles for Prusa XL Input Shaper (Alpha)
2023-10-27 15:03:14 +02:00
tamasmeszaros
dc4ad2543c
fix failing COPY_FILE on older cmake versions
2023-10-27 14:31:43 +02:00
tamasmeszaros
e316f1c9e8
Fixes for win deps builds
2023-10-27 13:50:36 +02:00
YuSanka
4209a0aaa7
Translation: Updated internal dictionaries.
...
+ Merged community dictionaries with POT.
+ Removed "experimental" suffix from some phrases.
2023-10-27 10:00:19 +02:00
YuSanka
ea3ccd580c
Follow up to 96012e54 - Split object : Check if new objects don't have a almost zero volume
2023-10-27 09:16:32 +02:00
enricoturri1966
9c3a3f8a87
#11484 - Fixed crash when applying Split to Objects command (SPE-1983)
2023-10-27 09:16:19 +02:00
YuSanka
a9410edc2c
Fix for #11487 - Cut Connectors Broken when assigning part to other side
...
+ Added check objects after cut
+ CutUtils: Ensuring that volumes start with solid parts after solid parts merging for proper slicing
2023-10-27 09:14:53 +02:00
YuSanka
b04029db62
Gallery: Added more system shapes
2023-10-26 16:58:36 +02:00
tamasmeszaros
d014ecfae7
Get rid of LibBGCode deps build and just provide heatshrink as usual
2023-10-26 14:33:33 +02:00
tamasmeszaros
cd094ce831
Fix deps preset conditionals
2023-10-26 12:42:46 +02:00
tamasmeszaros
fe22004818
Restore PNG patching for APPLE
2023-10-26 12:13:57 +02:00
tamasmeszaros
38217b0adc
deps presets to handle windows and debug build necessity
2023-10-26 12:04:55 +02:00
tamasmeszaros
a4d5244fb2
Re-enable OCCT support
2023-10-26 11:13:06 +02:00
tamasmeszaros
ce98eede5e
Follow up fixes to build
2023-10-26 12:53:29 +02:00
tamasmeszaros
035406b0af
Trying to fix PS build after deps update
2023-10-26 12:37:33 +02:00
Lukas Matena
04b227b565
Fixed cancel object M486 for Repetier ( #11492 , SPE-1985)
2023-10-26 09:15:32 +02:00
tamasmeszaros
2e4ce6e283
Working cross builds on Mac for deps
2023-10-25 14:57:43 +02:00