C:/usr/src/avr/plotter/shvars.h File Reference
#include "motori.h"
Go to the source code of this file.
|
Variables |
| char | scratchpad [] |
| | character scratchpad used by scanner
|
| double | numpad [] |
| | stored parameters of AA and similar commands
|
| int32_t | ip_pad [] |
| | stored parameters of IP command (4)
|
| int32_t | sc_pad [] |
| | stored parameters of SC command (4)
|
| STEPPER_POINT | stepper_loc |
| | absolute stepper coordinates
|
| USER_POINT | user_loc |
| | rounded location in user coordinate system (used for arc calculation)
|
| uint8_t | borderflags |
| | Margin flags: MSB [0 0 ZINF ZSUP YINF YSUP XINF XSUP] LSB.
|
Variable Documentation
Margin flags: MSB [0 0 ZINF ZSUP YINF YSUP XINF XSUP] LSB.
Definition at line 16 of file shvars.c.
stored parameters of IP command (4)
Definition at line 9 of file shvars.c.
stored parameters of AA and similar commands
Definition at line 8 of file shvars.c.
stored parameters of SC command (4)
Definition at line 10 of file shvars.c.
character scratchpad used by scanner
Definition at line 7 of file shvars.c.
absolute stepper coordinates
Definition at line 12 of file shvars.c.
rounded location in user coordinate system (used for arc calculation)
Definition at line 14 of file shvars.c.