RepRapFirmware 3.2 Port for LPC and STM32F4 (v3.2_4)
Pre-releaseNote: This is a pre-release to enable testing of new features and bug fixes. Please use with care. The current stable release is V3.2_1, which can be found here: https://github.com/gloomyandy/RepRapFirmware/releases/tag/v3.2_1
This is a port of RRF 3.2 for LPC and STM32F4 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
- For details of what is new in 3.2 please see https://github.com/Duet3D/RepRapFirmware/blob/v3-dev/WHATS_NEW_RRF3.md.
- For details of changes for LPC/STM versions see: https://github.com/gloomyandy/RepRapFirmware/blob/v3.02-dev-unified/WHATS_NEW_UNIFIED.md
- WiFi users will need updated ESP8266 firmware V1.25 please see: https://github.com/gloomyandy/DuetWiFiSocketServer/releases/tag/V1.25-01
- SBC users will need to update the SBC software to V3.2. For STM users see https://teamgloomy.github.io/stm32_sbc.html for LPC users see: https://teamgloomy.github.io/lpc_sbc.html
LPC users need to ensure that the following changes are made to the dsf config.json file:
"SpiTransferMode": 3
"SpiBufferSize": 3072
"MaxCodeBufferSize": 200
"MaxMessageLength": 2560
NOTE: In this version of the firmware the default operating mode for TMC22xx drivers has changed from Spreadcycle to Stealthchop to match the documentation and Duet3D settings. This means that if you previously had no explicit "D" setting on M569 commands you will need to add D2 to have the same settings as before.
Please report problems/ask questions using our Discord server (see the Wiki for details).
This port of RepRapFirmware is experimental - use at your own risk
This version of the firmware uses a new build system for both LPC and STM versions please see: https://github.com/gloomyandy/RRFBuild the source code for this release is tagged with v3.2_4