Marlin firmware customized for the Dagoma DiscoEasy200. It is built with the following options :
#define AUTO_BED_LEVELING_BILINEAR
#define GRID_MAX_POINTS_X 5
#define TEMP_SENSOR_BED 11
First you have to get the sources with git, then switch to the dedicated DiscoEasy 200 branch:
git clone https://github.com/stefdev49/Marlin.git
cd Marlin
git checkout -b discoeasy200-1.1.x origin/discoeasy200-1.1.x
Then compile it with platformio :
platformio run
Uploading the firmware to the printer is done with :
platformio run -t upload
Date: Aug 28, 2017
Author: stefdev49
Categories: project
Tagged: 3d printer, DiscoEasy200, marlin firmware
Website: https://github.com/stefdev49/Marlin