Skip to content

Commit

Permalink
Version 3.1.1-14
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomyandy committed Jul 17, 2020
1 parent 6faf0cb commit c42aeb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions WHATS_NEW_LPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.1-14
=============
This version contains only two change...
* Fix for a bug that can result in changes to the PWM output used for Fans/Heaters not being made if the frequency of the output is changed at the same time. Often this willoccur the first time that the speed is set.
* The Ethernet build no longer has support for LCD displays enabled due to memory limitations.

Version 3.1.1-12
=============
This version contains a number of fixes and minor improvements following user testing.
Expand Down
2 changes: 1 addition & 1 deletion src/LPC/Pins_LPC.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#if defined(LPC_NETWORKING)
//LPC Ethernet
#define HAS_RTOSPLUSTCP_NETWORKING 1
#define SUPPORT_12864_LCD 1
#define SUPPORT_12864_LCD 0
#define HAS_WIFI_NETWORKING 0
#define HAS_MASS_STORAGE 1
#define SUPPORT_TELNET 0
Expand Down
4 changes: 2 additions & 2 deletions src/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define SRC_VERSION_H_

#ifndef VERSION
# define MAIN_VERSION "3.1.1-12"
# define MAIN_VERSION "3.1.1-14"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else
Expand All @@ -19,7 +19,7 @@
#endif

#ifndef DATE
# define DATE "2020-27-6b12"
# define DATE "2020-17-7b14"
#endif

#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"
Expand Down

0 comments on commit c42aeb3

Please sign in to comment.