Bump rev, invert flag

This commit is contained in:
InsanityAutomation
2020-11-08 14:14:07 -05:00
parent 7cf72d5867
commit 8fd37402a3
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.0.6_DW7"
#define SHORT_BUILD_VERSION "2.0.7_DW7.1"
/**
* Verbose version identifier which should contain a reference to the location
@@ -111,7 +111,7 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define STRING_DISTRIBUTION_DATE "2020-08-10"
#define STRING_DISTRIBUTION_DATE "2020-11-07"
/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
@@ -1512,7 +1512,7 @@ SERIAL_ECHOLN(PSTR("BeginSwitch"));
{
if(
#if (FIL_RUNOUT_STATE == LOW)
#define FIL_RUNOUT_INVERTING true
#define FIL_RUNOUT_INVERTING false
#endif
#if DISABLED(FILAMENT_RUNOUT_SENSOR) || ENABLED(FILAMENT_MOTION_SENSOR)
true
@@ -21,5 +21,5 @@ env.Append(CXXFLAGS=[
if env.GetBuildType() == "debug":
env['BUILD_DIR'] = '$PROJECT_BUILD_DIR/$PIOENV/debug'
env_name = str(env["PIOENV"])
env.Replace(PROGNAME="%s_DW7" % (env_name))
env.Replace(PROGNAME="%s_DW7.1" % (env_name))
print("Environment: %s" % (env_name))