Commit Graph

6305 Commits

Author SHA1 Message Date
0367753072 Yet another improvement in closing gaps in slices.
Fixes #1256 and it finally fixes #1119 as well.
2018-10-05 10:25:50 +02:00
53aa6d95f6 Improved slicing of objects with cracks and gaps. 2018-10-04 15:29:55 +02:00
c7b08cb1c6 Fix of SPE-525
V přiloženém AMF se např. u spodní hrany oken generují pouze top solid layers, ale nikoliv solid layers.
Objevuje se už v 1.41.0.
2018-10-04 11:16:55 +02:00
fe757c3f5b Fix of SPE-513: unblockable supports
There was a bug in the "don't support bridges" feature, where
there were supports added to the end of non-supported bridges
without taking into account the overhang angle or the support blockers.
2018-10-03 16:12:24 +02:00
d925dfcee5 Updated unit tests for triangle mesh slicing, as now
the slicing considers the vertical structures to be open intervals
at the bottom end, closed at the top end, so slicing at the bottom
of a mesh produces empty slice.
2018-10-03 13:54:04 +02:00
efbac9d63d Improvement in mesh slicing:
Hole fill is disabled in 3D,
and maximum 2mm gaps are closed at 2D by a greedy algorithm.
2018-10-03 13:24:14 +02:00
3912eb93d7 Fixed crashes caused by the preceding commit. 2018-10-01 11:07:31 +02:00
c9f1fe3d13 Fix of
https://github.com/prusa3d/Slic3r/issues/1142
https://github.com/prusa3d/Slic3r/issues/1257
The preset keys not belonging into the config group are removed
and the problem is reported into the boost::log
2018-09-27 17:41:01 +02:00
af29cef74a Fixed #1244 - perl part 2018-09-26 11:22:01 +02:00
fd8b450e80 Enhanced fix of #1229 - perl part 2018-09-21 12:39:15 +02:00
b7f6744462 Supports - fix of the recent changes: Always generate dense supports
below overhangs, even if the overhangs are steep.
2018-09-17 11:46:52 +02:00
033060cfaa Merge remote-tracking branch 'origin/support_improvements' 2018-09-14 15:12:20 +02:00
04104300c7 FirmwareDialog: Add appropriate set of wildcards to the file picker 2018-09-14 15:10:50 +02:00
8ed4843d5a Fix window size persistence
Fixes #1116
Fixes #1175
2018-09-14 15:10:50 +02:00
a69a3bc90a Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connected 2018-09-14 15:10:50 +02:00
8b65b46546 Fix CMake string comparison issue
Fixes #1187
2018-09-14 15:10:50 +02:00
9aea03f224 ConfigWizard: Properly apply gcode_flavor
Fixes #1138
2018-09-14 15:10:50 +02:00
8946dba9a0 Merge remote-tracking branch 'origin/vb_slicing_fix' 2018-09-14 15:08:07 +02:00
d5d73b674b Merge remote-tracking branch 'origin/parallel_arrange' 2018-09-14 15:03:38 +02:00
b9f3fcc678 Merge remote-tracking branch 'origin/lm_temperature_fix' 2018-09-14 14:56:21 +02:00
e766fb6545 Merge remote-tracking branch 'origin/lm_wipe_tower_consumption' 2018-09-14 14:55:43 +02:00
317610809b Fixed #1229 2018-09-14 11:37:26 +02:00
0dc72ccbd8 Added number of toolchanges into 'Sliced info' statistics 2018-09-12 09:28:26 +02:00
bac64d6010 Fixed compile on Linux 2018-09-10 13:48:35 +02:00
30ed7fa36e Fixed #1211 2018-09-10 13:15:12 +02:00
3a39b1cf41 Export the first M73 line to gcode before custom gcode 2018-09-07 16:05:10 +02:00
7fc3987ce7 New support settings: "support_material_auto" controls, whether
the supports shall be generated automatically.
If not, only supports inside support enforcers are generated.
2018-09-07 14:53:42 +02:00
d7e7a5bcd3 Merge pull request #1195 from mloidl/duet_whitespace
duet upload: allow whitespaces in filenames
2018-09-07 13:05:37 +02:00
75676ec4f9 Refinements for small item arrangement using the increased cpu power. 2018-09-07 12:03:49 +02:00
296365b07c Fixed rendering of endcaps on open toolpaths 2018-09-07 10:30:13 +02:00
24db6207a2 Cleaning up and fixing localization issues with AppController. 2018-09-07 10:24:05 +02:00
ad4d3017d4 Merge remote-tracking branch 'origin/master' into parallel_arrange 2018-09-07 09:53:32 +02:00
c7914e2939 Fixed #1204 2018-09-07 09:33:18 +02:00
20aaf05c8c Added a Layout call for 'Sliced Info' box to show sliders when needed 2018-09-07 08:43:21 +02:00
f4a6132d7f minor changes for url_encode 2018-09-06 19:07:54 +02:00
fa2e259d5b Implemented support enforcers / blockers.
Reduced amount of full support interfaces similar to S3D.
2018-09-06 14:19:20 +02:00
1aa5489903 allow whitespaces for duet upload
* now url_encoding characters which could not used for URLs
2018-09-05 19:55:50 +02:00
614fd16ba3 Wipe tower extrusions are now accounted for in the filament consumption statistics 2018-09-05 15:35:35 +02:00
cd14704b3c Final bug-fix for #1169 considering issue #971 2018-09-05 15:03:20 +02:00
ce2c582499 fixed typo-bug 2018-09-05 12:33:04 +02:00
9246b0cc56 Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-09-05 12:02:52 +02:00
122bf48f95 Fix to last commit 2018-09-05 12:02:34 +02:00
e13d4abede Merge branch 'master' of https://github.com/prusa3d/Slic3r 2018-09-05 09:49:28 +02:00
1db586f9a8 Fixed stl import when endsolid lines contains extra data 2018-09-05 09:49:10 +02:00
5e3fb89bcf Fixed bug from issue #1169 2018-09-05 09:47:36 +02:00
4ae23b09c8 Another attempt to fix the temperature change issue 2018-09-05 09:18:42 +02:00
2a72c16bf8 Bugfix - extruder temperature was sometimes not correctly set on the wipe tower 2018-09-03 10:15:40 +02:00
db476e9a39 Merge remote-tracking branch 'origin/master' into support_improvements 2018-09-01 11:49:38 +02:00
657ac8898c fixes date for uploaded files 2018-09-01 11:23:33 +02:00
160cd90e4f Bundled newer versions of PrusaResearch profiles. 2018-09-01 09:54:02 +02:00