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
2014-12-28Bump version numberAlessandro Ranellucci
2014-12-28Integration with Octoprint. #1826Alessandro Ranellucci
2014-12-27Releasing 1.2.21.2.2Alessandro Ranellucci
2014-12-25Tell what options were changed when prompting user for saving a modified pres...Alessandro Ranellucci
2014-12-25One more retraction optimizationAlessandro Ranellucci
2014-12-24Bugfix: the region_volumes vector was not always extended after creating new ...Alessandro Ranellucci
2014-12-24Ported PrintObject::bridge_over_infill() to XSAlessandro Ranellucci
2014-12-24Make infill_only_where_needed idempotent. #2198Alessandro Ranellucci
2014-12-24Bugfix: a typo caused wrong loop splitting, thus wrong ordering of perimeters...Alessandro Ranellucci
2014-12-23Smarter automatic disabling of GUI fields + reordering of Print Settings page...Alessandro Ranellucci
2014-12-22Align infill across layers regardless of first-layer-specific extrusion width...Alessandro Ranellucci
2014-12-22Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bo...Alessandro Ranellucci
2014-12-22Remove the "(slow)" mark on infill patterns that used to be slow in the pastAlessandro Ranellucci
2014-12-22Fixed concave_points() and convex_points() after recent change of ccw_angle()Alessandro Ranellucci
2014-12-22Some more work on wireframeAlessandro Ranellucci
2014-12-17Minor fix to BridgeDetectorAlessandro Ranellucci
2014-12-17Fixed testsAlessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro Ranellucci
2014-12-17Use perimeter extruder for brim. #618Alessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-12-15Some initial work for 3D slice renderingAlessandro Ranellucci
2014-12-15Refactoring of PreviewCanvasAlessandro Ranellucci
2014-12-14Some incomplete work for moving objects in 3D platerAlessandro Ranellucci
2014-12-13Objects can be selected in 3D preview now. Double click and right click work ...Alessandro Ranellucci
2014-12-13Update testAlessandro Ranellucci
2014-12-13Minor improvements to the Skirt Loops tooltipAlessandro Ranellucci
2014-12-13Keep model objects aligned to Z = 0 in platerAlessandro Ranellucci
2014-12-13Removed two useless methods in PrintAlessandro Ranellucci
2014-12-13Consider extrusion width in Print::total_bounding_box()Alessandro Ranellucci
2014-12-13Ported Print::bounding_box(), Print::total_bounding_box(), Print::skirt_flow(...Alessandro Ranellucci
2014-12-09Limit "Only retract when crossing perimeters" so that retraction is triggered...Alessandro Ranellucci
2014-12-08Make combine_infill() completely idempotent. Includes unit testingAlessandro Ranellucci
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-12-01Ported PrintObject::total_layer_count() to XSAlessandro Ranellucci
2014-12-01Ported PrintObject::bounding_box() to XSAlessandro Ranellucci
2014-12-01Ported concave_points() and convex_points() to XSAlessandro Ranellucci
2014-12-01Bugfix: object steps were not invalidated when First layer extrusion width wa...Alessandro Ranellucci
2014-12-01Move toolpaths preview to the plater dialogAlessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-11-24New experimental feature for pressure management. Credits to @llluis for the ...Alessandro Ranellucci
2014-11-24Merge pull request #2278 from hroncok/admesh98Alessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-23Refactoring: removed _islands members in Slic3r::GCodeAlessandro Ranellucci
2014-11-23Fixed regression causing retraction to be skipped when Retract Length was 0 b...Alessandro Ranellucci
2014-11-23Bugfix: spiral vase was not working when extrusion axis was not E. #2350Alessandro Ranellucci
2014-11-23--spiral-vase now automatically overrides --perimeters, --top-solid-layers an...Alessandro Ranellucci
2014-11-23All std::string variables are now supposed to be UTF-8 encoded. We now embed ...Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci