That is currently what I have at the moment, with G91
at the top of the script. Sending the G28 command to home twice causes the printer to crash into the back. Do you know of anything that could cause this?
Thanks in advance.
That is currently what I have at the moment, with G91
at the top of the script. Sending the G28 command to home twice causes the printer to crash into the back. Do you know of anything that could cause this?
Thanks in advance.
@bearer When I home then home again I get an unexpected result. The printer goes to near the back (its a corexy) and crashes into the back because of this.
I assumed it would be due to my positioning method, but I'm currently in relative positioning when I home, is that right?
Or do you have any other ideas?
Thank you very much in advance!
Is there a way for the printer to 'forget' its current home position?
Currently, when I home twice, (when the printer already knows it's home position) it makes itself crash into the back of the corexy machine that I have.
Any ideas?
Many thanks in advance.
@veti Yep that was the reason! Thanks a lot!
Hi!
I'm trying to setup my raspberry pi to send HTTP requests using the available HTTP requests that are in the duet web control. However, when I try to send gcode to the printer, by sendinghttp://{ip}/rr_gcode?gcode=G28 YX
I get {u'buff':248}
returned back to me, but the printer does not move. This is after I connect to the printer using rr_connect
What is going wrong?
Many thanks in advance.