PrusaSlicer-NonPlainar/xs
bubnikv bbfb9a4190 Added regex matching operators to the conditional G-code processor
in a form similar to Perl:

Following expression returns true, if the variable matches the regex:
	variable =~ /regex/
Following expression returns true, if the variable does not match the regex:
	variable !~ /regex/
2017-12-15 17:14:24 +01:00
..
lib/Slic3r Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
src Added regex matching operators to the conditional G-code processor 2017-12-15 17:14:24 +01:00
t Fixed configuration & validate C++ ports. 2017-10-27 16:11:06 +02:00
xsp Fixed handling of print and filament presets incompatible 2017-12-13 14:00:14 +01:00
CMakeLists.txt Initial definition of PresetHints C++ class and Perl binding, ported the cooling logic hints to C++. 2017-11-09 10:48:06 +01:00
main.xs.in Initial implementation of a CMake build system for the Slic3r XS module. 2017-08-16 19:05:08 +02:00