Enable / disable endstop checking
| 305 | |
| 306 | // Enable / disable endstop checking |
| 307 | void Endstops::enable(const bool onoff) { |
| 308 | enabled = onoff; |
| 309 | resync(); |
| 310 | } |
| 311 | |
| 312 | // Disable / Enable endstops based on ENSTOPS_ONLY_FOR_HOMING and global enable |
| 313 | void Endstops::not_homing() { |
no outgoing calls
no test coverage detected