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
2017-02-27Got rid of the Perl Format::STL, Format::AMF, Format::OBJ for good.bubnikv
2017-02-27Fix of a warning in expat parser, which turns to an errorbubnikv
2017-02-27Fixing compilation issues.bubnikv
2017-02-27Fixed a bug in AMF serialization.bubnikv
2017-02-27Fixed a missing include.Joseph Lenox
2017-02-27TriangleMesh.cpp/h:bubnikv
2017-02-27Some utility methods to help loading models from the disk.bubnikv
2017-02-26AdMesh:bubnikv
2017-02-26Initial rewrite of the file accessors from Perl to C++.bubnikv
2017-02-26Include expat parser into the Slic3r source code tree.bubnikv
2017-02-22Hopefully fixes the aligned seam:bubnikv
2017-02-22Fix of a typo specific to a debugging build.bubnikv
2017-02-22Changed defaults for the perimeter/infill overlap (15-55%)bubnikv
2017-02-22Added missing get_volume() method to the PrintObject Perl interface.bubnikv
2017-02-22Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443Alessandro Ranellucci
2017-02-21Command for reloading an object from file. #1466Alessandro Ranellucci
2017-02-21Always retract in bottom layers. #3053 #3618Alessandro Ranellucci
2017-02-21Added make_sphere, generates a mesh with specified step angle and raidus rho.Joseph Lenox
2017-02-21Implement clone() for Fill classesAlessandro Ranellucci
2017-02-21Made cube and cylinder static functions of the package, not some specific Tri...Joseph Lenox
2017-02-21Fixed mesh generation to generate cylinders.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-21The variable layer editing shader was made OpenGL 2.0 compatible.version_1.33.8bubnikv
2017-02-21Fixes: Infill patterns triangles/stars seem to be mixed-upbubnikv
2017-02-21Changed the platte of the variable layer height visualization,bubnikv
2017-02-19Fixes an ugly infinite loop issue.version_1.33.7bubnikv
2017-02-19Added SystemInfo dialog,bubnikv
2017-02-15Fixed https://github.com/prusa3d/Slic3r/issues/126version_1.33.4bubnikv
2017-02-15Improvements of the layer height spline editing close to the topbubnikv
2017-02-15Fixed trimming of support volumes by objects for the soluble supportsbubnikv
2017-02-15fix of C++11 gcc incompatiblitybubnikv
2017-02-15make_skirt ported to C++bubnikv
2017-02-15Added the append templates for std::vectorbubnikv
2017-02-14Fixed some of the raft issues introduced in the new C++ supports.bubnikv
2017-02-14new feature: Clip multi-part objects one by the other.bubnikv
2017-02-12Fix of "no support generated" https://github.com/prusa3d/Slic3r/issues/114bubnikv
2017-02-10Cherry-picked Repetier acceleration fixes, thanks to @lordofhyphensJoseph Lenox
2017-02-09Compilation fix on gcc,bubnikv
2017-02-09Limit the maximum support layer height by the maximum layer heightbubnikv
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2017-02-08Changed filament density to use g/cm^3. Extended tooltip to indicate calculat...Joseph Lenox
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 min_layer_height, max_layer_height per nozzle settingsbubnikv
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-02-02Created a total_lengt() free function for Polygons and Polylines.bubnikv
2017-02-02Fix of https://github.com/prusa3d/Slic3r/issues/75bubnikv