Clean up, update config comments

This commit is contained in:
Scott Lahteine
2019-02-08 15:13:28 -06:00
parent ae03753ef1
commit f3b6cb4d34
89 changed files with 97 additions and 616 deletions

View File

@@ -213,7 +213,7 @@
#endif
#endif
// A dual-nozzle that uses a servomotor to raise/lower one of the nozzles
// A dual-nozzle that uses a servomotor to raise/lower one (or both) of the nozzles
//#define SWITCHING_NOZZLE
#if ENABLED(SWITCHING_NOZZLE)
#define SWITCHING_NOZZLE_SERVO_NR 0
@@ -224,8 +224,6 @@
/**
* Two separate X-carriages with extruders that connect to a moving part
* via a solenoid docking mechanism. Requires SOL1_PIN and SOL2_PIN.
* for cooling multi extruder with separate fans
* see on Configuration_adv.h and look for "Part-Cooling"
*/
//#define PARKING_EXTRUDER
@@ -236,9 +234,6 @@
* project : https://www.thingiverse.com/thing:3080893
* movements : https://youtu.be/0xCEiG9VS3k
* https://youtu.be/Bqbcs0CU2FE
*
* for cooling multi extruder with separate fans
* see on Configuration_adv.h and look for "Part-Cooling"
*/
//#define MAGNETIC_PARKING_EXTRUDER
@@ -1798,11 +1793,18 @@
//
//
// 2 wire Non-latching LCD SR from https://goo.gl/aJJ4sH
// 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
//
//#define SAV_3DLCD
//
// 3-wire SR LCD with strobe using 74HC4094
// https://github.com/mikeshub/SailfishLCD
// Uses the code directly from Sailfish
//
//#define FF_INTERFACEBOARD
//=============================================================================
//======================= LCD / Controller Selection =======================
//========================= (Graphical LCDs) ========================