Evoken your intricate designs are really cool! keep em coming neato
Frenchy, I am working on a new feature and really want to test it out before I release a new version but I think you should have your “Snap” before your fingers wear off 
here is the code for the “+” rotation button
<BLOCKQUOTE>quote:</font><HR>[IButton,"+",“Rotate Pos”,
[if,[IGet,Zscript:Xa],[IModSet,TOOL :DEFORMATION:Rotate,1]]
[if,[IGet,Zscript:Ya],[IModSet,TOOL :DEFORMATION:Rotate,2]]
[if,[IGet,Zscript:Za],[IModSet,TOOL :DEFORMATION:Rotate,4]]
[VarSet,dangle,[IGet,zscript:ang]]
[ISet,TOOL :DEFORMATION:Rotate,dangle]
[if,zscript:snap,[Ipress,TRANSFORM:SNAPSHOTOBJECT]]
]
<HR></BLOCKQUOTE>
Open Zif Worm.txt in a text editor and do a search to find the button. and add
[if,zscript:snap,[Ipress,TRANSFORM:SNAPSHOTOBJECT]]
in the location in the code above. Do the same for the “-” button and there you have it! Snap on brother