PlottWare/PlottWareFirmware/globals.h

17 lines
290 B
C
Raw Permalink Normal View History

2019-08-08 14:02:07 +00:00
#ifndef GLOBALS_H_INCLUDED
#define GLOBALS_H_INCLUDED
//in steps
unsigned long int posX=-1;
unsigned long int posY=-1;
unsigned long int posXmm=-1;
unsigned long int posYmm=-1;
//currently selected tool
int tool=0;
//positioning system
bool relative=false;
#endif // GLOBALS_H_INCLUDED