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
AgeCommit message (Expand)Author
2020-01-21Fix of the previous commit: Fixed number of unit tests to be executed.bubnikv
2020-01-21Ported PlaceholderParser unit tests to C++.bubnikv
2019-12-04Add int() and % (modulo)Matthias Urlichs
2018-05-15Added layer_num, layer_z variables to the end_gcode, end_filament_gcode,bubnikv
2018-03-28Another t-test change to avoid failsLukas Matena
2018-03-28t tests changed so they don't fail on the extruder number checkLukas Matena
2018-02-02Fix of "Conditional gcode with "<=" condition fails"version_1.39.1-alphabubnikv
2017-12-21Fixed placeholder parser tests.bubnikv
2017-12-19Implemented <,>,<=,>=,or,and,||,&& operators.bubnikv
2017-12-18Fixed a regression error: The "current_extruder" identifier was not setbubnikv
2017-11-29Fixed a 32bit build bug in the new PlaceholderParser macro processor.bubnikv
2017-11-29Fixed a failing PlaceholderParser test case.bubnikv
2017-11-28Added some test cases for the conditional G-code math calculator.bubnikv
2017-11-28Ported the between_objects_gcode custom G-code blocks,bubnikv
2017-11-26Fix of the new PlaceholderParser: Maintain whitespaces and new lines.bubnikv
2017-11-26PlaceholderParser extended with {if}/{elsif}{else} blocks andbubnikv
2017-11-17The PlaceholderParser has been rewritten to usebubnikv
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2015-07-01Finished porting PlaceholderParser to XSAlessandro Ranellucci
2015-05-03Bugfix: [layer_num] was out of order because of support material layers havin...Alessandro Ranellucci
2014-06-13A few improvements to gcode placeholder tests.Y. Sapir
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-04-29One more change to multi-value placeholders: indices start from 0. #1899Alessandro Ranellucci
2014-04-29Fixed regression and ambiguity about multiple-value placeholders like [first_...Alessandro Ranellucci
2014-03-17Better fix for non-global options not being replaced in filename placeholders...Alessandro Ranellucci
2013-08-28Moved vibration limit to its own G-code filterAlessandro Ranellucci
2013-05-13Move Slic3r::Test::GCodeReader to Slic3r::GCode::ReaderAlessandro Ranellucci
2013-03-10Update testsAlessandro Ranellucci
2012-12-23Add unit test to check that nested config options workAlessandro Ranellucci
2012-12-20Bugfix: custom layer G-code was applied before Z change, and not after like i...Alessandro Ranellucci