Comment corrections and function call update.
This commit is contained in:
parent
5310055408
commit
06432c9de9
2 changed files with 16 additions and 16 deletions
2
gcode.c
2
gcode.c
|
|
@ -64,7 +64,7 @@ void gc_init()
|
|||
|
||||
// Sets g-code parser position in mm. Input in steps. Called by the system abort and hard
|
||||
// limit pull-off routines.
|
||||
void gc_sync_position(int32_t x, int32_t y, int32_t z)
|
||||
void gc_sync_position()
|
||||
{
|
||||
uint8_t i;
|
||||
for (i=0; i<N_AXIS; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue