From 1bd18f9bdef7beed6fb7c5b8f7616e0655bdff08 Mon Sep 17 00:00:00 2001 From: Rob Giseburt Date: Mon, 11 Apr 2016 16:18:22 -0500 Subject: [PATCH] Fix for Shapeoko profile not compiling. --- TinyG2/settings/settings_shapeoko375_Dual.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TinyG2/settings/settings_shapeoko375_Dual.h b/TinyG2/settings/settings_shapeoko375_Dual.h index e1276549..0ca9dce7 100755 --- a/TinyG2/settings/settings_shapeoko375_Dual.h +++ b/TinyG2/settings/settings_shapeoko375_Dual.h @@ -58,6 +58,9 @@ #define COOLANT_FLOOD_POLARITY 1 // 0=active low, 1=active high #define COOLANT_PAUSE_ON_HOLD false +#define MANUAL_FEEDRATE_OVERRIDE_ENABLE false +#define MANUAL_FEEDRATE_OVERRIDE_PARAMETER 1.00 + // Communications and reporting settings #define TEXT_VERBOSITY TV_VERBOSE // one of: TV_SILENT, TV_VERBOSE