YuSanka
8cda73dd0f
localization: Updated POT and internal dictionaries
...
+ Community dictionaries are merged with POT
+ "Cut connectors" are changed to "Connectors"
2023-09-06 08:38:16 +02:00
Chow Loong Jin
4aa7366faf
Fix compilation errors with -std=gnu++17 (PR#11154)
...
Fixes the following error:
[ 19%] Built target imgui
/<<PKGBUILDDIR>>/src/libslic3r/MeshBoolean.cpp: In instantiation of ‘indexed_triangle_set Slic3r::MeshBoolean::cgal::cgal_to_indexed_triangle_set(const _Mesh&) [with _Mesh = CGAL::Surface_mesh<CGAL::Point_3<CGAL::Epick> >]’:
/<<PKGBUILDDIR>>/src/libslic3r/MeshBoolean.cpp:185:53: required from here
/<<PKGBUILDDIR>>/src/libslic3r/MeshBoolean.cpp:151:5: error: cannot bind non-const lvalue reference of type ‘CGAL::SM_Vertex_index&’ to an rvalue of type ‘boost::iterators::detail::iterator_facade_base<CGAL::Surface_mesh<CGAL::Point_3<CGAL::Epick> >::Index_iterator<CGAL::SM_Vertex_index>, CGAL::SM_Vertex_index, std::random_access_iterator_tag, CGAL::SM_Vertex_index, long int, false, false>::reference’ {aka ‘CGAL::SM_Vertex_index’}
151 | for (auto &vi : vertices) {
| ^~~
/<<PKGBUILDDIR>>/src/libslic3r/MeshBoolean.cpp:156:5: error: cannot bind non-const lvalue reference of type ‘CGAL::SM_Face_index&’ to an rvalue of type ‘boost::iterators::detail::iterator_facade_base<CGAL::Surface_mesh<CGAL::Point_3<CGAL::Epick> >::Index_iterator<CGAL::SM_Face_index>, CGAL::SM_Face_index, std::random_access_iterator_tag, CGAL::SM_Face_index, long int, false, false>::reference’ {aka ‘CGAL::SM_Face_index’}
156 | for (auto &face : faces) {
| ^~~
make[3]: *** [src/libslic3r/CMakeFiles/libslic3r_cgal.dir/build.make:121: src/libslic3r/CMakeFiles/libslic3r_cgal.dir/MeshBoolean.cpp.o] Error 1
2023-09-05 12:05:48 +02:00
Elia Devito
85f001fb81
Add missing includes (PR#11218)
...
add boost/log/trivial.hpp to CutUtlis.cpp
add tbb/parallel_for.h include to Measure.cpp
add libslic3r/ClipperUtils.hpp to TextLines.cpp
2023-09-05 12:04:57 +02:00
Vojtech Bubnik
6eae3aceb7
Merge branch 'issue-11060' into master_remote
2023-09-05 09:41:14 +02:00
enricoturri1966
ca2f1f4cd0
SPE-1671 - Fixed visibility of supports while using clipping plane in SLA supports gizmo
2023-09-04 15:11:01 +02:00
YuSanka
5d9078138c
Fix for #11232 - "Rename preset" does not support Cyrillic.
2023-09-04 10:51:46 +02:00
YuSanka
b44196a885
Fix for #11236 - 2 parameter descriptions in Snap connectors not displayed correctly in cyrillic
2023-09-04 10:24:28 +02:00
YuSanka
5b50969e6a
Localization" Fixes for some phrases
2023-09-04 10:24:28 +02:00
ps_copyright
dd123e5650
Add copyright header to CMakeLists.txt
...
Also complement SupportMaterial.cpp with legacy Perl counterpart
2023-09-04 09:50:37 +02:00
tamasmeszaros
61dba4e1c9
Remove legacy comment
2023-09-04 09:46:39 +02:00
enricoturri1966
9c801d736a
Fixed crash in GCodeProcessor::post_process() when backtracing into gcode generated by XL printer
2023-09-04 09:30:14 +02:00
combolek
6ea540c231
Fixes issue #11060 : Crash when displaying command line help
...
Added missing null pointer check in ConfigDef::print_cli_help()
2023-09-02 16:04:35 -07:00
Lukas Matena
16b7175081
Bumped up version to 2.6.1-rc2
version_2.6.1-rc2
2023-09-01 19:02:27 +02:00
Vojtech Bubnik
96b3ae8501
Organic supports: Fixing crashes with invalid tip diameter or branch
...
diameter. Fixes SPE-1451 GH#9555
Fixed by reporting invalid combination of support extrusion width
and tip + branch diameter:
Organic support tree tip diameter must not be smaller than support material extrusion width.
Organic support branch diameter must not be smaller than 2x support material extrusion width.
Organic support branch diameter must not be smaller than support tree tip diameter.
2023-09-01 15:02:12 +02:00
ps_copyright
f32859c302
final copyright headers
2023-09-01 14:49:07 +02:00
Vojtech Bubnik
e0f577a33c
Fix of SPE-1850 GH #1221
...
Broken with 99861f1b6ec3793025d528f0badb63e837f8c808 SPE-1207
Custom file extension needs to be included in the list of extensions
of the file dialog. On MacOS the custom extension needs to be the
first one in the list as it will be forced upon the default file
name provided to the file dialog.
2023-08-31 16:38:43 +02:00
tamasmeszaros
175c4f99ce
Merge branch 'tm_fix_SPE-1807'
2023-08-31 14:33:00 +02:00
YuSanka
7280b2a0fb
Fix for SPE-1845 Incorrectly imported filament profiles from 3MF or configuration ini.
...
+ Fix for SPE-1848 Crash on switch from MM printer to SM, when non-first filament is modified
2023-08-31 14:30:14 +02:00
YuSanka
34ad4d6e5d
Localization: Updated internal dictionaries.
...
+ Community dictionaries are merged with newest POT
+ Unused macro _CHB(s) is deleted from I18N.hpp
2023-08-31 13:44:53 +02:00
YuSanka
f8c89be3b2
Localization/Ru : Manually merged from https://github.com/AndylgTom/Slic3r ( https://github.com/AndylgTom/Slic3r/commits/master )
2023-08-31 13:44:53 +02:00
Lukas Matena
1f510bcc00
Fixed access violation when using multimaterial priming with multi-extruder printer ( #11174 , #11197 , SPE-1849)
2023-08-31 12:43:10 +02:00
Lukas Matena
a89860d7d3
Fix of #11191 (SPE-1851): Shells in preview show when they shouldn't
2023-08-31 12:10:31 +02:00
davidjuanesb
54c091cbc9
Update translation to Catalan language for PrusaSlicer 2.6.1-rc1
...
Update translation to Catalan language for PrusaSlicer 2.6.1-rc1
2023-08-30 15:53:53 +02:00
YuSanka
1a4f461426
Localization : Updated POT
...
+ Added comments for translators
2023-08-30 15:42:05 +02:00
tamasmeszaros
2cabe4f544
Merge branch 'tm_rpi_arrange_test_fix'
2023-08-30 14:54:58 +02:00
YuSanka
fc96763be6
Help menu is extended with "Quick Start" and "Sample G-codes and Models" items
2023-08-30 13:54:09 +02:00
tamasmeszaros
0482f79dd8
3rd try for fixing tests on RPI
2023-08-30 11:45:02 +02:00
YuSanka
5e3d5f8d80
Implemented #11159 - Reset Snap Connectors [CUT].
2023-08-30 11:20:28 +02:00
tamasmeszaros
8e875242ae
Another try for fixing tests on RPI
2023-08-30 09:35:57 +02:00
tamasmeszaros
3fe051b0ad
Fix arrange tests on raspberry pi
...
There were indeed floating point divisions with zero
2023-08-29 17:34:06 +02:00
Vojtech Bubnik
9da03dfc9f
Fixed wrong Miter limit when offsetting contours to build a Z-graph
...
of layer islands.
Partial fix of SPE-1729 #10632
2023-08-29 15:57:31 +02:00
Vojtech Bubnik
532913bade
Some tests for maximum values of 32bit point coordinates.
2023-08-29 15:57:31 +02:00
YuSanka
1d3e5a9f24
Suppress to scale down very big object after cut (SPE-1853)
2023-08-29 15:43:51 +02:00
tamasmeszaros
cfc0100b63
Fixing crash when checking cgal mesh boolean eligibility
...
fixes SPE-1807
fixes #10887
2023-08-29 14:49:51 +02:00
Vojtech Bubnik
92318e45de
Fix of SPE-1809, GH#10762, #10858 , #10891
...
Fixed division by zero in tree supports & raft
2023-08-29 13:49:10 +02:00
Vojtech Bubnik
b655677c95
Fix of some asserts in MM segmentation.
2023-08-29 10:58:13 +02:00
Vojtech Bubnik
212bf21b2d
Fix of SPE-1849, GH #11174 : Access violation error when slicing
...
Fixed access of an undefined extruder at the start of G-code export
from wipe tower generator.
2023-08-29 10:56:54 +02:00
Lukas Matena
59029a04de
Fix of #11188 : crash when replacing painted object with smaller stl
2023-08-28 13:20:33 +02:00
Lukas Matena
c05542590d
Bumped up version to 2.6.0-rc1
version_2.6.1-rc1
2023-08-22 17:50:00 +02:00
YuSanka
e34e267b8c
Localization: Updated POT. Community dictionaries are merged with new POT.
...
+ Fixed some phrases
+ Added some comments for translators
2023-08-22 17:33:27 +02:00
Filip Sykala - NTB T15p
163f81f1d4
Fix for checkbox tooltip
2023-08-22 15:31:26 +02:00
Lukas Matena
5fc186a904
Merge branch 'lm_optimizations_light'
2023-08-22 09:57:42 +02:00
Lukas Matena
37a088abac
Optimization: Parallelize the for loops over individual PrintObjects
2023-08-22 09:57:32 +02:00
Lukas Matena
3277bba8c1
Optimization: further improvements in measurement initialization
2023-08-22 09:57:32 +02:00
Lukas Matena
fa0abac952
Optimization: measurement tries to save some reallocations
2023-08-22 09:57:32 +02:00
enricoturri1966
0f8208c83f
Fixed drop to bed command for volumes in part coordinates
2023-08-22 08:56:38 +02:00
enricoturri1966
3c23e6d7c3
Follow-up of 9e20d0ff173d7303bc02c4f39a025b29cb682b88 - Removal of obsolete struct VolumeCache::TransformCache
2023-08-22 08:56:24 +02:00
enricoturri1966
2101f593db
#10839 - Fixed volumes' translation in Object Coordinates (SPE-1789)
2023-08-22 08:56:11 +02:00
Vojtech Bubnik
ae8684a4a4
Added handle_legacy_composite() callback to configuration layer
...
to support conversion of multiple configuration keys into one
or multiple other configuration keys.
2023-08-21 17:45:15 +02:00
rtyr
a9ed8455f3
Sync with PrusaSlicer-settings. Added PapapiuLab bundle.
2023-08-21 15:31:51 +02:00