this is is a similair question to my last which has now been solved (i hope)
i recently downloaded a program for processing, unfortunately it was written for processing 1 and does not run properly on 2. the section i am having problems with is as follows:
scanGcode(FIND_LIMITS);
}
void findLimits(int i, int j){ // find the limits of the G code file
i recently downloaded a program for processing, unfortunately it was written for processing 1 and does not run properly on 2. the section i am having problems with is as follows: