Skip to content

Releases: gloomyandy/RepRapFirmware

RepRapFirmware 3.5beta2+ Port for STM32F4 and STM32H7 (v3.5beta2+_103)

13 Feb 22:12
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.5beta2+ for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.5beta2+_103

What's New

  • This release adds support for spi based CAN-FD adapters to allow the use of CAN-FD expansion boards with STM32F4 based boards
  • For details of what is new in 3.5beta2 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

  • ESP8266 and ESP32 firmware V1.27-01 (or later) from here. Instructions for STM32 ESP8266 are here and STM32 ESP32 are here
  • DWC inline with the firmware version from here.
  • This release includes a preview of the version 2.1b3 WiFi firmware. This is required for the new RRF MQTT feature. The files for this preview are included alongside the standard RRF firmware files (see DuetWiFiServer.bin for ESP8266 modules and DuetWiFiServer_32.bin for ESP32 based modules) .

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.5 Port for STM32F4 and STM32H7 (v3.4.5+_103)

13 Feb 22:44
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.5 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.5+_103

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.5 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.5 Port for STM32F4 and STM32H7 (v3.4.5_102)

11 Jan 12:16
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.5 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.5_102

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.5 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.4 Port for STM32F4 and STM32H7 (v3.4.4_103)

26 Nov 15:54
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.4 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.4_103

What's New

  • This release adds support for boards that use the STM32H723 mcu
  • For details of what is new in 3.4.4 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.4 Port for STM32F4 and STM32H7 (v3.4.4_102)

08 Nov 14:36
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.4 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.4_102

What's New

  • There are major changes in the release. We now support boards using the STM32H7 processor and with that comes an updated build system.
  • For details of what is new in 3.4.4 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.2 Port for STM32F4 and STM32H7 (v3.4.2_101)

16 Sep 14:53
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.2 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.2_101

What's New

  • There are major changes in the release. We now support boards using the STM32H7 processor and with that comes an updated build system.
  • For details of what is new in 3.4.2 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.2rc2 Port for STM32F4 and STM32H7 (v3.4.2rc2_102)

26 Aug 15:58
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.2rc2 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.2rc2_102

What's New

  • There are major changes in the release. We now support boards using the STM32H7 processor and with that comes an updated build system.
  • For details of what is new in 3.4.2rc2 please see here
  • In addition to the RC2 changes this release also contains a fix for extrusion only moves, see this branch: https://github.com/Duet3D/RepRapFirmware/tree/3.4-extruder-only-movement-fix
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.1 Port for STM32F4 and STM32H7 (v3.4.1_102)

08 Jun 12:47
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.1 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.1_102

What's New

  • There are major changes in the release. We now support boards using the STM32H7 processor and with that comes an updated build system.
  • For details of what is new in 3.4.1 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4.1 Port for STM32F4 and STM322H7 (v3.4.1rc1_102)

19 May 14:48
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4.1rc1 for STM32F4 and STM32H7 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.1rc1_102

Whats New

  • There are major changes in the release. We now support boards using the STM32H7 processor and with that comes an updated build system.
  • For details of what is new in 3.4.1rc1 please see here
  • For details of changes for STM32 versions see here

NOTE 1: From V3.3beta1 onwards the STM32 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

All Users

This release of the firmware removes the use of legacy entries in the board.txt file. The following tags are no longer used:

  • lpc.board= use board= instead
  • softwareSPI.pins= use one of SPI3.pins=, SPI4.pins=, SPI5.pins= instead
  • sbc.lpcTfrReadyPin= use sbc.TfrReadyPin= instead
  • adc.prefilter.enable= is no longer needed

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

As of this release upgrading the SBC version of the firmware requires the use of an additional RAM based program (stm32f4_iap_SBC.bin for the STM32F4 version). The easy way to ensure that this is correctly installed is to upload the .zip file version of the SBC firmware to the system folder using DWC. This contains the required firmware components. If this additional component is not installed you will not be able to easily update to future versions of the SBC firmware.

There is currently no support for SBC mode when running on STM32H7 based boards. It is intended to provide this support in a later release.

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk

RepRapFirmware 3.4 Port for STM32F4 (v3.4.0_1)

27 Mar 13:28
Compare
Choose a tag to compare

Release Information

This is a port of RRF 3.4 for STM32F4 based processors (for a list of supported boards please see the Wiki https://teamgloomy.github.io/supported_boards.html).
For details of the build system used for this release please see: https://github.com/gloomyandy/RRFBuild. The source code for this release is tagged with v3.4.0_1

Whats New

  • For details of what is new in 3.4 please see here
  • For details of changes for LPC/STM versions see here

NOTE 1: From V3.3beta1 onwards the STM32F4 version of RRF will not boot on hardware that is not recognised. If after installing this version your board does not appear to start please connect a USB terminal and check for error messages. If your board is not recognised please contact TeamGloomy so that we may add the board data.

NOTE 2: Due to memory limitations this version of RepRapFirmware is not supported on LPC based boards. Please use V3.3.0 on these devices,

Upgrade Information

New Plugin

There is now a new plugin (releaseMgr) which will help you check for updates. You can also view the release notes and be warned of any config changes required. You can find it here

WiFi Users

As well as updating the firmware, you need to update the following:

SBC Users

Please follow the instructions from here

Issues and Support

Please report problems/ask questions using our Discord server (see the Wiki for details).

This firmware comes with no warranty (implied or otherwise) - use at your own risk