The file 'Clip Glass Prusa MK2 3D Printer Model' is (stl) file type, size is 82.2KB.
I love my prusa mk2 and I wanted to print on glass with it, so I checked out techtiptricks video on youtube about that: https://www.youtube.com/watch?v=VQNCvE2OLhA
The gcode to do this is available on prusamk2.com: http://www.prusamk2.com/printing-on-glass-with-youre-prusa-i3-mk2-ohhh-so-smooth/
Unfortunately all my clips to hold the glass didn't work verry well and were often been pulled away by the extruder, like in techtipricks video. So I created my own clips that can be integrated into the heatbed and don't desturbe the extruder.
Heres the manual how you install them on your prusa mk2 (compare the pictures):
GCODE: This is the gcode I use on my printer for the starting procedure. Make sure you adapt it for yours:
G21 ; set units to millimeters
G90 ; use absolute positioning
M82 ; absolute extrusion mode
M104 S{material_print_temperature} ; set extruder temp
M140 S{material_bed_temperature} ; set bed temp
M190 S{material_bed_temperature} ; wait for bed temp
M109 S{material_print_temperature} ; wait for extruder temp
G92 E0.0 ; reset extruder distance position
G80 ; mesh bed leveling
G1 Y-3.0 F1000.0 ; go outside printing area
G1 F600 Z+30
G4 P30000 ; pause for 1 minute
M300 S1567 P240 ; Play a Beep
M117 One minute remaining ; One minute remaining warning
G4 P30000 ; pause 1 more minute
G1 Z2.0 ; consider glass thickness Measure your glass thickness first
G92 Z0 ; Set absolute positioning for remaining print
G1 X60.0 E9.0 F1000.0 ; intro line
G1 X100.0 E12.5 F1000.0 ; intro line
G92 E0.0 ; reset extruder distance position
Thats it :-) Now you got a mk2 with mounted clips that are not influenced by the extruder and can be removed easely to take out the glass. Have fun! :-)
clip_mk2.stl | 354.5KB |