Scott Lahteine
50e4545255
Add custom types for position (#15204 )
6 years ago
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6 years ago
Scott Lahteine
b315157053
Apply const to mcp4728
6 years ago
Scott Lahteine
0feeef2604
Update copyright in headers
6 years ago
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6 years ago
Scott Lahteine
6339b506c0
Make sure binary.h is included as needed
7 years ago
Scott Lahteine
4a82e95c3e
Feature file updates
8 years ago
Scott Lahteine
fa5f9c2aec
Move 'feature' files
8 years ago
Dave Johnson
7864b133a8
Fix get/setDrvPct declarations
8 years ago
Scott Lahteine
b80cc0cbb5
Fix DAC current code
8 years ago
Scott Lahteine
e17f9b8b99
DAC patches
As suggested by #4985
9 years ago
jaysonkelly
13c9dcc600
Add LCD menu for DAC
9 years ago
Scott Lahteine
c6226bb0aa
Unify config in a single include without nested includes
9 years ago
Scott Lahteine
eee903bd4b
Format some DAC lines
9 years ago
Scott Lahteine
0c24e0e445
Support for newer Wire library
9 years ago
Scott Lahteine
6c60869409
Support DAC_OR_ADDRESS in Printrboard too
9 years ago
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
9 years ago
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
9 years ago
Stephanie
6843b78f99
Add support for Printrboard RevF
The PrintrBoard Rev F utilizes a mcp4728 DAC to set motor current. Printrbot's implementation utilizes 2 new M-codes to set and write the DAC settings to the DAC EEPROM: `M909` (Read DAC) and `M910` (Write DAC). `M907` is re-used to set value, `M908` for direct control.
The Pins file for the RevF board is included.
9 years ago