Welcome! Log In Create A New Profile

Advanced

Dual extruder with RAMPS 1.4 and Marlin Help

Posted by Anonymous User 
Anonymous User
Dual extruder with RAMPS 1.4 and Marlin Help
September 10, 2015 10:45AM
I'm using RAMPS 1.4 with the last version of Marlin. If i set

#define EXTRUDERS 2

in the Firmware in the file Configuration.h i get the Error

temperature.cpp:1292: error: ‘DIO’ was not declared in this scope

when trying to compile.

Anyone knows how to solve this as i couldn't find anything via Google?

Edited 1 time(s). Last edit at 09/10/2015 10:46AM by anwofis.
Anonymous User
Re: Dual extruder with RAMPS 1.4 and Marlin Help
September 10, 2015 11:14AM
Ok i found a solution here.

[forums.reprap.org]

I changed

#define MOTHERBOARD BOARD_RAMPS_13_EFB

to #define MOTHERBOARD BOARD_RAMPS_13_EEB.

Is there a significant difference between both?
Re: Dual extruder with RAMPS 1.4 and Marlin Help
September 10, 2015 12:27PM
Quote
anwofis
Ok i found a solution here.

[forums.reprap.org]

I changed

#define MOTHERBOARD BOARD_RAMPS_13_EFB

to #define MOTHERBOARD BOARD_RAMPS_13_EEB.

Is there a significant difference between both?

EFB is Extruder, Fan, Bed on D8/D9/D10 . . . EEB is Extruder, Extruder, Bed . . . completing the definitions for the second extruder, and thus allowing a clean compile . . .

- Tim

Edited 1 time(s). Last edit at 09/10/2015 12:27PM by tadawson.
Anonymous User
Re: Dual extruder with RAMPS 1.4 and Marlin Help
September 10, 2015 12:36PM
This makes sense winking smiley

Should have thought about it a little bit more...
Sorry, only registered users may post in this forum.

Click here to login