Hi
I want to have a code formatted like this:
rotate([90,0,0])
translate([20,0,0])
cube(size=30);
cube(size=50);
I have a 'Modeling' rule which include 'rotate' and translate' and ends with ')' or optional curled brackets, and i have a few rules wich ends with semicolon.The grammar becomes very complicated to present a simplified version.
I use a command like:
c.setIndentationIncrement().after(f.getModelingRule());
This line does the increments correctly, what i can't do is the decrements after semicolon. Is that possible?
Thank you
Charalampos Alexopoulos