probonopd / RF100-Firmware

Conrad Electronic Renkforce RF100 Firmware
https://www.conrad.de/de/renkforce-rf100-3d-drucker-starter-kit-inkl-filament-1507428.html
GNU General Public License v3.0
7 stars 5 forks source link

Renkforce RF100 Community Firmware Build Status

Community-based Marlin firmware configured for the Conrad Electronic Renkforce RF100

renkforce_rf100-conrad

Conformity statement states: CEI Conrad Electronic International (HK) Limited, 18th Floor, Tower 2, Nina Tower, No. 8 Yeung Uk Road, Tsuen Wan, New Territories, Hong Kong

The printer seems similar to the WEISTEK Mini-Abox 3D Printer (WT560A) by Shenzhen Weistek CO., LTD.

What is this?

This is a recent version of Marlin 1.1.6 configured by the community for the RF100. The printer originally comes with an outdated version of Marlin. This one is much more recent, and contains the following optimizations:

How do I use this?

Upload the firmware using Cura or using the Arduino IDE (selecting "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560) on /dev/ttyX" lets you upload the sketch also from the Arduino IDE. Programmer: "AVRISP mkII" - the default one), or using avrdude like this:

sudo avrdude -v -c stk500v2 -p m2560 -P /dev/ttyUSB0 -b 115200 -U flash:w:RF-100.ino.hex:i -D

What if I would like to go back to the official Conrad firmware?

You can backup the original firmware that came on your printer with

sudo avrdude -v -c stk500v2 -p m2560 -P /dev/ttyUSB0 -b 115200 -U flash:r:rf100_1.0.bin:i

Conrad Electronic also provides a compiled firmware on their product page.

Hardware information

Mainboard

HICTOP 3D Printer Control Board MPX.3, similar to an Arduino Mega with an integrated RAMPS 1.4, https://github.com/MarlinFirmware/Marlin/issues/2906

Hardware upgrades

Functional upgrades

Hardware bugfixes