Missing Commands on Manual Control
Hello,
i've got a problem with the manual controlls in Repetier-Host 2.0.1.
My setup: Repetier-Host 2.0.1 --> Repetier-Server 0.80.3 on Raspi --> Repetier-Firmware 1.0.0. Dev (from 21.05.2017) --> Delta-Printer.
I can control xyz-axis absolute normally. But if i use e.g. z-1 button very fast somethimes it won't correctly execute/send? the following commands
G91
G1 Z-1 F6000
G90
but only
G1 Z-1 F6000
G90
and thats a problem because it won't switch to relative coordinates and now it would go to absolute coordinates z-1.
On Z+10 it is very curiouse, because it sends
G91
G1 Z10 F6000
G90
and it goes up.
But when it misses the G91 G-Code, it goes down to absolute G1 Z10.
How is it possible that it misses sometimes the G91 command? Problem in Repetier-Host. Problem on Rasperry PI WLAN connection? Problem in Firmware? USB Cable faulty?
Has anybody else experienced this?
i've got a problem with the manual controlls in Repetier-Host 2.0.1.
My setup: Repetier-Host 2.0.1 --> Repetier-Server 0.80.3 on Raspi --> Repetier-Firmware 1.0.0. Dev (from 21.05.2017) --> Delta-Printer.
I can control xyz-axis absolute normally. But if i use e.g. z-1 button very fast somethimes it won't correctly execute/send? the following commands
G91
G1 Z-1 F6000
G90
but only
G1 Z-1 F6000
G90
and thats a problem because it won't switch to relative coordinates and now it would go to absolute coordinates z-1.
On Z+10 it is very curiouse, because it sends
G91
G1 Z10 F6000
G90
and it goes up.
But when it misses the G91 G-Code, it goes down to absolute G1 Z10.
How is it possible that it misses sometimes the G91 command? Problem in Repetier-Host. Problem on Rasperry PI WLAN connection? Problem in Firmware? USB Cable faulty?
Has anybody else experienced this?
Comments
it is not omitting one but both as you need to hit the time where analyser has just switched to relative mode. So the error in this case comes from the host using stale analyser data since the commands have not been processed completely.
Will think about a solution.
I hope you find a solution, as for me the manual controls are almost worthless for me now.
Manual control very risky (= nearly unusable)