Z speed limits ignored
I'm using Firmware 0.92 with an i3 Prusa and bed leveling.
I have my max z-travel and max z-home travel speeds set to 3mm/s, but I believe the firmware is ignoring these limits.
Repetier Host generates code (using Cura slicer) "G0 X25 Y30 Z0.32 F6000" which the firmware should limit z speed to only 3mm/s instead of the requested 100mm/s. Instead, the machine tries to move the z-axis at 100mm/s and causes the steppers to bind up and miss steps. I've also tried G0 Z0.32 F6000 which causes the same problem.
I'm not a programmer, so I can't really locate the code that is the problem, but I have confirmed that the firmware is set correctly, it just doesn't prevent overspeeding the axis.
Don
Comments
I don't think that's it, but would you mind checking for me?
Here are my settings captured from Repetier-Server 0.24:
http://www.repetier-server.com/download-repetier-server/
5mm for my z axis runs fine when I enter the gcode manually (like G1 Z25 F5). the problem is that the firmware isn't limiting the speed to 5mm/s when my slicer gives G1 X1 Y2 Z3 F5096. it is trying to run at more than 100mm/s. Shouldn't the eeprom setting automatically throttle this ? It isn't.
As for the server software, an upgrade is on my list, but it is working well enough for me until I have time to fiddle with it.
Don
It looks like Marlin has the same bug. Check out the link above...