diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-26 10:59:07 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-26 11:02:56 -0400 |
commit | a878831d5ea8eb86a1bcd94a6a2da926a84d5b6a (patch) | |
tree | eac3ab6110845e397f952019082cc0914fb978c1 /docs/Config_Changes.md | |
parent | 73709984b0eba1282473751427daa160e1a5c9f4 (diff) | |
download | kutter-a878831d5ea8eb86a1bcd94a6a2da926a84d5b6a.tar.gz kutter-a878831d5ea8eb86a1bcd94a6a2da926a84d5b6a.tar.xz kutter-a878831d5ea8eb86a1bcd94a6a2da926a84d5b6a.zip |
mcp4728: Update to better match printrbot revf requirements
Reported by @Grumps49.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 3844b3b3..979b0967 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,10 @@ All dates in this document are approximate. # Changes +20190726: The mcp4728 digital-to-analog code has changed. The default +i2c_address is now 0x60 and the voltage reference is now relative to +the mcp4728's internal 2.048 volt reference. + 20190710: The z_hop option was removed from the [firmware_retract] config section. The z_hop support was incomplete and could cause incorrect behavior with several common slicers. |