I am in the process of learning, designing and building my own 3D printer. I have a single axis test-bed with one stepper motor, and optical endstop. I have the Marlin code setup to ignore the rest. I can successfully "print" from the SD card (even though its like clapping with one hand). As with my purchased printer, the gcode does the Home command and the head successfully goes to the endstop and sets the X = 0. It will then happily "print" the file as expected.
I expected that during the printing phase, if the head hit the end-stop, that the print would abort. That does not seem to happen.
I am just assuming that if a printer has skipped enough steps to hit an endstop, that it would be a wise choice not to continue... (1) Waste more plastic on a failed print and (2) to not tear up the printer.
Does aborting print on endstop strike exist? I don't see anything in the Configuration.h.
I expected that during the printing phase, if the head hit the end-stop, that the print would abort. That does not seem to happen.
I am just assuming that if a printer has skipped enough steps to hit an endstop, that it would be a wise choice not to continue... (1) Waste more plastic on a failed print and (2) to not tear up the printer.
Does aborting print on endstop strike exist? I don't see anything in the Configuration.h.