Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/Marlin.h')
-rw-r--r--Firmware/Marlin.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Firmware/Marlin.h b/Firmware/Marlin.h
index 59aea54ea..adcf8f201 100644
--- a/Firmware/Marlin.h
+++ b/Firmware/Marlin.h
@@ -317,3 +317,13 @@ extern void calculate_volumetric_multipliers();
// Similar to the default Arduino delay function,
// but it keeps the background tasks running.
extern void delay_keep_alive(int ms);
+
+extern void check_babystep();
+
+#ifdef DIS
+
+void d_setup();
+float d_ReadData();
+void bed_analysis(float x_dimension, float y_dimension, int x_points_num, int y_points_num, float shift_x, float shift_y);
+
+#endif \ No newline at end of file