Simple bool in soft_endstops_t
This commit is contained in:
@ -536,9 +536,9 @@ void restore_feedrate_and_scaling() {
|
||||
|
||||
// Software Endstops are based on the configured limits.
|
||||
soft_endstops_t soft_endstop = {
|
||||
true, false,
|
||||
{ X_MIN_POS, Y_MIN_POS, Z_MIN_POS },
|
||||
{ X_MAX_POS, Y_MAX_POS, Z_MAX_POS },
|
||||
{ true, false }
|
||||
{ X_MAX_POS, Y_MAX_POS, Z_MAX_POS }
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user