Hello Snappy community! I am creating a safety printing firmware on the u1 for the innovation competition. I’m inquiring how to go about reaching my goals:
-
learn how I can quickly iterate versions hopefully without flashing every time.
-
learn how to access the acceleration data from the print head, and either display that on the printer screen or preferably on my computer. (like in my IDE console)
-
how to move the print head from either the firmware or the gcode. Either way there must be some awareness of the model being printed. the result I’m searching for is to have my nozzle bump the edge of the first layer and measure the resistance the nozzle feels to judge the adhesion quality. my
knowledge: I’m very familiar with Python, and other languages. I have never worked with creating custom gcode outside of slicers. I do not know how to go about changing firmware nor do I know where to learn this.
I appreciate all help.