Bring some configs up to speed

This commit is contained in:
Scott Lahteine
2018-02-24 20:29:29 -06:00
parent 813f9f3082
commit 5684beae90
66 changed files with 386 additions and 75 deletions

View File

@@ -1694,6 +1694,7 @@
//
//#define AZSMZ_12864
//
// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//

View File

@@ -20,6 +20,21 @@
*
*/
/**
* Configuration.h
*
* Basic settings such as:
*
* - Type of electronics
* - Type of temperature sensor
* - Printer geometry
* - Endstop configuration
* - LCD controller
* - Extra features
*
* Advanced settings can be found in Configuration_adv.h
*
*/
#ifndef CONFIGURATION_H
#define CONFIGURATION_H
#define CONFIGURATION_H_VERSION 020000
@@ -1692,6 +1707,7 @@
//
//#define AZSMZ_12864
//
// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//

View File

@@ -1694,6 +1694,7 @@
//
//#define AZSMZ_12864
//
// Silvergate GLCD controller
// http://github.com/android444/Silvergate
//