Commit Graph

13 Commits (cf946889254c2f964af7b0544484d05183ddb3fa)

Author SHA1 Message Date
Scott Lahteine 95275eb9b3 Predefine auto fan pins in some pins files
esenapaj f41c60d4a4 Follow-up the PR , etc
・More ANALOG NUMBERING to Analog Input
・Add comment header to all the section of all the pins files

・Sort sections as follows:
1. Some special definitions (USBCON, LARGE_FLASH, etc)
2. Servos
3. Limit Switches
4. Z Probe
5. Steppers
6. Temperature Sensors
7. Heaters / Fans
8. Misc. Functions
9. LCD / Controller

・Move MAX6675_SS into "Temperature Sensors" section
・Adjust spacing
Scott Lahteine bd8520e61d Label analog pins in a similar way
Some other pins formatting also
Scott Lahteine ba43277429 Always define status LED pins
Scott Lahteine fba0b67f7d Rename status led pins
Scott Lahteine e78274a7f4 Consistent order/formatting of pins files
Indrek Ardel c8f2dd7cd5 Fix CN Controls 12 styling
Anthony Birkett 7a377c1d75 Add "About Printer" information menu.
Includes:
  *firmware version / branch / date.
  *extruder count
  *board information (name, serial details, power supply type)
  *thermistors (names, min/max temperatures)
  *printer statistics (PRINTCOUNTER details)

Thanks to @thinkyhead for contributions.
Scott Lahteine abda4ab427 Clean up CNControls pins
Scott Lahteine 2fd2301928 FILRUNOUT => FIL_RUNOUT
Scott Lahteine add0032820 Improve FILAMENT_RUNOUT_SENSOR, FILRUNOUT_PIN
esenapaj 106227540e Follow-up and improvement the PR (CNControls Cartesio UI Support)
・Add implimantation of PR  to configuration files of Cartesio
・Standardize macro names
Scott Lahteine 4d2cb70152 Cartesio UI Support