Welcome! Log In Create A New Profile

Advanced

using port E1 as y stepper Ramps 1.4

Posted by hichamom 
using port E1 as y stepper Ramps 1.4
May 26, 2018 11:19AM
Hello guys
Is it possible to use the extruder 2 port as the y port because I have a problem with the y port ..and if its possible how I can do that ?
Thanks in advance
Re: using port E1 as y stepper Ramps 1.4
May 26, 2018 11:44AM
yes, dead easy

Just edit the pins_RAMPS.h file
Find these two block of code and swap all the numbers over, like for llike. eg Y_STEP_PIN becomes 36

#define E1_STEP_PIN        36
#define E1_DIR_PIN         34
#define E1_ENABLE_PIN      30
#define E1_CS_PIN          44

#define Y_STEP_PIN         60
#define Y_DIR_PIN          61
#define Y_ENABLE_PIN       56
#define Y_CS_PIN           49
Re: using port E1 as y stepper Ramps 1.4
May 26, 2018 12:01PM
Thank you dust for the reply and now how I can change the speed y speed or E1 speed
Re: using port E1 as y stepper Ramps 1.4
May 26, 2018 12:04PM
Quote
Dust
yes, dead easy

Just edit the pins_RAMPS.h file
Find these two block of code and swap all the numbers over, like for llike. eg Y_STEP_PIN becomes 36

#define E1_STEP_PIN        36
#define E1_DIR_PIN         34
#define E1_ENABLE_PIN      30
#define E1_CS_PIN          44

#define Y_STEP_PIN         60
#define Y_DIR_PIN          61
#define Y_ENABLE_PIN       56
#define Y_CS_PIN           49
Thank you dust for the reply and now how I can change the speed y speed or E1 speedway
Re: using port E1 as y stepper Ramps 1.4
May 27, 2018 12:19AM
speed??? There is feed rate, there is acceleration, there is microstepping..... there is no speed.

the change just physically swaps the two steppers over so E1 is now Y, nothing else has changed

All setting that are applied to Y still are applied to the new Y (formally E1)
Sorry, only registered users may post in this forum.

Click here to login