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
AgeCommit message (Expand)Author
2018-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-09-17Fix of compilation on Linux, disabled -WreorderVojtech Bubnik
2018-09-17Merged with devbubnikv
2018-09-17Removed Print.pm,bubnikv
2018-09-14WIP: Background processing.bubnikv
2018-09-12Merged with devbubnikv
2018-09-11Improved constness of the Print / PrintObject / Layer ...bubnikv
2018-08-30Merge remote-tracking branch 'origin/cpp_progress_status_bar' into devtamasmeszaros
2018-08-27Merge remote-tracking branch 'origin/dev' into sla_base_pooltamasmeszaros
2018-08-21Replaced Point3 with Eigen Vec3crd, removed Point3 from the Perl binding.bubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-21Merge remote-tracking branch 'origin/eigenize' into sla_base_pooltamasmeszaros
2018-08-17Merged with masterbubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-08-09Merge remote-tracking branch 'origin/master' into feature_slice_to_pngtamasmeszaros
2018-08-02Wipe tower postprocessing, wipe tower block on 3D plate improved.Lukas Matena
2018-07-25Flip Y changed back to BOTTOM_LEFTtamasmeszaros
2018-07-18Merge remote-tracking branch 'origin/master' into feature_slice_to_pngtamasmeszaros
2018-07-18Slice only objects contained into the print volumeEnrico Turri
2018-07-17Merge with master + resolved conflictsEnrico Turri
2018-07-13Generate M73 lines for silent mode only for MK3 printersEnrico Turri
2018-07-11WipingExtrusions functions now don't need a reference to LayerToolsLukas Matena
2018-06-27Refactor and extensions to png export dialog.tamasmeszaros
2018-06-27Time estimate emitted to gcode at requested intervalEnrico Turri
2018-06-26'Dontcare' extrusions now don't force a toolchange + code reorganizationLukas Matena
2018-06-26Merge branch 'master' into wipe_tower_improvementsLukas Matena
2018-06-25Merge remote-tracking branch 'origin/master' into feature_slice_to_pngtamasmeszaros
2018-06-21Assigning of wiping extrusions improvedLukas Matena
2018-06-20Refactoring of perimeters/infills wiping (ToolOrdering::WipingExtrusions now ...Lukas Matena
2018-06-20Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimateEnrico Turri
2018-06-12C++ code cleanupEnrico Turri
2018-06-07Wiping into infill/objects - invalidation of the wipe tower, bugfixesLukas Matena
2018-05-303DScene timer and _variable_layer_thickness_action method moved to c++Enrico Turri
2018-05-30Prototype for exporting estimated remaining time into gcode for default and s...Enrico Turri
2018-05-30Wiping into infill should respect infill_first setting, marking moved to sepa...Lukas Matena
2018-05-25Fix crashing png export on Linux.tamasmeszaros
2018-05-21Model centered when exporting to png. Added some comments to the rasterization.tamasmeszaros
2018-05-18PNG conversion and parallel execution working.tamasmeszaros
2018-05-17Can rasterize polygons with holes using AGG. Export is raw ppm for now.tamasmeszaros
2018-05-16Rasterizer skeletontamasmeszaros
2018-05-15Basic svg export ported from perl to the point where actual svg is assembled....tamasmeszaros
2018-03-28Background processing in C++, WIP.bubnikv
2018-03-23Fixed automatic tests.bubnikv
2018-03-23Work in progress: Good bye, Perl Threads!bubnikv
2018-02-14Removed the GCodePreviewData from the Print class, it does not belong here,bubnikv
2018-02-14Split the GCodePreviewData from the GCodeAnalyzer,bubnikv
2018-02-13GCode Preview - Customizable extrusion role colors by editing 3DPreview.pmEnrico Turri
2018-02-12GCode Preview - Added objects and wipe tower transparent shellsEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri