You are not logged in.
The Z axis is inconsistent in the process of rising and falling
In "Z Axis Control" of the Z Axis is on the rise, display the pulse value is an integer, and falling time of pulse number is decimal, and than a rise in pulse and distance (mm) is more, such as:
Z axis increase 1 mm, shown in the "Current" Millimeter = 121.214996, Pulse = 48486,
Z axis fell by 1 mm, shown in the "Current" Millimeter = 120.217003, Pulse = 48087,
400 per mm should be Pulse
Why is that?
Offline
Are you relying on RAMPS or direct control?
For the both, nanodlp uses pulses to keep distances. The pulse is the smallest unit of movement for stepper motors so we could not have decimal values.
Offline
I only use ramps, which should be able to use GCODE code (such as G1 Z* *) when controlling step motors, so that control is more accurate?
In addition, the increase of 1mm is 400 pulses through the pulse, and the 1mm is reduced to a 401 pulse, which can cause errors in the sum. What is the cause of this?
Offline
How is the Gcode code in the "Manual Movement Gcode Template" used in the "Setup" page to be used? If it has to do with the z-axis Movement I mentioned?
Offline