♻️ Rename XATC z_values => z_offset
This commit is contained in:
parent
aae08e9b0d
commit
98a17cd60d
4 changed files with 11 additions and 14 deletions
|
|
@ -863,10 +863,7 @@ void MarlinSettings::postprocess() {
|
|||
"Bilinear Z array is the wrong size."
|
||||
);
|
||||
#if ENABLED(X_AXIS_TWIST_COMPENSATION)
|
||||
static_assert(
|
||||
sizeof(xatc.z_values) == (XATC_MAX_POINTS) * sizeof(xatc.z_values[0]),
|
||||
"Z-offset mesh is the wrong size."
|
||||
);
|
||||
static_assert(COUNT(xatc.z_offset) == XATC_MAX_POINTS, "XATC Z-offset mesh is the wrong size.");
|
||||
#endif
|
||||
#else
|
||||
const xy_pos_t bilinear_start{0}, bilinear_grid_spacing{0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue