24296 Commits

Author SHA1 Message Date
Lukáš Hejl
a98b97643e Avoid unnecessary copy of the variable 'pair' in WifiConfigDialog::rescan_networks(). 2024-01-05 22:38:16 +01:00
Lukáš Hejl
69b29a202f Remove forgotten variable m_wifi_config_dialog_was_declined from Slic3r::GUI::GUI_App class. 2024-01-05 22:38:16 +01:00
Lukáš Hejl
41aff15c51 Remove unused lambda capture plater in lambda function fix_and_update_progress() inside check_objects_after_cut(). 2024-01-05 22:38:16 +01:00
Lukáš Hejl
413241fcbc Remove unused variable path_length from GCodeGenerator::_extrude().
This variable hasn't been used since the beginning.
2024-01-05 22:38:16 +01:00
Lukáš Hejl
f9825bb6f4 Silence warnings in ExtrusionSimulator about unused variables that were there just for debugging purposes. 2024-01-05 22:38:16 +01:00
Filip Sykala - NTB T15p
fe16f5bdd1 Store/Load align and per_glyph in Slicer.ini for text style 2024-01-05 15:40:46 +01:00
YuSanka
141ae5a916 ConfigWizard : Fixed a crash, when some of material pages doesn't exist 2024-01-05 15:10:01 +01:00
Lukas Matena
e922fdceb4 Fixed usage of custom filename extension in SLA mode, broken in 283fd6f. 2024-01-05 15:10:01 +01:00
Filip Sykala - NTB T15p
ff13a7c99b Store undo/redo snap after stop input-sliding 2024-01-05 14:25:05 +01:00
Filip Sykala - NTB T15p
eb9b8c0c2b Align font preview to left. (closer to font name) 2024-01-05 11:25:34 +01:00
Filip Sykala - NTB T15p
b67c4785f0 Fix style preview size per resolution 2024-01-05 11:24:51 +01:00
Lukáš Hejl
eede1f1e9c Merge branch 'lh_fix_warnings' into master_27x 2024-01-04 10:22:48 +01:00
Lukáš Hejl
ca811aaa7d Move the function ptree_get_value() inside _WIN32 ifdef. 2024-01-04 10:22:27 +01:00
Lukáš Hejl
124ce1c31f Silence the warning about the unused function get_deviation_sum_squared() in Arc Welder. 2024-01-04 10:22:27 +01:00
Lukáš Hejl
da88c2affc Silence the warning about the unused total_extrusion_length in Arachne tests. 2024-01-04 10:22:27 +01:00
Lukáš Hejl
a27aea4598 Remove the unused variable new_radius in Arc Welder tests. 2024-01-04 10:22:27 +01:00
Lukáš Hejl
611afd9789 Replace some deprecated boost functions.
Actually, all those deprecated functions were internally called those new functions. So there isn't any risk to use them directly.
2024-01-04 10:22:27 +01:00
Lukáš Hejl
2c671d8d6c Use memcpy instead of strncpy in GCodeFormatter::emit_string() to silence the warning.
The warning was there because std::string_view::data() returns a pointer to a buffer that is not necessarily null-terminated. So, strncpy shouldn't be used on non-null-terminated buffers, but we always relied only on the buffer length, so it couldn't cause any issues.
2024-01-04 10:22:27 +01:00
Kristian Nielsen
c7d31f980a Fix missing braces around multi-line if ()
Signed-off-by: Kristian Nielsen <knielsen@knielsen-hq.org>
2024-01-04 10:21:24 +01:00
Lukáš Hejl
7e889bbe7c SPE-2054: Fixed missing infills on multi-part models caused by 3cb2f5f58f952bc104260c84292411894f957552 reported in #11721.
The temporary variable used for reordering ExPolygons wasn't cleared, and it contained empty ExPolygons from previous reordering. This caused those empty ExPolygons replaced actual ExPolygons for infill.

Another issue was that m_fill_expolygons was reordered, but m_fill_expolygons_bboxes were left untouched.
2024-01-03 18:14:15 +01:00
rtyr
285cb02d74
Fixed overhang speeds. Fixed branch diameter angle for organic supports. 2024-01-03 14:10:25 +01:00
rtyr
a061c50872
Bumped up version 2024-01-03 14:04:56 +01:00
rtyr
f6e2eea138
Merge pull request #12018 from macdylan/snapmaker-profiles
update snapmaker profiles
2024-01-03 14:04:14 +01:00
Filip Sykala - NTB T15p
1cb156c815 Apply rotation angle given by style for new text object
Turn off feature 'use_surface' for new text object
2024-01-03 08:47:11 +01:00
dylan
eeb6aaf4fb fix some values and compatible conditions
- fix value of branch diameter angle of the organic support
- fix overhang speed values
2024-01-03 15:09:52 +08:00
Lukas Matena
b82aa37bf5 Fixed build when building without GUI 2024-01-02 16:01:14 +01:00
Lukáš Hejl
9a3c831020 SPE-2075: Fixed crash during thumbnail generation for SLA printers. 2024-01-02 13:46:49 +01:00
rtyr
33b13b937c
Sync with PrusaSlicer-settings. Added new printers. 2024-01-02 10:44:24 +01:00
rtyr
b1c791766c
new Snapmaker resources 2024-01-02 10:43:16 +01:00
rtyr
8498fd731f
1.1.0 compatible since PS2.6.0 2024-01-02 07:55:28 +01:00
rtyr
115c64645c
Merge pull request #11798 from macdylan/snapmaker-profiles
Update Snapmaker profiles
2024-01-02 07:54:27 +01:00
YuSanka
3042b6d456 Fix for #10419 - Layer change colour dialog opens off screen in 2.6 2023-12-21 16:03:13 +01:00
Lukas Matena
9e6d58861f Switch OpenVDB repository to prusa3d 2023-12-18 13:58:27 +01:00
dylan
ef31733088 update arc_fitting 2023-12-15 16:26:56 +08:00
Dylan
f876836f78
Merge branch 'prusa3d:master' into snapmaker-profiles 2023-12-15 16:20:46 +08:00
august.chi
e9c81bc203 fix: remove the leading spaces as requested.
Signed-off-by: august.chi <august.chi@anker-in.com>
2023-12-15 15:36:57 +08:00
august.chi
d4665a9751 fix: remove the leading spaces as requested.
Signed-off-by: august.chi <august.chi@anker-in.com>
2023-12-15 15:28:09 +08:00
august.chi
fffeadcbf5 fix:Fixed the issues raised by the reviewer.
Signed-off-by: august.chi <august.chi@anker-in.com>
2023-12-15 15:23:25 +08:00
august.chi
d5fdd644e9 add a new machine named M5C for ankermake
Signed-off-by: august.chi <august.chi@anker-in.com>
2023-12-15 15:23:24 +08:00
Lukas Matena
5f5652ea6f Bumped up version to 2.7.2-alpha1 2023-12-13 15:51:28 +01:00
Lukas Matena
e0a03c7970 Merge branch 'master_271' into HEAD 2023-12-13 15:49:26 +01:00
Lukas Matena
dff602be63 Bumped up version to 2.7.1 version_2.7.1 2023-12-12 15:21:21 +01:00
rtyr
54fde10c55
Updated binary g-code settings. 2023-12-12 13:37:48 +01:00
YuSanka
d9c12c54fe Translations: Updated internal dictionaries 2023-12-12 13:04:18 +01:00
YuSanka
c3f4986d3b Localization: Updated POT
+ Community dictionaries are merged with new POT
2023-12-11 15:43:41 +01:00
Andy
a159211b16 translation update
translation update
2023-12-11 15:43:41 +01:00
Andy
db4e1c9373 Russian translation update
Russian translation update
2023-12-11 15:43:41 +01:00
YuSanka
a0365af92c Translations: fixes and changes in phrases 2023-12-11 15:43:41 +01:00
Lukas Matena
270d4dd08f Merge branch 'lm_kill_binary_switch' into master_271 2023-12-11 15:41:02 +01:00
Lukas Matena
6f2e22280b Fixed crashes related to SLA 2023-12-11 15:40:35 +01:00