Blog

Firmware updated to 1.1.6

Nov 6, 2017. | By: stefdev49

The custom marlin firmware for the Dagoma DiscoEasy200 is now based on the 1.1.6 release.

[Read More]

Adding an OK button to the DiscoEasy200

Oct 16, 2017. | By: stefdev49

I wanted to be able to use the filament change feature of the marlin firmware (M600 gcode). But it currently requires a LCD panel which I don’t have.

[Read More]

Inserting M600 filament change with Cura

Sep 28, 2017. | By: stefdev49

To enable filament change with latest marlin firmware, we need to insert M600 gcode at the desired layer. There is no stock plugin for it in Cura, but this may be overcome by using the post processing plugin :

[Read More]

Firmware switched to UBL

Sep 19, 2017. | By: stefdev49

The custom marlin firmware for the Dagoma DiscoEasy200 is now configured to use UBL with a 7x7 grid for bedlevel calibration :

#define AUTO_BED_LEVELING_UBL
#define UBL_MESH_INSET 1          // Mesh inset margin on print area
#define GRID_MAX_POINTS_X 7       // Don't use more than 15 points per axis, implementation limited.
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X

#define UBL_PROBE_PT_1_X 39       // Probing points for 3-Point leveling of the mesh
#define UBL_PROBE_PT_1_Y 175
#define UBL_PROBE_PT_2_X 39
#define UBL_PROBE_PT_2_Y 30
#define UBL_PROBE_PT_3_X 170
#define UBL_PROBE_PT_3_Y 30

#define UBL_G26_MESH_VALIDATION   // Enable G26 mesh validation
#define UBL_MESH_EDIT_MOVES_Z     // Sophisticated users prefer no movement of nozzle

[Read More]

First stable version of marlinshell

Sep 17, 2017. | By: stefdev49

The first stable version of the marlinshell tool has been tagged. This nodejs program can drives a 3D printer with the marlin firmware over USB. It has a command history, a status bar and a scrolling message window :

[Read More]

Firmware updated to 1.1.5

Sep 6, 2017. | By: stefdev49

The custom marlin firmware for the Dagoma DiscoEasy200 is now based on the 1.1.5 release.

[Read More]

Eventually choosen a theme

Aug 28, 2017. | By: stefdev49

After trying many jekyll themes (and burning lots of free time in the process), I eventually settled using solid-jekyll.

[Read More]

Eventually setup jekyll!

Jul 31, 2017. | By: stefdev49

Initial setup of jekyll

$ gem install jekyll bundler
~ $ jekyll new stefdev49
~ $ cd stefdev49
~/stefdev49 $ bundle exec jekyll serve

[Read More]

Subscribe

Subscribe to this blog via RSS.

Categories

Blog 8

Jekyll 2

Firmware 3

Tools 1

Cura 1

Mods 1

Recent Posts

Popular Tags

Blog (8) Jekyll (2) Firmware (3) Tools (1) Cura (1) Mods (1)

Social Links

github