mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-27 17:30:43 +00:00
Added CUSTOM_MENDEL_NAME option to Configuration.h and language.h
Also cosmetic comment changes and spelling corrections in printed messages
This commit is contained in:
parent
4f96ad5621
commit
a200521eab
15 changed files with 84 additions and 77 deletions
ArduinoAddons/Arduino_0.xx/libraries/LiquidCrystal
|
@ -21,7 +21,7 @@
|
|||
// S = 0; No shift
|
||||
//
|
||||
// Note, however, that resetting the Arduino doesn't reset the LCD, so we
|
||||
// can't assume that its in that state when a sketch starts (and the
|
||||
// can't assume that it's in that state when a sketch starts (and the
|
||||
// LiquidCrystal constructor is called).
|
||||
|
||||
LiquidCrystal::LiquidCrystal(uint8_t rs, uint8_t rw, uint8_t enable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue