Hello, I should probably preface this and say that I'm not a programmer, and I can't seem to find out how to make this work, so here it goes, hopefully someone can help.

I've got a situation with my 3d stereo lithography printer where I'm in need of different feedrates and/or travel distance depending on the current layer being printed.

$CURSLICE reports the current layer. How would I format the code to accomplish the following....

if the $CURSLICE is less than 10 layers, use this value, if between 10-100 layers, use this value, and if greater than 100 layers, use this value?

Thanks in advance.
-Mike