i made this to ram prints of the side of my klipper enabled ender 3 v3 ke for a continuos print queue
I didn't find the need for glue due to the friction of the scre holes but any super glue or plastic glue should work
here is the end gcode
M104 S0 ; Set extruder temp to 0C
M140 S0 ; Set bed temp to 0C
G1 Y130 ; Brings bed middle
G1 X190 ; Brings the head to right - so the ram is behind the part
G4 P360000 ;Do nothing while bed cools
G1 Z0 ; Homes Z axis, which touches nozzle to glass stopping any leaking and brings the ram down behind the part
G1 Z0.2 ; Lift the nozzle slightly so it doesn't scrape along the bed during the ramming movement
G1 X0 F9000 ; Sends the head left
G1 X60 F9000 ; shakes
G1 X0 F9000 ; Shakes
M84 ; disable motors
The author marked this model as their own original creation.