Skip to content

Commit

Permalink
✨ More boards for CR-10S, Ender-3 V2 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed May 12, 2024
1 parent d0425ea commit a1db046
Show file tree
Hide file tree
Showing 19 changed files with 41,225 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
# Copy all .h files from the directory into the Marlin subfolder
echo "Building Configurations in $dir ..."
cp ../"$dir"/*.h Marlin/
# Suppress fatal warnings
echo -e "\n#define NO_CONTROLLER_CUSTOM_WIRING_WARNING" >> Marlin/Configuration.h
# Strip out #error lines so it can build
sed -i~ -e "20,30{/#error/d}" "Marlin/Configuration.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2663,9 +2663,9 @@
#define DISPLAY_CHARSET_HD44780 JAPANESE

/**
* Info Screen Style (0:Classic, 1:Průša)
* Info Screen Style (0:Classic, 1:Průša, 2:CNC)
*
* :[0:'Classic', 1:'Průša']
* :[0:'Classic', 1:'Průša', 2:'CNC']
*/
#define LCD_INFO_SCREEN_STYLE 0

Expand Down
Loading

0 comments on commit a1db046

Please sign in to comment.