mesh_bed_calibration: drop Marlin.h include

This commit is contained in:
Guðni Már Gilbert 2024-08-13 23:23:21 +00:00
parent 0153eb05a1
commit 835caa0230
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "Marlin.h"
#include <avr/pgmspace.h>
#define BED_ZERO_REF_X (- 22.f + X_PROBE_OFFSET_FROM_EXTRUDER) // -22 + 23 = 1
#define BED_ZERO_REF_Y (- 0.6f + Y_PROBE_OFFSET_FROM_EXTRUDER + 4.f) // -0.6 + 5 + 4 = 8.4

View File

@ -4,6 +4,8 @@
#include "Configuration.h"
#include "language.h"
#include "lcd.h"
#include "Marlin.h" // delay_keep_alive
#include "menu.h"
#include "Prusa_farm.h"
#include "sound.h"