|
@ -536,9 +536,9 @@ void restore_feedrate_and_scaling() { |
|
|
|
|
|
|
|
|
// Software Endstops are based on the configured limits.
|
|
|
// Software Endstops are based on the configured limits.
|
|
|
soft_endstops_t soft_endstop = { |
|
|
soft_endstops_t soft_endstop = { |
|
|
|
|
|
true, false, |
|
|
{ X_MIN_POS, Y_MIN_POS, Z_MIN_POS }, |
|
|
{ X_MIN_POS, Y_MIN_POS, Z_MIN_POS }, |
|
|
{ X_MAX_POS, Y_MAX_POS, Z_MAX_POS }, |
|
|
{ X_MAX_POS, Y_MAX_POS, Z_MAX_POS } |
|
|
{ true, false } |
|
|
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|