bubnikv
4f0c6dd879
Reworked the fix of #784 for efficiency and robustness:
...
First, the same direction segments are chained as before, but this time
the remaining open polylines are collected to be processed in the 2nd step.
Second, the remaining open polylines are connected by a greedy algorithm
disregarding their original orientation. As the orientation of loops
created by the 2nd step is mixed, the orientation of these loops is
unknown, therfore a CCW orientation is enforced. The CCW heuristics
may fill holes and cavities, but no outer geometry will be lost.
2018-03-15 17:14:13 +01:00
Enrico Turri
1ae8684af1
Modified TriangleMeshSlicer::make_loops() to fix #784
2018-03-13 13:32:50 +01:00
Enrico Turri
a600dbc06c
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-03-06 08:36:37 +01:00
bubnikv
3c64eb9215
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-03-05 15:31:32 +01:00
bubnikv
5ea584280c
Merge remote-tracking branch 'remotes/origin/gui_improvements'
2018-03-05 12:12:40 +01:00
Enrico Turri
f43b2760ab
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-03-05 11:53:59 +01:00
bubnikv
91b5853aa3
Merge remote-tracking branch 'remotes/origin/gui_change_extruders_color'
2018-03-05 11:47:13 +01:00
Enrico Turri
802579ad20
Fixed crash while exporting to .amf and .gcode files ( #753 ) - (improves previous fix: d4f1ed0036
)
2018-03-05 10:53:18 +01:00
Enrico Turri
df06b4b6b2
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-03-05 08:42:32 +01:00
YuSanka
f750abb9db
Refactor load_config() function
2018-03-04 15:21:01 +01:00
bubnikv
ed7c02d578
Disabled the CMake BOOST debugging.
2018-03-02 23:11:57 +01:00
bubnikv
15dbeff0c9
Merge branch 'master' of https://github.com/prusa3d/Slic3r
2018-03-02 18:15:15 +01:00
bubnikv
777bcf5865
Enabled Boost_DEBUG in CMake to get some debug info when something
...
goes wrong.
2018-03-02 18:14:19 +01:00
YuSanka
2a378f6590
Fixed problem with changing extruders color
2018-03-02 13:41:37 +01:00
YuSanka
541b51c524
Merge dictionaries from the upstream Slic3r. Update existing dictionaries according to new Slic3rPE.pot
2018-02-28 15:44:45 +01:00
YuSanka
751c97c503
Localize the Plater tab
...
* Marking and translation of Plater tab are complited
* GUI.pm is marked to l10n
* Fix small bug with Extruder adding at Printer Settings tab
2018-02-28 15:41:35 +01:00
Enrico Turri
4e0d104afd
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-02-28 11:45:53 +01:00
Enrico Turri
0ec68eb35b
Fix for issue #661 (ExPolygons generation)
2018-02-28 11:41:04 +01:00
YuSanka
0596660dda
Fix bug with not displaying flags for incompatible presets
2018-02-27 09:51:14 +01:00
YuSanka
7047f4365a
Update localization:
...
* 2D.pm, 3DPreview.pm, PreviewData.cpp are marked by L()
* use translating function in 3DScene.cpp
2018-02-26 16:23:44 +01:00
YuSanka
e05493bd90
Fixed wrong printing of recommended_thin_wall_thickness_description_line
2018-02-26 13:57:36 +01:00
YuSanka
f3f78ebc5a
Fix #742
2018-02-26 09:57:08 +01:00
Enrico Turri
eb2d689971
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-02-26 08:32:04 +01:00
YuSanka
bcc68ca450
Added Slic3rPE.pot and list.txt to localization.
2018-02-26 08:31:07 +01:00
YuSanka
4c90e2bbc6
Rename localization guide to emphasize markdown format
2018-02-25 22:45:31 +01:00
YuSanka
b5d96e4ed6
Update localization guide
2018-02-25 22:41:28 +01:00
bubnikv
edb756c084
Refactored the gyroid infill.
2018-02-23 18:32:35 +01:00
Enrico Turri
6765722a3a
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-02-23 16:17:25 +01:00
bubnikv
2edb96062e
Removed the Perl Preferences dialog,
...
fixed the CMake after the GUI merge.
2018-02-23 15:53:16 +01:00
bubnikv
69fc99edbb
Merge remote-tracking branch 'remotes/origin/gui_translate_to_cpp'
2018-02-23 15:32:13 +01:00
YuSanka
1948daec53
Added Manual for Localization
2018-02-23 15:10:36 +01:00
YuSanka
d61295eb10
Added Preferences files
2018-02-23 14:55:27 +01:00
YuSanka
3e09e93037
Updated POfile for CS
2018-02-23 14:54:08 +01:00
bubnikv
68c51be130
Merge remote-tracking branch 'remotes/origin/mesh_repair'
2018-02-23 14:38:37 +01:00
bubnikv
d0df673c82
Merge remote-tracking branch 'remotes/origin/time_estimate'
2018-02-23 14:34:01 +01:00
bubnikv
8fb443522b
Merge remote-tracking branch 'remotes/origin/gcode_preview'
2018-02-23 14:33:16 +01:00
YuSanka
baa5726532
All project is ready to localization.
...
* Macro _LC is changed to _CHB. [to put translated string into std::string correctly]
* Macro _LS is changed to L. [to mark string to translation]
* Standard wxWidgets macro _() is used for translation now.
* Updated POfile for EN
2018-02-23 14:25:49 +01:00
Enrico Turri
d4f5db39fa
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-02-23 08:56:16 +01:00
bubnikv
c3d7be5994
Merge remote-tracking branch 'remotes/origin/3mf_io'
2018-02-22 18:57:07 +01:00
bubnikv
acce8dbff6
A workaround of the dreaded Intel HD Graphics driver issue at least
...
on the laptop of @roesel.
fixes https://github.com/prusa3d/Slic3r/issues/672
The Intel HD Graphics hangs on the glFinish() call for some reason
with one particular graphics driver revision. Also the glFinish() call
was superfluous and it only may have had negative effect over the performance.
Both glFinish() and glFlush() were removed for performance reasons
where they were not needed, see
https://www.khronos.org/opengl/wiki/Common_Mistakes
2018-02-22 18:56:37 +01:00
Enrico Turri
95965b7b89
Merge branch 'master' of https://github.com/prusa3d/Slic3r into mesh_repair
2018-02-22 15:31:48 +01:00
Enrico Turri
52eb6f6bcf
Remove .zip from file extension on import to avoid having it added again and again when exporting
2018-02-22 15:27:32 +01:00
YuSanka
cec12e203a
Plater.pm is marked by L() to localization.
2018-02-22 15:13:07 +01:00
YuSanka
bc97184c63
Fixed #735 & PresetHints.cpp is marked to localization
...
* Macro _LC is created to put translated string into std::string correctly.
* Macro _LU8 is changed to function L_str.
* Created function from_u8
2018-02-22 14:19:41 +01:00
Lukas Matena
d17229efd5
Gyroid infill - minor correction for standard-conforming compilers
2018-02-22 12:00:24 +01:00
YuSanka
3d805a0f43
PreferencesDialog moved to C++ part
2018-02-22 11:12:29 +01:00
Merill
d59bb027eb
Gyroid infill type ( #733 )
...
Gyroid infill type.
2018-02-22 09:56:05 +01:00
Enrico Turri
81eff20ad1
GCode Preview - Added Custom extrusion role + extended layers range for GCode preview
2018-02-22 08:59:47 +01:00
YuSanka
916378097c
MainFrame.pm is marked by L() to localization.
2018-02-21 13:44:42 +01:00
Enrico Turri
36601723a2
4th attempt to fix JIRA SPE-26 (Feature types on MAC)
2018-02-20 15:22:30 +01:00