bubnikv
|
7645e9cb7a
Added layer_num, layer_z variables to the end_gcode, end_filament_gcode,
|
6 years ago |
Lukas Matena
|
7951349a1f
Another t-test change to avoid fails
|
6 years ago |
Lukas Matena
|
0d2637fede
t tests changed so they don't fail on the extruder number check
|
6 years ago |
bubnikv
|
b4483fdcbd
Fix of "Conditional gcode with "<=" condition fails"
|
7 years ago |
bubnikv
|
9d3ade81fa
Fixed placeholder parser tests.
|
7 years ago |
bubnikv
|
a402b1b83d
Implemented <,>,<=,>=,or,and,||,&& operators.
|
7 years ago |
bubnikv
|
bb61de8379
Fixed a regression error: The "current_extruder" identifier was not set
|
7 years ago |
bubnikv
|
ae118519ab
Fixed a 32bit build bug in the new PlaceholderParser macro processor.
|
7 years ago |
bubnikv
|
6729dc1c6d
Fixed a failing PlaceholderParser test case.
|
7 years ago |
bubnikv
|
0ddbfccb08
Added some test cases for the conditional G-code math calculator.
|
7 years ago |
bubnikv
|
672194b475
Ported the between_objects_gcode custom G-code blocks,
|
7 years ago |
bubnikv
|
b54a15faa2
Fix of the new PlaceholderParser: Maintain whitespaces and new lines.
|
7 years ago |
bubnikv
|
708f416c84
PlaceholderParser extended with {if}/{elsif}{else} blocks and
|
7 years ago |
bubnikv
|
47f193fe2d
The PlaceholderParser has been rewritten to use
|
7 years ago |
bubnikv
|
2455aee97c
Further reduction of Perl Config.pm methods.
|
7 years ago |
bubnikv
|
401059066e
Switched to Perl local::lib for local compilation.
|
7 years ago |
Alessandro Ranellucci
|
6a90fceaaf
Ported expanded_output_filepath() to C++/XS
|
8 years ago |
Alessandro Ranellucci
|
580d28d071
Finished porting PlaceholderParser to XS
|
9 years ago |
Alessandro Ranellucci
|
63af442e3e
Bugfix: [layer_num] was out of order because of support material layers having their order numbers. Now we use a unique continuous series. Includes regression test. #2634
|
9 years ago |
Y. Sapir
|
09357e5868
A few improvements to gcode placeholder tests.
|
10 years ago |
Alessandro Ranellucci
|
7ba08c90cf
Refactoring to Model API for making it stricter and safer
|
10 years ago |
Alessandro Ranellucci
|
7a9dec3720
One more change to multi-value placeholders: indices start from 0. #1899
|
10 years ago |
Alessandro Ranellucci
|
a4b6075600
Fixed regression and ambiguity about multiple-value placeholders like [first_layer_temperature_1]. Includes several unit tests covering regression. #1899
|
10 years ago |
Alessandro Ranellucci
|
34f1511e0c
Better fix for non-global options not being replaced in filename placeholders. Includes refactoring and a new PlaceholderParser class. Also includes regression tests. #1831
|
11 years ago |
Alessandro Ranellucci
|
73c05a6092
Moved vibration limit to its own G-code filter
|
11 years ago |
Alessandro Ranellucci
|
baa1a8c736
Move Slic3r::Test::GCodeReader to Slic3r::GCode::Reader
|
11 years ago |
Alessandro Ranellucci
|
06a592f25e
Update tests
|
12 years ago |
Alessandro Ranellucci
|
db754dca4d
Add unit test to check that nested config options work
|
12 years ago |
Alessandro Ranellucci
|
ea304a4803
Bugfix: custom layer G-code was applied before Z change, and not after like it was documented. #869
|
12 years ago |