Skip to content

Commit

Permalink
🎨 Arduino IDE pins comments, generate version
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 20, 2024
1 parent 9192ae5 commit fc769ef
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 264 deletions.
11 changes: 9 additions & 2 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
*/
//#define STRING_DISTRIBUTION_DATE "2024-10-20"

/**
* The protocol for communication to the host. Protocol indicates communication
* standards such as the use of ASCII, "echo:" and "error:" line prefixes, etc.
* (Other behaviors are given by the firmware version and capabilities report.)
*/
//#define PROTOCOL_VERSION "1.0"

/**
* Defines a generic printer name to be output to the LCD after booting Marlin.
*/
Expand All @@ -68,8 +75,8 @@
//#define WEBSITE_URL "marlinfw.org"

/**
* Set the vendor info the serial USB interface, if changable
* Currently only supported by DUE platform
* Set the vendor info the serial USB interface, if changeable.
* Currently only supported by DUE platform.
*/
//#define USB_DEVICE_VENDOR_ID 0x0000
//#define USB_DEVICE_PRODUCT_ID 0x0000
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
#endif

/**
* Set the vendor info the serial USB interface, if changable
* Currently only supported by DUE platform
* Set the vendor info the serial USB interface, if changeable.
* Currently only supported by DUE platform.
*/
#ifndef USB_DEVICE_VENDOR_ID
#define USB_DEVICE_VENDOR_ID 0x03EB /* ATMEL VID */
Expand Down
14 changes: 4 additions & 10 deletions Marlin/src/pins/sanguino/pins_ANET_10.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,14 @@
*/

/**
* Another usable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

/**
Expand Down
20 changes: 4 additions & 16 deletions Marlin/src/pins/sanguino/pins_GEN3_MONOLITHIC.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,14 @@
*/

/**
* Rev B 26 DEC 2016
*
* added pointer to a current Arduino IDE extension
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#define REQUIRE_MEGA644P
Expand Down
18 changes: 3 additions & 15 deletions Marlin/src/pins/sanguino/pins_GEN3_PLUS.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,13 @@
*/

/**
* Rev B 26 DEC 2016
*
* added pointer to a current Arduino IDE extension
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the SANGUINO board and then select the CPU.
*/

Expand Down
22 changes: 4 additions & 18 deletions Marlin/src/pins/sanguino/pins_GEN6.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,15 @@
* Schematic: https://reprap.org/mediawiki/images/0/0f/GEN6_Mendel_Circuit.pdf
*/

/**
* Rev B 26 DEC 2016
*
* 1) added pointer to a current Arduino IDE extension
* 2) added support for M3, M4 & M5 spindle control commands
* 3) added case light pin definition
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#define ALLOW_MEGA644P
Expand Down
18 changes: 3 additions & 15 deletions Marlin/src/pins/sanguino/pins_GEN6_DELUXE.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,13 @@
*/

/**
* Rev B 26 DEC 2016
*
* added pointer to a current Arduino IDE extension
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the SANGUINO board and then select the CPU.
*/

Expand Down
22 changes: 4 additions & 18 deletions Marlin/src/pins/sanguino/pins_GEN7_12.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,15 @@
* Schematic (1.3.1): https://github.com/Traumflug/Generation_7_Electronics/blob/release-1.3.1/release%20documents/Gen7Board%20Schematic.pdf
*/

/**
* Rev B 26 DEC 2016
*
* 1) added pointer to a current Arduino IDE extension
* 2) added support for M3, M4 & M5 spindle control commands
* 3) added case light pin definition
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#define ALLOW_MEGA644
Expand Down
20 changes: 4 additions & 16 deletions Marlin/src/pins/sanguino/pins_GEN7_13.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,14 @@
*/

/**
* Rev B 26 DEC 2016
*
* added pointer to a current Arduino IDE extension
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#define BOARD_INFO_NAME "Gen7 v1.3"
Expand Down
22 changes: 4 additions & 18 deletions Marlin/src/pins/sanguino/pins_GEN7_14.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,14 @@
*/

/**
* Rev B 26 DEC 2016
*
* 1) added pointer to a current Arduino IDE extension
* 2) added support for M3, M4 & M5 spindle control commands
* 3) added case light pin definition
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#define ALLOW_MEGA644
Expand Down
22 changes: 4 additions & 18 deletions Marlin/src/pins/sanguino/pins_GEN7_CUSTOM.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,14 @@
*/

/**
* Rev B 26 DEC 2016
*
* 1) added pointer to a current Arduino IDE extension
* 2) added support for M3, M4 & M5 spindle control commands
* 3) added case light pin definition
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#define ALLOW_MEGA644
Expand Down
20 changes: 4 additions & 16 deletions Marlin/src/pins/sanguino/pins_OMCA.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,14 @@
*/

/**
* Rev B 26 DEC 2016
*
* added pointer to a current Arduino IDE extension
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com:443/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#if NOT_TARGET(__AVR_ATmega644P__, __AVR_ATmega644__)
Expand Down
20 changes: 4 additions & 16 deletions Marlin/src/pins/sanguino/pins_OMCA_A.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,14 @@
*/

/**
* Rev B 26 DEC 2016
*
* added pointer to a current Arduino IDE extension
*/

/**
* A useable Arduino IDE extension (Boards Manager) can be found at
* Requires this Arduino IDE extension for Boards Manager:
* https://github.com/Lauszus/Sanguino
*
* This extension has been tested on Arduino 1.6.12 & 1.8.0
*
* Here's the JSON path:
* Follow the installation instructions at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use this JSON URL instead of Sparkfun's:
* https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
*
* When installing select 1.0.2
*
* Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
* Just use the above JSON URL instead of Sparkfun's JSON.
*
* Once installed select the Sanguino board and then select the CPU.
* Once installed select the SANGUINO board and then select the CPU.
*/

#if NOT_TARGET(__AVR_ATmega644__)
Expand Down
Loading

0 comments on commit fc769ef

Please sign in to comment.