How to mount a stepper controlled pen in place of extruder for testing?
I want to test the X Y Axis of the 3D Printer I am building before I invest in an extruder and a hot end/filament. My plan is to put a stepper controlled pen in place of the extruder. The stepper will raise/lower the pen a few MM – enough that I can see that it has left a mark (as if extruding) or not (as if extruder is off). Then I can calibrate the table, experiment with GCODE and make pretty drawings.
So basically, I want the hardware to behave like a pen plotter but I want the software to think it’s a full 3D printer.
I have an idea of how to take care of the mechanical part - attaching a pen to a stepper so that the pen travels up/down. I can then plug that stepper into the E Extruder channel on the 3D Controller Where I am stuck is how to set the 3D Controller so that when it gets an EXTRUDE ON command it simply executes a pen down by moving a few steps. (It must stop after a few steps) Then, when it gets an Extrude OFF command, I want it to reverse a few steps. That’s it no continuous rotation.
I imagine there must be a way to trick Marlin firmware or Repetier host to accomplish this but I’m not sure know where to start.
Does anyone have feedback on how I should go about this?
Are you aware of anyone that has done this? I’m sure someone has done this already. I’m looking for links to software and/or the hardware ideas.
Thanks.