UBL_DELTA (#6695)
UBL on Delta's.... Should be close! Should not affect any Cartesian printer.
This commit is contained in:
parent
445003dbb8
commit
91841d75c9
10 changed files with 591 additions and 209 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
uint8_t ubl_cnt = 0;
|
||||
|
||||
static void serial_echo_xy(const uint16_t x, const uint16_t y) {
|
||||
static void serial_echo_xy(const int16_t x, const int16_t y) {
|
||||
SERIAL_CHAR('(');
|
||||
SERIAL_ECHO(x);
|
||||
SERIAL_CHAR(',');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue