1671
Share Your GCode / Re: Probe Script
« on: May 21, 2015, 06:45:28 AM »i'm trying to change the feed at the top.
like ;
Feed = 6
then ;
Code "g31 F[Feed] X"&PosMove
that way i can change the feed in one area. is this possible ?
or even have two feeds
Feed1 = 6
Feed2 = 10
Feed1 = 6
Feed2 = 10
Code "G31 F" & Feed1 & " X" & PosMove
Code "G31 F" & Feed2 & " Y" & PosMove