These items were removed from the UBL Command Parsing

Having these items randomly (and errorniously) disappear cost me several
hours of work yesterday.
master
Roxy-3D 7 years ago committed by Roxy-3D
parent 15edb41cee
commit 34d3ed9ab1

@ -1001,6 +1001,12 @@
lcd_quick_feedback();
#endif
x_pos = current_position[X_AXIS];
y_pos = current_position[Y_AXIS];
x_flag = 0;
y_flag = 0;
repeat_flag = 0;
g29_verbose_level = code_seen('V') ? code_value_int() : 0;
if (!WITHIN(g29_verbose_level, 0, 4)) {
SERIAL_PROTOCOLLNPGM("Invalid Verbose Level specified. (0-4)\n");

Loading…
Cancel
Save