mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-29 13:12:00 +00:00
More misc UBL fixes and update gMax examples (#6632)
I think I forgot to Sync before I committed last time. Some UBL changes did not stick. Also, update the gMax configuaration.h file so other than unique numbers and settings, it exactly matches the default configuration.h file.
This commit is contained in:
parent
d92fa40c62
commit
110afff415
3 changed files with 42 additions and 11 deletions
Marlin
|
@ -225,7 +225,8 @@
|
|||
const float e_normalized_dist = e_position / on_axis_distance,
|
||||
z_normalized_dist = z_position / on_axis_distance;
|
||||
|
||||
int current_xi = cell_start_xi, current_yi = cell_start_yi;
|
||||
int current_xi = cell_start_xi,
|
||||
current_yi = cell_start_yi;
|
||||
|
||||
const float m = dy / dx,
|
||||
c = start[Y_AXIS] - m * start[X_AXIS];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue