X Y stepper disabled after movement Rostock delta
Hi,
I have DIY Rostock delta equiped with Sanguinololu 1.3b. Firmware Repetier 0.92.9. Everithing worling fine except X and Y steppers are disabled after movement. So if head is moved down for some value, all stepper stops, Z carriage hold place but X and Y carriage drops. Trying movement by hand and Z carriage hold stil and X and Y carriage can be moved with no resistance.
Tried till now : replacing steppers Z always enabled X and Y disabled, replacing Pololus z always enabled XY disabled. Check with osciloscope shows enable signal on Z axis is logic LOW and X and Y are logic HIGH.
In Repetier-Firmware configuration tool unchecked Disable when unused for X, Yand Z stepper. In Repetier host unchecked Disable Motors after Job/Kill.
All suggestions are are welcomed
Thanks in advance
Damir
Comments
Thanks for quick response.
Nice solution.
Hi again,
Finaly Stepper holds possition after movement
I have excange E0 and Z connectors. In pins.h I changed lines with:
#define ORIG_Z_STEP_PIN 1
#define ORIG_Z_DIR_PIN 0
#define ORIG_E0_STEP_PIN 3
#define ORIG_E0_DIR_PIN 2
#define ORIG_X_ENABLE_PIN 14
#define ORIG_Y_ENABLE_PIN 14
#define ORIG_Z_ENABLE_PIN 14
#define ORIG_E0_ENABLE_PIN 26
and get strange side effect.
If I press manually extrude buttons, same time Z and Y carriage moves down and X moves up for small amount, and if extrude button is pressed again (few times) carriage hold place. After few attempts i have observed carriage movement only on first extrude. Test done without filament (no pressure on hotend and effector).
Any suggestions?
Thanks in advance.
Now changed assignment in configuration.h, and revert to old pins in pins.h.
ENDSTOP_(X|Y|Z)_BACK_MOVE 5 5 5
Reduction factor 2nd test 3 3 3
ENDSTOP_(X|Y|Z)_BACK_ON_HOME 10 10 10
After homing there is 8-10mm space between carriage and endstop. Z and Y carriage moves down for approximately 1mm and X moves up 0.5mm only on first extrude and steppers buzzing as long as extruding 1, 10, 50 or 100mm. If I first move down there is no carriage movement on first extrude. When trided to move carriage down for les then 10mm (0.01, 0.1, 1 mm) same case like pressing extrude button, Z and Y carriage moves down for 1mm and X moves up 0.5mm .
This is link of my configuration file I hope it will help. Hotend is centered. This behavior is noticed if movement is less then 10mm. If something want to make correction, it will be also done after 10mm movement.
https://www.dropbox.com/s/i8zhywpqslnap1f/Configuration.h?dl=0
Did i done something wrong? Long time no answer.