You are not logged in.

#1 2019-09-13 22:22:32

somik
Member
Registered: 2018-02-07
Posts: 65

Manual Z axis control

Shield Axis Direction = Zero at Top
Manual control of the Z axis is carried out on the Setup-> Z-Axis Control screen and on the Nextion Z-Axis Control screen
When you press the Top button of the Setup-> Z-Axis Control screen, the G28 command is sent to ramps. The platform moves at maximum speed, current height is not updated. In my opinion, the command according to the Manual Movement Code template will correctly execute:
G1 f500 Z [[Position]]; Zero level
[[PositionSet [[Position]]]]; Zero level

When the Floor button of the Setup-> Z-Axis Control screen is pressed in ramps, nothing happens. The platform does not move, current height is not updated. In my opinion, the command according to the Manual Movement Code template will correctly execute:
G1 f500 Z [[Position]]; End level
[[PositionSet [[Position]]]]; End level

Response to Nextion-> Z-Axis Control Screen Buttons:
Top - no reaction. Correctly according to the Manual Movement Code pattern:
G1 f500 Z [[Position]]; Zero level
[[PositionSet [[Position]]]]; Zero level

Floor - no reaction. In my opinion, the command according to the Manual Movement Code template will correctly execute:
G1 f500 Z [[Position]]; End level
[[PositionSet [[Position]]]]; End level

Measure - The End Level parameter is set to 0. I think this button can be removed.
Calibrate - G28 command is executed. current height is not updated. Will correctly execute the command "http://192.168.1.77/z-axis/record-height"

Offline

Board footer

Powered by FluxBB