Skip to content

Commit

Permalink
Add M666 'P' parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RichCattell committed Feb 10, 2014
1 parent 93711da commit 3063f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2273,6 +2273,9 @@ void process_commands()
max_pos[Z_AXIS]= code_value();
set_delta_constants();
}
if(code_seen('P')) {
z_probe_offset[Z_AXIS]= code_value();
}
if(code_seen('L')) {
SERIAL_ECHOLN("Current Delta geometry values:");
SERIAL_ECHOPAIR("X (Endstop Adj): ",endstop_adj[0]);
Expand Down

0 comments on commit 3063f12

Please sign in to comment.