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/lib
AgeCommit message (Expand)Author
2017-05-12Remove hardcoded font size for wxGTKXoan SampaiƱo
2017-05-10Improved G-code generator for multi-material printsbubnikv
2017-05-05Added Notes Tab to Printer Settings #210bubnikv
2017-05-04Fixed a newly introduced G-code issue on Windowsbubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-04-24Fixes Variable Layer Height issue when max_layer_height at its default of zerobubnikv
2017-04-11Fixing a bug in the layer editor for high diameter nozzles.bubnikv
2017-04-10Finalized the experimental "synchronize support layers with object layers"bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-04-05Fix of https://github.com/prusa3d/Slic3r/issues/218version_1.34.1bubnikv
2017-04-05Finalized the Prusa Control project file format import.bubnikv
2017-04-05Validate the height values entered into the layer height table.bubnikv
2017-04-03Disable ensure_vertical_shell_thickness for spiral vase mode.bubnikv
2017-03-30Permit firmware retraction when firmware is Repetier (repetier-firmware suppo...Joseph Lenox
2017-03-30Fixes of VBO rendering on Linux with wxWidgets & GTKversion_1.34.0bubnikv
2017-03-28Only print "Generating perimeters" once.bubnikv
2017-03-28Fixed 3D view of the Cut dialog.bubnikv
2017-03-23Fixing Window selections wrongbubnikv
2017-03-23Fixed the rotation and scaling inputs allowing decimal numbers withbubnikv
2017-03-23Fixed rotations, allow both dot and dash as decimal separators,bubnikv
2017-03-21Had the vertex buffer objects disabled for debugging purposes by mistake.bubnikv
2017-03-20Fixed bug in variable layer height editing: Make the OpenGL contextbubnikv
2017-03-20Use OpenGL 2.0 shaders for the layer height rendering.bubnikv
2017-03-16Use Vertex Buffer Objects for rendering of 3D volumes if possible.bubnikv
2017-03-15Fixed some memory allocation issues of the new C++ 3d path previewbubnikv
2017-03-15Rewrote the OpenGL object rendering to indexed triangle / quad setsbubnikv
2017-03-14Fixed some picking issues after porting GLVolumes to C++.bubnikv
2017-03-13Volume rewritten from Perl to C++,bubnikv
2017-03-08Fixed a typo after porting _simplify_slices to C++.bubnikv
2017-03-08Simplify_slices rewritten to C++, parallelized.bubnikv
2017-03-08Fixing of slicing errors ported to C++, parallelized.bubnikv
2017-03-03More tracing of the slicing process.bubnikv
2017-03-01Fixed a bug after merge.bubnikv
2017-02-28Correctly rename g-code file once it is generated.bubnikv
2017-02-28Remove unnecessary method callAlessandro Ranellucci
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Some documentation on missing functionalities.bubnikv
2017-02-27Support Prusa Control project files (.PRUS) by the GUI.bubnikv
2017-02-27Removed CoolingBuffer.pm as it has been superseeded by the C++ code.bubnikv
2017-02-27Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.bubnikv
2017-02-27Good bye, Perl Expat binding!bubnikv
2017-02-26Using the C++ file loaders.bubnikv
2017-02-26Removed the old Perl Supports.bubnikv
2017-02-22Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443Alessandro Ranellucci
2017-02-22Fixes an issue: Slic3r outputs Weight: %.1fg, Cost: %.1f on command line,bubnikv
2017-02-21Command for reloading an object from file. #1466Alessandro Ranellucci
2017-02-21By @lordofhyphens:bubnikv
2017-02-21Support decimal scaling factors and rotation angles. #1617Alessandro Ranellucci
2017-02-21Only enable movers if modifier mesh.Joseph Lenox