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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
AgeCommit message (Expand)Author
2018-09-21Fixed memory leak in is_splittable_object()Enrico Turri
2018-09-21Dimensions of scale on rotate gizmo as function of object sizeEnrico Turri
2018-09-21Enhanced fix of #1229 - c++ partEnrico Turri
2018-09-21Fixed import of rotations from 3mf filesEnrico Turri
2018-09-201st installment of ModelInstance 3D rotation componentsEnrico Turri
2018-09-20Ignore mouse up event after double click on gizmos grabbersEnrico Turri
2018-09-19Polymorphic AppController for cli and gui modes.tamasmeszaros
2018-09-19reset transformation components to their default value by double clicking on ...Enrico Turri
2018-09-19Refactoring member variable names for my classes to match our coding style.tamasmeszaros
2018-09-19png export recovered with the new print object interface.tamasmeszaros
2018-09-19Fixed colors of extrusion pathsEnrico Turri
2018-09-19Zipper concept clarified.tamasmeszaros
2018-09-19Merge branch 'dev2' of github.com:prusa3d/Slic3r into dev2tamasmeszaros
2018-09-19Zipper implementation in gui level for png export.tamasmeszaros
2018-09-19Build: Make return value type mismatch an error on UnixVojtech Kral
2018-09-19Build fixes, conversion of wxString into utf-8 std::stringVojtech Kral
2018-09-19Merge branch 'gui_preview_to_cpp' of https://github.com/prusa3d/Slic3r into dev2Enrico Turri
2018-09-19Code cleanupEnrico Turri
2018-09-18Removed explicit dependency of wxWidgets from PrintExport.hpptamasmeszaros
2018-09-18Perl version of preview removed from Slic3rEnrico Turri
2018-09-18Method Preview::load_print() ported to c++Enrico Turri
2018-09-181st installment of preview ported in c++Enrico Turri
2018-09-18removing unnecessary artefacts FindFlann and duplicate c++11 standard definit...tamasmeszaros
2018-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
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
2018-09-14Finished porting of the status bar to C++.bubnikv
2018-09-14Removed the Controller, Layer View, System Info, ObjectCutDialog,bubnikv
2018-09-14WIP: Background processing.bubnikv
2018-09-12Removed Strings.hpp, replaced with wxStringbubnikv
2018-09-12Merged with devbubnikv
2018-09-11Improved constness of the Print / PrintObject / Layer ...bubnikv
2018-09-11Temporary remove not yet supported transformations from 3D gizmosEnrico Turri
2018-09-111st installment of gizmo move 3DEnrico Turri
2018-09-10Added perl callback for gizmo flattenEnrico Turri
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-10Another partial refactoring of 3d gizmosEnrico Turri
2018-09-10Partial refactoring of 3d gizmosEnrico 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-07Added perl callback for three doublesEnrico Turri
2018-09-07Tweaks to gizmo scale 3DEnrico Turri
2018-09-07Merge branch 'master' of https://github.com/prusa3d/Slic3r into devEnrico Turri
2018-09-07Merge pull request #1195 from mloidl/duet_whitespaceVojtech Kral