Skip to content

Commit

Permalink
NextGen touchscreen fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanityAutomation committed Mar 27, 2022
1 parent df2c936 commit 3166c36
Show file tree
Hide file tree
Showing 55 changed files with 3 additions and 3 deletions.
Binary file modified CR6E3Touch_NextGen_FL.7z
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Hex Files/firmware_E3Max_Touch_DW7.4.5.1.bin.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Hex Files/firmware_E3P_Touch_DW7.4.5.1.bin.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Hex Files/firmware_E3V2_Runout_DW7.4.5.1.bin.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Hex Files/firmware_E3_Touch_DW7.4.5.1.bin.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Hex Files/firmware_E5P_Touch_DW7.4.5.1.bin.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Hex Files/firmware_E5_Touch_DW7.4.5.1.bin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "2.0.9_DW7.4.5"
#define SHORT_BUILD_VERSION "2.0.9_DW7.4.5.1"

/**
* Verbose version identifier which should contain a reference to the location
Expand Down
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/common-cxxflags.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if pioutil.is_pio_build():
Import("env")

env.Replace(PROGNAME="%s_DW7.4.5" % (str(env["PIOENV"])))
env.Replace(PROGNAME="%s_DW7.4.5.1" % (str(env["PIOENV"])))

cxxflags = [
#"-Wno-incompatible-pointer-types",
Expand Down
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/random-bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
from datetime import datetime
Import("env")
env_name = str(env["PIOENV"])
env['PROGNAME'] = "firmware_%s_DW7.4.5" % (env_name)
env['PROGNAME'] = "firmware_%s_DW7.4.5.1" % (env_name)
#env['PROGNAME'] = datetime.now().strftime("firmware-%Y%m%d-%H%M%S")

0 comments on commit 3166c36

Please sign in to comment.