This allows you to attach a pen to your ender 3 S1 extruder. This enables you to let the printer write or even "draw" on a piece of paper.
2xM3 screws are used clamp the pen down
This project works with any pen with a diameter smaller than 10.85mm. This includes Sharpies. I have also created files for a pen to be printed that uses a sprint to apply consistent force down onto the paper.
Important Note:
Start your text or image plotting file WITHOUT the pen tightened.
The printer will level your z axis and then pause at a height.
Insert your pen into the holder and tighten only after the printer has come to a standstill.
Press the control knob to start plotting.
Replace the Start G-Code with the following:
G1 ; metric values
G90 ; absolute positioning
M107 ; start with the fan off
G28 ; home all
G0 Z1.7 ; move up
M0 ; Adjust Pen then click
Replace the End G-Code with the following:
; End GCode
G91 ;relative positioning
G0 Z15 ;move Z up before moving away
G28 X0 Y0 ;move X/Y to min endsteps
M84 X Y E ;Disable all stepper but Z
G90 ;absolute positioning
G1 X0 Y200 ;
Install the free "Z offset Setting" plugin from the Cura marketplace :
https://marketplace.ultimaker.com/app/cura/plugins/fieldofview/ZOffsetPlugin
Download the Profile+Material.zip file and extract the files
Import both the Plotter_Print_settings.curaprofile and the Pen_material.xml.fdm_material into Cura
Or alternatively use the following slicer settings:
Category: 3D Printer Accessories
The author marked this model as their own original creation. Imported from Thingiverse.