z-Axis too slow

Hi,

my Z-Axis ist too slow.
Changing steps and feedrate does not help.
Nothing is changing in working.
All other parameters are working. Only the z-Axis not

Comments

  • Do you mean too slow using manual controls?  or when doing a print ?

    Are you changing values in the config.h  or direct eeprom editing ?
  • too slow when printing and manual.


    yes, i changed in config.h
  • edited July 2017
    whats your   MAX_FEEDRATE_Z    settings?

    increase that setting as its limiting speed


  • values stored in eeprom will take preference over new config.h settings
    you need to send the following codes to the printer to update eeprom with new config settings 
    M502     ;reads config
    M500     ;stores too eeprom


    or use the eeprom editor in repetier host
  • thank you very much!
Sign In or Register to comment.