Commit 262b55a7 authored by MagoKimbra's avatar MagoKimbra

Fix Z-lift M600

parent c50b9d93
......@@ -5213,7 +5213,7 @@ void process_commands()
//lift Z
if(code_seen('Z'))
{
target[Z_AXIS]= code_value();
target[Z_AXIS]+= code_value();
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment