From 74d232efeeac7c37aa7a5153b2dee2bf93127051 Mon Sep 17 00:00:00 2001 From: gloomyandy Date: Fri, 15 May 2020 21:51:42 +0100 Subject: [PATCH] Updated for 3.01 --- WHATS_NEW_LPC.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WHATS_NEW_LPC.md b/WHATS_NEW_LPC.md index a90c4d665..fe147a2b9 100644 --- a/WHATS_NEW_LPC.md +++ b/WHATS_NEW_LPC.md @@ -5,6 +5,10 @@ Please note ============ The sample board.txt files which are here: https://github.com/gloomyandy/RepRapFirmware/tree/v3.01-dev-lpc/LPC/ExampleBoardConfig are out of date and may contain invalid settings. In addition the current software is not very good at detecting errors in these files and providing feedback to the user. Hopefully this will be improved soon, but for now the best way to check if the settings are correct is to issue an M122 p200 and check that the configuration matches your board. The current best source for the available settings is the configuration source: https://github.com/gloomyandy/RepRapFirmware/blob/v3.01-dev-lpc/src/LPC/BoardConfig.cpp#L33 +Version 3.01 +============ +Updated to the 3.01 release of RRF from DC42 + Version 3.01 RC12+ =============