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/xsp
AgeCommit message (Expand)Author
2017-07-31Fix of "MM incorrect extruder temperature"bubnikv
2017-07-19Reduced the content of Geometry.pm, removed unused Perl subroutines.bubnikv
2017-07-10Inlined Surface::any_internal_contains / any_bottom_containsbubnikv
2017-07-07Fix of "Problem with larger brim overlapping "bubnikv
2017-06-30Fix of a cooling buffer over multiple extruders.bubnikv
2017-06-26Hopefully finally fixed reordering of the multi-material parts.bubnikv
2017-06-23Fix of https://github.com/alexrj/Slic3r/issues/4043 , thanks to @lordofhyphens.bubnikv
2017-06-22Ported the cooling changes from @alexrj: Don't slow down the externalbubnikv
2017-06-21Fix of changing the order of volumes of a multi-volume part:bubnikv
2017-06-15New feature: Splitting an object into a multi-part volume.bubnikv
2017-06-14Improved error handling when importing configuration from a G-code.bubnikv
2017-06-14Ported config load / stored to C++, thanks @alexrjbubnikv
2017-06-13Fix of https://github.com/prusa3d/Slic3r/issues/285bubnikv
2017-06-08Limit the object movement to the vincinity of the print bed.bubnikv
2017-05-30Further refactoring, C++11 conversion and code simplification.bubnikv
2017-05-30Fixed a regression bug from the last commit. Some more code simplificationbubnikv
2017-05-30Fixed order of loading the configs into Print / PrintObjectsbubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-05-24New config field extruder_color for preview of extruder assignment.bubnikv
2017-05-20Implemented UI for ordering volumesbubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-05-17Initial implementation of a wipe tower preview UI.bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-03-30Fixes of VBO rendering on Linux with wxWidgets & GTKversion_1.34.0bubnikv
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-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-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-28Update Config.xsp (#50)AndylgTom
2017-02-27Support Prusa Control project files (.PRUS) by the GUI.bubnikv
2017-02-27Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.bubnikv
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2017-02-22Added missing get_volume() method to the PrintObject Perl interface.bubnikv
2017-02-21Added make_sphere, generates a mesh with specified step angle and raidus rho.Joseph Lenox
2017-02-21Made cube and cylinder static functions of the package, not some specific Tri...Joseph Lenox
2017-02-21Added prototype make_cylinder()Joseph Lenox
2017-02-21Added new constructor to TriangleMesh that accepts vectors of Points and make...Joseph Lenox
2017-02-21Ported CoolingBuffer to C++/XSAlessandro Ranellucci
2017-02-19Added SystemInfo dialog,bubnikv
2017-02-15make_skirt ported to C++bubnikv
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2017-02-08added total cost/weight to Extruder statistics, mocked up addendum to status ...Joseph Lenox