You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be an issue in the anycubictft class. The class has the enqueued macros and it appears to move down using relative position -0.1, then switch to absolute position 0.1. This is a bug.
Description
<Z down 0.1> moves the Z axis to 0.1 instead of just moving it down by 0.1mm
Steps to Reproduce
Expected behavior: Z moves down 0.1mm
Actual behavior: Z move to 0.1mm
Additional Information
Log from Octoprint when pressing Z Down 0.1:
So the printer initially moves down 0.1mm and then after the G90 (Absolute Positioning) it proceeds to send a command to move to Z0.1
The text was updated successfully, but these errors were encountered: