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/xsp
AgeCommit message (Expand)Author
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
2017-02-08Add weight/cost output to gcode. On the way to #647Joseph Lenox
2017-02-07Added a tooltip overlay for the variable layer height edit tool.bubnikv
2017-02-02Avoid placement of seams on bridging perimeters, if random seam is enabled.bubnikv
2017-01-25ExtrusionMultiPath perl binding - polyline() method.bubnikv
2017-01-20Added new file: ExtrusionMultiPath.xspbubnikv
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-12-21Improvements in the manual layer width editor.bubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-12Support for user definable variable layer thickness, the C++ backend.bubnikv
2016-12-08Fixes and improvements to the view selection menu, cherry picked from @alexrj...Alessandro Ranellucci
2016-12-08Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry...Alessandro Ranellucci
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-24Log support through boost::logbubnikv
2016-11-20Missed this one at the last check-in.bubnikv
2016-11-18Reverted the perimeter generator to not save the perimeter areas.bubnikv
2016-11-17Reduced some compiler warnings.bubnikv
2016-11-10re-wrote PrintObject::detect_surfaces_type() to C++,bubnikv
2016-11-08Reworked the bridge detector to allow searching a single bridgingbubnikv
2016-11-06Unit test to verify whether Slic3r would hang when croaking frombubnikv
2016-11-05Refactored Print::validate() method to not throw an exception, butbubnikv
2016-11-04Hopefully a fix of https://github.com/prusa3d/Slic3r/issues/11bubnikv
2016-11-04Method ExtrusionEntity::polygons_covered() and derived were splitbubnikv
2016-11-03ExtrusionEntity and derived classes: Documented, short methods madebubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-27Fixed the fill density for rectilinear, triangular and cubic infills.bubnikv