C:/usr/src/avr/plotter/shvars.c File Reference
#include <inttypes.h>
#include "motori.h"
Go to the source code of this file.
|
Defines |
| #define | SCRATCHPAD_SIZE 64 |
Variables |
| char | scratchpad [SCRATCHPAD_SIZE] |
| | character scratchpad used by scanner
|
| double | numpad [4] |
| | stored parameters of AA and similar commands
|
| int32_t | ip_pad [4] |
| | stored parameters of IP command (4)
|
| int32_t | sc_pad [4] |
| | 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.
|
Define Documentation
| #define SCRATCHPAD_SIZE 64 |
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.