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
AgeCommit message (Collapse)Author
2018-09-17Fix of compilation on Linux, disabled -WreorderVojtech Bubnik
2018-09-17WIP fix of PostProcessor on Linuxbubnikv
2018-09-17Merged with devbubnikv
2018-09-17Removed Print.pm,bubnikv
ported execution of post processing scripts into C++ (WIP, waits for update of boost::system module on our build server) Removed other mention of the "Controller".
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-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-14Removed the Controller, Layer View, System Info, ObjectCutDialog,bubnikv
removed unused Perl modules.
2018-09-14WIP: Background processing.bubnikv
2018-09-12Removed Strings.hpp, replaced with wxStringbubnikv
Fixed UTF8 rendering of status messages.
2018-09-12Merged with devbubnikv
2018-09-12Added number of toolchanges into 'Sliced info' statisticsLukas Matena
2018-09-11Improved constness of the Print / PrintObject / Layer ...bubnikv
Split the wipe tower and time statistics data into separate objects. Initial work in synchronizing the Model with the Print.
2018-09-10Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-10Fixed compile on LinuxEnrico Turri
2018-09-10Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-10Fixed #1211Enrico Turri
2018-09-10Replaced this->m_xxx with just m_xxxbubnikv
2018-09-07Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico 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-07Added perl callback for three doublesEnrico Turri
2018-09-07Refinements for small item arrangement using the increased cpu power.tamasmeszaros
2018-09-07Merge remote-tracking branch 'origin/master' into parallel_arrangetamasmeszaros
2018-09-06Implemented support enforcers / blockers.bubnikv
Reduced amount of full support interfaces similar to S3D.
2018-09-06Added Vec3d ModelInstance::transform_vector() methodEnrico Turri
2018-09-06Tweaks to ModelObject::center_around_origin()Enrico Turri
2018-09-05Merge remote-tracking branch 'remotes/prusa/master' into master_slic3rPE_PRsupermerill
cleaning some tabs & wrong indentation at the same time.
2018-09-05thin_walls : medial axis improvementsmergingsupermerill
It's now an intensive post-processing of the raw voronoi diagram. It picks each crossing and try to merge branch where it makes sense, updating the width. + new tests (it fail the all medial axis segments of a semicircumference have the same orientation, but it's intended) + filter for too small thin walls + edge case for too many thin/thick chunks note: the algo do not know "the good direction". If the thing is more wide that long, it will extrude side-way.
2018-09-05Bugfix no_sort: support generator accept chained ExtrusionEntityCollectionsupermerill
2018-09-05auto dense infill : add no_sort to draw the perimeter firstsupermerill
2018-09-05Wipe tower extrusions are now accounted for in the filament consumption ↵Lukas Matena
statistics
2018-09-05Fixed flatten gizmo's flattening normalEnrico Turri
2018-09-05Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-05Another attempt to fix the temperature change issueLukas Matena
2018-09-05Renamed GLVolume member variables to match the corresponding ModelInstance onesEnrico Turri
2018-09-04Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-04Added ModelInstance::world_matrix() method and stl_transform using eigen ↵Enrico Turri
transform
2018-09-03Bugfix - extruder temperature was sometimes not correctly set on the wipe towerLukas Matena
2018-09-01Merge remote-tracking branch 'origin/master' into support_improvementsbubnikv
2018-08-31Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-08-31Merge remote-tracking branch 'origin/feature_arrange_with_libnest2d' into devtamasmeszaros
# Conflicts: # xs/src/slic3r/AppController.cpp
2018-08-31Merge branch 'dev' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-08-31Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-08-30Merge remote-tracking branch 'origin/cpp_progress_status_bar' into devtamasmeszaros
# Conflicts: # lib/Slic3r/GUI/MainFrame.pm # xs/src/slic3r/AppController.cpp # xs/src/slic3r/AppControllerWx.cpp # xs/src/slic3r/GUI/GUI.hpp
2018-08-30Bumped up the version number to 1.41.0 release,bubnikv
bundled updated PrusaResearch configs.
2018-08-30Merge remote-tracking branch 'remotes/origin/master' into support_improvementsbubnikv