GCode has a delay function.
So you can turn your GCode file into a clock!
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
c.gcodeGCode to print a clock face for 24 hours.simplify3d_gcode - 223.51 kB - 12/16/2019 at 17:40 |
|
|
clock.cC Code to generate GCode for a clock face.C Source File - 2.07 kB - 12/16/2019 at 17:40 |
|
The G4 Sxxx command allows you to pause a print for a number of seconds.
This means you can MAKE A CLOCK!
I wrote a C program to print tick marks every minute and used the G4 S60 command to delay between tick marks.
Count the layers to see what the hour is!
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates
HA! I like it! Kind of like a "Hello, world!" program for 3D-printers.
Speaking of which, has anyone done a legit "Hello, world!" for G code? Like writing out the text on the build plate?