LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
Macros | Functions
limits.c File Reference
#include "grbl.h"
Include dependency graph for limits.c:

Go to the source code of this file.

Macros

#define HOMING_AXIS_SEARCH_SCALAR   1.5
 
#define HOMING_AXIS_LOCATE_SCALAR   5.0
 

Functions

void limits_init ()
 
void limits_disable ()
 
uint8_t limits_get_state ()
 

Macro Definition Documentation

◆ HOMING_AXIS_LOCATE_SCALAR

#define HOMING_AXIS_LOCATE_SCALAR   5.0

Definition at line 30 of file limits.c.

◆ HOMING_AXIS_SEARCH_SCALAR

#define HOMING_AXIS_SEARCH_SCALAR   1.5

Definition at line 27 of file limits.c.

Function Documentation

◆ limits_disable()

void limits_disable ( )

Definition at line 67 of file limits.c.

◆ limits_get_state()

uint8_t limits_get_state ( )

Definition at line 77 of file limits.c.

◆ limits_init()

void limits_init ( )

Definition at line 41 of file limits.c.