You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add a paragrah in my notion db for a journal entry, when I check box is selected it sends a command to my PC which converts the text to a gcode file and then over serial prints the text
I want to type journal entry and have my printer write it
This code does the following
retrieve written entry from notion
generate gcode from text
send gcode to printer via serial
About
I add a paragrah in my notion db for a journal entry, when I check box is selected it sends a command to my PC which converts the text to a gcode file and then over serial prints the text