Printing 42 keys at once
I’m working on creating some gcode to create a whole set of key caps in one print, it is getting tedious to print them one at a time, and my past experience with my printer proves that printing a bunch of separate pieces increases the chances of failure. I don’t want to end up with 42 keys that are half done and a ball of filament.
figuring out the coordinates # [1]
To figure out the coordinates I printed one key cap, and manually jogged the printer in position to knock off the cap, then sweep it out of the way.
[2]
print head in position to knock
[3]
Position before the knock
[4]
Position after the sweep
gcode # [5]
I opened the gcode split it into start.gcode, end.gcode, and part.gcode.
start.gcode # [6]
;FLAVOR:Marlin
;TIME:1488
;Filament used: 0.265511m
;Layer height: 0.12
;MINX:105.708
;MINY:101.231
;MINZ:0.12
;MAXX:113.512
;MAXY:118.776
;MAXZ:17.04
;TARGET_MACHINE.NAME:Creality Ender-3 S1 Pro
;Generated with Cura_SteamEngine 5.8.0
M82 ;absolute extrusion mode
; End...