Suppress warnings, etc
・Suppress warnings ・Remove unused variable "did_update"
This commit is contained in:
parent
4ea87b8f34
commit
e9393c3634
2 changed files with 2 additions and 3 deletions
|
|
@ -1349,7 +1349,6 @@ void update_software_endstops(AxisEnum axis) {
|
|||
float offs = LOGICAL_POSITION(0, axis);
|
||||
|
||||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
bool did_update = false;
|
||||
if (axis == X_AXIS) {
|
||||
|
||||
// In Dual X mode hotend_offset[X] is T1's home position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue