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/t/gcode.t
AgeCommit message (Expand)Author
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
2017-02-10Test to ensure that the repetier firmware returns the correct acceleration M ...Joseph Lenox
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-04-12Fixed regression introduced by the recent PerimeterGenerator refactoring caus...Alessandro Ranellucci
2015-03-03Bugfix: temperature was not set correctly when using sequential printing. Inc...Alessandro Ranellucci
2015-02-16Fixed regression causing [input_filename] and [input_filename_base] not being...Alessandro Ranellucci
2014-12-24Don't perform wiping if we have just changed layer and no extrusions were per...Alessandro Ranellucci
2014-11-09Bugfix: a move below z_offset was performed when retract_lift was enabled and...Alessandro Ranellucci
2014-11-06Minor cleanup of t/gcode.tAlessandro Ranellucci
2014-11-06Bugfix: crash when slicing one layer objects with sailfish G-code flavor. Inc...Alessandro Ranellucci
2014-10-25Renamed shift_x and shift_y into originAlessandro Ranellucci
2014-06-05Bugfix: M73 was exceeding 100% when multiple objects were printed together. #...Alessandro Ranellucci
2014-05-26Bugfix: movement between objects in sequential printing mode was going too fa...Alessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-01-11Bugfix: ambiguous semantics of the layers_count() method caused M73 to go bey...Alessandro Ranellucci
2014-01-11Adapt the new gcode.t test to master (and subtract final retraction from used...Alessandro Ranellucci
2014-01-11Test that absolute_E is positive at the end of print (and document that it ac...Alessandro Ranellucci
2014-01-02Satisfy test suite and CLIAlessandro Ranellucci
2013-12-24Fixes to complete_objects to make t/gcode.t passAlessandro Ranellucci
2013-12-07Fix regression causing complete_objects to skip Z moves after first object is...Alessandro Ranellucci
2013-11-24Fix regression causing retraction restarts to ignore extrusion_axis. Includes...Alessandro Ranellucci
2013-11-02Fix complete_objects after XS port. Includes regression test. #1511Alessandro Ranellucci
2013-10-13Fix speed math for wipe, which was causing too fast retraction. Includes regr...Alessandro Ranellucci
2013-09-06Fixed wipe (includes regression test). #1421Alessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-05-31Store config in Slic3r::GCode objectAlessandro Ranellucci
2013-01-27Fix last_pos shifting and add unit testAlessandro Ranellucci