PrusaSlicer-NonPlainar/tests
Vojtech Bubnik c28585ab7f WIP PlaceholderParser: Support for local and global variables.
Implements #4048 #7196

Syntax:

(global|local) variable_name =
	(scalar_expression|vector_variable|array_expr|initializer_list)

array_expr := array(repeat, value)
initializer_list := (value, value, value, ...)

The type of the newly created variable is defined by the type
of the right hand side intitializer.

Newly declared variable must not override an existing variable.
Variable may be assigned with global|local expression, but its type
must not be changed.

Newly the assignment operator also accepts the same right hand expressions
as the global|local variable definition.
2023-03-22 17:46:57 +01:00
..
catch2 Updated the Catch2 framework from v2.13.3 to v2.13.6. 2021-07-08 16:55:59 +02:00
cpp17 Get ready to merge with master. 2019-12-06 09:28:17 +01:00
data Merge branch 'master' into fs_fix_for_Allura_script_font 2023-01-26 12:01:12 +01:00
example Re-enable example test 2019-10-30 17:19:43 +01:00
fff_print Fix/Disable some tests after Removal of ensure vertical shell thickness option 2023-03-03 18:15:21 +01:00
libnest2d Fix failing libnest2d tests 2023-03-13 13:52:21 +01:00
libslic3r WIP PlaceholderParser: Support for local and global variables. 2023-03-22 17:46:57 +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 Disable overly detailed test outputs 2022-02-03 17:12:53 +01:00
CMakeLists.txt Added test for libcurl https handling disabled on build server. 2020-03-06 15:18:14 +01:00
test_utils.hpp Add tests for EigenMesh3D raycaster with hole support. 2020-01-08 17:11:22 +01:00