Z-axis does not move if move down on touchscreen interface is pressed (V1.0.4)
If I press the move down arrow for the Z-axis on the touchscreen interface, the Z-axis does not move.
This happen in version 1.0.4, in version 1.0.3 this does work.
The commands look right:
```
```
Send:17:27:08.524: N30392 G28
Send:17:27:08.524: N30393 M114
Recv:17:27:56.300: X:0.00 Y:99.00 Z:0.00 E:-33.00 Count X:0 Y:127270 Z:0 (2)
Send:17:28:03.781: N30394 G1 Z25.00 F120
Send:17:28:19.616: N30395 G1 Z0.00 F120
```This happen in version 1.0.4, in version 1.0.3 this does work.
Comments
When the commands get send it is no bug in the interface. If you also get a "ok" back from firmware the printer is ignoring the move. Try to go down 10mm so firmware can not ignore it because of rounding errors or something else why it might skip that move. Some would not move down when end stop is triggered also that should not be the case at 25mm height.