Marlin firmware for Dagoma DiscoEasy200

Marlin firmware for DiscoEasy200

Marlin firmware customized for the Dagoma DiscoEasy200. It is built with the following options :

  • bilinear calibration : with 5 points per direction
  • supports for hotbed (with a NTC 3950 100K Thermistor)
    #define AUTO_BED_LEVELING_BILINEAR
    #define GRID_MAX_POINTS_X 5
    #define TEMP_SENSOR_BED 11
    

    Building instructions (short version)

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

Project Details

Date: Aug 28, 2017

Author: stefdev49

Categories: project

Tagged: 3d printer, DiscoEasy200, marlin firmware

Website: https://github.com/stefdev49/Marlin

Related Works.

3D prints with the Dagoma DiscoEasy200

Marlin firmware for Dagoma DiscoEasy200

Companion tools for DiscoEasy200

DiscoEasy200 mods

Social Links

github