How do you defeat this when there is no door
评论 (4)
#2 – Davida54 于 2017-07-29
Thank you 109JB, I am new at this and am in need of some more help. I can not find the configure.h file you are referring me to. Every thing else is working as it should. Just when I send my own file projects I get this error Check Door.
#3 – chamnit 于 2017-07-29
@Davida54 : What version of Grbl are you using? If you are using v1.1, please provide your $I build info output.
Check door should only be available if you or your CNC manufacturer has enabled it. The default is disabled.
#4 – GuiRitter 于 2019-04-11
Me too. Happened during a program, after executing a few hundred G1s successfully.
$I is [0.9j.20160726:].
I’m not certain, but most likely ENABLESAFETYDOORINPUTPIN wasn’t uncommented before downloading the code to Arduino.
Feed hold pin is floating.
#1 – 109JB 于 2017-07-25
Did you enable the safety door in the config.h file? It is this line (Line 137 in the current version):
// #define ENABLESAFETYDOORINPUTPIN // Default disabled. Uncomment to enable.
If you don’t have a safety door it should have the two slashes at the front of the line to disable it as above.