mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-27 13:56:24 +00:00
Adjust indentation in ubl.h
This commit is contained in:
parent
f5c5c1f771
commit
4abd53f65a
14
Marlin/ubl.h
14
Marlin/ubl.h
@ -20,14 +20,16 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "Marlin.h"
|
|
||||||
#include "math.h"
|
|
||||||
#include "vector_3.h"
|
|
||||||
|
|
||||||
#ifndef UNIFIED_BED_LEVELING_H
|
#ifndef UNIFIED_BED_LEVELING_H
|
||||||
#define UNIFIED_BED_LEVELING_H
|
#define UNIFIED_BED_LEVELING_H
|
||||||
|
|
||||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
#include "MarlinConfig.h"
|
||||||
|
|
||||||
|
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||||
|
|
||||||
|
#include "Marlin.h"
|
||||||
|
#include "math.h"
|
||||||
|
#include "vector_3.h"
|
||||||
|
|
||||||
#define UBL_VERSION "1.00"
|
#define UBL_VERSION "1.00"
|
||||||
#define UBL_OK false
|
#define UBL_OK false
|
||||||
@ -335,5 +337,5 @@
|
|||||||
|
|
||||||
#define UBL_LAST_EEPROM_INDEX (E2END - sizeof(unified_bed_leveling::state))
|
#define UBL_LAST_EEPROM_INDEX (E2END - sizeof(unified_bed_leveling::state))
|
||||||
|
|
||||||
#endif // AUTO_BED_LEVELING_UBL
|
#endif // AUTO_BED_LEVELING_UBL
|
||||||
#endif // UNIFIED_BED_LEVELING_H
|
#endif // UNIFIED_BED_LEVELING_H
|
||||||
|
Loading…
Reference in New Issue
Block a user