Welcome! Log In Create A New Profile

Advanced

Limit for Z-axis speed

Posted by fantom 
Limit for Z-axis speed
November 06, 2012 02:45PM
I am using postprocessing a.m. DeuxVis and Trying to adjust Z-axis speed. There is a hard limit at 294. 294 works fine without skipping steps, but when setting it to 295 the printer dies.
I have looked in firmware configurations.h, but have not found a limit there. Where is the limit defined? and can it be changed?
Re: Limit for Z-axis speed
November 07, 2012 05:35AM
What do you mean by "The machine dies" ?

Anyway, I got those max values in my configuration.h :

//our maximum feedrates in mm/minute
#define FAST_XY_FEEDRATE 4800.0
#define FAST_Z_FEEDRATE  120.0


Most of my technical comments should be correct, but is THIS one ?
Anyway, as a rule of thumb, always double check what people write.
Re: Limit for Z-axis speed
November 07, 2012 07:53AM
Communication with the printer gets impossible as if it waits for something, that never happens. I have to reboot to make it run again.
I have the same max-settings, but it changes nothing if I change:
FAST_Z_FEEDRATE 400
- so I thought it was not that parameter.
Sorry, only registered users may post in this forum.

Click here to login