PrusaSlicer-NonPlainar/tests
Vojtech Bubnik a53070f5e6 PlaceholderParser: Simpler if / elsif / else / endif syntax.
{if cond1}{expr1}{elsif cond2}{expr2}{else}{expr3}{endif}
could be written as
{if cond1;expr1;elsif cond2;expr2;else;expr3;endif}
the first semicolon after else is not manadtory, thus the following is valid
{if cond1;expr1;elsif cond2;expr2;else expr3;endif}
each expression could be also empty or contain multiple expressions:
{if cond1;elsif cond2;else endif}
2023-03-24 16:35:53 +01:00
..
catch2
cpp17
data Merge branch 'master' into fs_fix_for_Allura_script_font 2023-01-26 12:01:12 +01:00
example
fff_print PlaceholderParser: Fixed compilation issues, added integration test 2023-03-23 09:23:20 +01:00
libnest2d Fix failing libnest2d tests 2023-03-13 13:52:21 +01:00
libslic3r PlaceholderParser: Simpler if / elsif / else / endif syntax. 2023-03-24 16:35:53 +01:00
sla_print Merge branch 'master' into et_tm_sla_volumes_6-SPE-1285 2023-01-18 16:40:12 +01:00
slic3rutils Merge branch 'master' into fs_emboss 2022-09-30 18:29:57 +02:00
catch_main.hpp
CMakeLists.txt
test_utils.hpp