Fix set_zero.

pull/363/head
connor rigby 2017-11-21 12:31:01 -08:00
parent 910b7c6d77
commit b351882d68
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ defmodule Farmbot.Firmware.UartHandler do
"y" -> "Y"
"z" -> "Z"
end
do_write("F84 #{axis_format}", state)
do_write("F84 #{axis_format}1", state)
end
def handle_call(:emergency_lock, _from, state) do