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

Z axes wont move, only buzzes #3810

Closed
Ciev opened this issue May 21, 2016 · 4 comments
Closed

Z axes wont move, only buzzes #3810

Ciev opened this issue May 21, 2016 · 4 comments
Labels
T: Question Questions, generally redirected to other groups.

Comments

@Ciev
Copy link

Ciev commented May 21, 2016

Hi,

Just updated the 1.1.0-RC6 firmware to my printer, the board is a GT2560 basically an arduino mega 2560 + Ultimaker + Ramps1.4 I live you this link if you wan to read deeper (http://www.geeetech.com/wiki/index.php/GT2560).
Long story short I've ported the stock firmware configuration to RC6. All is working but the z axis that each time that I make it move buzzes, not sure if it's a bug of this version or I've done something wrong in the configuration. if you wanna check the configuration file, you can find it attached.

Thanks for your help.

Configuration.h.zip

@jbrazio jbrazio added the T: Question Questions, generally redirected to other groups. label May 21, 2016
@jbrazio
Copy link
Contributor

jbrazio commented May 21, 2016

If you are positive your PINS, hardware micro-stepping and current are correct.. you should validate if the following options in Configuration.h are correct:

#define DEFAULT_AXIS_STEPS_PER_UNIT   {80,80,25600,93}  // default steps per unit for Ultimaker
#define DEFAULT_MAX_FEEDRATE          {400, 400, 2, 45}    // (mm/sec)
#define DEFAULT_MAX_ACCELERATION      {5000,5000,50,5000}    // X, Y, Z, E maximum start speed for 

In the wiki page link you shared I've downloaded the Marlin version there and the values are completely different from the ones above.

@thinkyhead
Copy link
Member

Usually when I hear a Z axis is buzzing, I think it's probably trying to move too fast. So I would assume the max feedrate for Z or the homing feedrate were too high. But your Z speeds seem pretty low (compared to mine). These speeds can also be changed by GCode and saved to EEPROM, and you can change them from an LCD controller also. So you might try messing with the Z rates just to see if lowering them helps.

I would also check the microstepping and voltage on the Z steppers, of course. There have been some additions to Marlin for digital control of stepper motor voltage, but that should have no effect on a RAMPS.

Are you able to test with RCBugFix to see if it fares any better?

@Ciev
Copy link
Author

Ciev commented May 22, 2016

@jbrazio @thinkyhead Thanks for your reply, it was actually a problem with the:
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,25600,93}, the value 25600 was 10 times greater than supposed to, fixed the value to 2560, loaded it to the board and voila... Thanks for your help... I'd checked the code several times but never noticed the extra 0.

I'll let you know if I find something odd with this RC.

@github-actions
Copy link

github-actions bot commented Apr 8, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: Question Questions, generally redirected to other groups.
Projects
None yet
Development

No branches or pull requests

3 participants