SD card Error while running engraver
When i run my printer in cnc mode it will go about 1 minute then it will stop moving and the display will say "sd card inserted" and i have to reset the printer, i tried unplugging my display board so the sd card slot isn't even connected and still get the same issue?
Comments
You have SDCARDDETECT directly in configuration.h or indirectly in pins.h or somewhere else set. Search in files for it and just set all to -1 then you for sure have no automatic detect for sd cards and would need to manually mount it.
Or find why that pin gets a potential for at least a short time (cross talk, soldering, ...).
Both solutions would work also the software solution should be save.
Also how do i get the bed leveling correction to be used when in cnc mode, it does not compensate the linear movements by adjusting the z?
the code is only executed when that is the case. Alternatively just remove that code but that will prevent mounting options to appear, so better find the assignment to not -1.
Do autoleveling with G32 S2 to store result and activate compensation permanently. Should also work in CNC mode.