Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs/src
AgeCommit message (Collapse)Author
2018-11-12Bumped up version number.version_1.41.2-rcversion_1.41.2-betabubnikv
2018-11-12Fix of an invalid extruder ID assignment after switching frombubnikv
a multi-material printer to a single material printer (or a printer with a lower number of extruders).
2018-11-08Fix rendering performance on macOS #1250Vojtech Kral
2018-10-29Fix of issue 1368 (vector index out of bounds in the wipe tower generator)Lukas Matena
2018-10-23Bumped up the version number to 1.41.1bubnikv
2018-10-23Updated Prusa3D profiles, added an MK2.5 MMU2 wizard image (as of nowbubnikv
it is just a copy of the MK3 MMU2), changed default brim width on the platter main page (the shortcut checkbox) to 5mm.
2018-10-15Gyroid infill - turned off bridge flow and adjusted the density multiplier ↵Lukas Matena
to compensate
2018-10-11AppConfig: Prevent race conditions when writing slic3r.iniVojtech Kral
2018-10-11libslic3r utils: Add a Windows-proof file move functionbubnikv
2018-10-11Fix of "Supports not generating interface layers" #1306bubnikv
Fix of "Spurious support interfaces" #1309
2018-10-05Slicing of meshes, chaining of open polylines:version_1.41.1-rcbubnikv
The open polylines are sorted by decreasing length, so the new chains are seeded with the longer chains.
2018-10-05Yet another improvement in closing gaps in slices.bubnikv
Fixes #1256 and it finally fixes #1119 as well.
2018-10-04Improved slicing of objects with cracks and gaps.bubnikv
2018-10-04Fix of SPE-525bubnikv
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-03Fix of SPE-513: unblockable supportsbubnikv
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-03Improvement in mesh slicing:bubnikv
Hole fill is disabled in 3D, and maximum 2mm gaps are closed at 2D by a greedy algorithm.
2018-10-01Fixed crashes caused by the preceding commit.bubnikv
2018-09-27Fix ofbubnikv
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-26Fixed #1244 - perl partversion_1.41.1-betaEnrico Turri
2018-09-17Supports - fix of the recent changes: Always generate dense supportsbubnikv
below overhangs, even if the overhangs are steep.
2018-09-14Merge remote-tracking branch 'origin/support_improvements'bubnikv
2018-09-14FirmwareDialog: Add appropriate set of wildcards to the file pickerVojtech Kral
2018-09-14Fix window size persistenceVojtech Kral
Fixes #1116 Fixes #1175
2018-09-14Firmware updater: Fix MMU2 lookup wrt. other Prusa devices being connectedVojtech Kral
2018-09-14ConfigWizard: Properly apply gcode_flavorVojtech Kral
Fixes #1138
2018-09-14Merge remote-tracking branch 'origin/vb_slicing_fix'bubnikv
2018-09-14Merge remote-tracking branch 'origin/parallel_arrange'bubnikv
2018-09-14Merge remote-tracking branch 'origin/lm_temperature_fix'bubnikv
2018-09-14Merge remote-tracking branch 'origin/lm_wipe_tower_consumption'bubnikv
2018-09-12Added number of toolchanges into 'Sliced info' statisticsLukas Matena
2018-09-10Fixed compile on LinuxEnrico Turri
2018-09-10Fixed #1211Enrico Turri
2018-09-07Export the first M73 line to gcode before custom gcodeEnrico Turri
2018-09-07New support settings: "support_material_auto" controls, whetherbubnikv
the supports shall be generated automatically. If not, only supports inside support enforcers are generated.
2018-09-07Merge pull request #1195 from mloidl/duet_whitespaceVojtech Kral
duet upload: allow whitespaces in filenames
2018-09-07Refinements for small item arrangement using the increased cpu power.tamasmeszaros
2018-09-07Fixed rendering of endcaps on open toolpathsEnrico Turri
2018-09-07Cleaning up and fixing localization issues with AppController.tamasmeszaros
2018-09-07Merge remote-tracking branch 'origin/master' into parallel_arrangetamasmeszaros
2018-09-06minor changes for url_encodeMartin Loidl
2018-09-06Implemented support enforcers / blockers.bubnikv
Reduced amount of full support interfaces similar to S3D.
2018-09-05allow whitespaces for duet uploadMartin Loidl
* now url_encoding characters which could not used for URLs
2018-09-05Wipe tower extrusions are now accounted for in the filament consumption ↵Lukas Matena
statistics
2018-09-05Final bug-fix for #1169 considering issue #971YuSanka
2018-09-05fixed typo-bugYuSanka
2018-09-05Merge branch 'master' of https://github.com/prusa3d/Slic3rYuSanka
2018-09-05Fix to last commitYuSanka
2018-09-05Merge branch 'master' of https://github.com/prusa3d/Slic3rEnrico Turri
2018-09-05Fixed stl import when endsolid lines contains extra dataEnrico Turri
2018-09-05Fixed bug from issue #1169YuSanka