LAT Hologramm-Software 2.0
Loading...
Searching...
No Matches
Macros
grbl.h File Reference
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include <avr/wdt.h>
#include <util/delay.h>
#include <math.h>
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include "config.h"
#include "nuts_bolts.h"
#include "settings.h"
#include "system.h"
#include "defaults.h"
#include "cpu_map.h"
#include "planner.h"
#include "coolant_control.h"
#include "eeprom.h"
#include "gcode.h"
#include "limits.h"
#include "motion_control.h"
#include "print.h"
#include "probe.h"
#include "protocol.h"
#include "report.h"
#include "serial.h"
#include "spindle_control.h"
#include "stepper.h"
#include "jog.h"
Include dependency graph for grbl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GRBL_VERSION   "1.1h"
 
#define GRBL_VERSION_BUILD   "20190830"
 

Macro Definition Documentation

◆ GRBL_VERSION

#define GRBL_VERSION   "1.1h"

Definition at line 25 of file grbl.h.

◆ GRBL_VERSION_BUILD

#define GRBL_VERSION_BUILD   "20190830"

Definition at line 26 of file grbl.h.