Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E0 & E1 #26

Open
dvsguy opened this issue Jun 8, 2018 · 2 comments
Open

E0 & E1 #26

dvsguy opened this issue Jun 8, 2018 · 2 comments

Comments

@dvsguy
Copy link

dvsguy commented Jun 8, 2018

HI,

Does anyone know if E1 AND E0 on the ramps board can be used with the modified marlin for this project ? I am trying to run them via Pronterface and they are not responsive. They seem to energize when I connect but wont move at all if I send commands or hit the extrude button. DO we need to configure something in the firmware ??? Im stuck !!

Thanks

@magnuspyke
Copy link

In order to get E0 or E1 to work, you first need to select which one you'd like to address using the commands T0 or T1. Once selected they can be driven using gcode G0 Exxx.

Also, if you are using more than 1 extruder (i.e. E0 & E1), you will need to configure the number in the Configuration.h file (line #58). To use E1, configure '#define EXTRUDERS 2'.

@ilimogren
Copy link

When I configure EXTRUDERS 2, I get an error like this, I wonder why

(exit state 1 "DIO" and "-" are pasted, not a valid preprocessing token)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants