Skip to content

Commit

Permalink
Define DOGLCD_CS and DOGLCD_A0
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Jan 11, 2023
1 parent da5152a commit 03889a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customization/configuration/Creality/Ender-2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Workaround for https://github.com/MarlinFirmware/Marlin/issues/25204
sed -i -e 's|ENABLED(CR10_STOCKDISPLAY)|EITHER(CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)|g' Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h
sed -i -e 's|ENABLED(CR10_STOCKDISPLAY)|EITHER(CR10_STOCKDISPLAY, ENDER2_STOCKDISPLAY)\n#define DOGLCD_CS LCD_PINS_RS\n#define DOGLCD_A0 LCD_PINS_D4|g' Marlin/src/pins/sanguino/pins_MELZI_CREALITY.h

# Filament load/unload in the menu
# https://www.thingiverse.com/thing:3057052
Expand Down

0 comments on commit 03889a8

Please sign in to comment.