Writting support comment. Was here before 1 mln views.
@OwenRomanchuk-ui8kr5 ай бұрын
same
@NonTwinBrothers5 ай бұрын
Here before 1000, where's my prize :O
@redpug50425 ай бұрын
You could probably make this a bit better by having multiple options for drawing. You could use less memory to draw complex shapes For example, instead of just being able to draw a line from point A to point B, you should add a small flag (a handful of bits or a byte for ease of coding) that tells it if you want to draw a line, Bezier curve (quadratic or cubic), or arc between the points. if you specify a line, it will expect two points to follow if you specify a quadratic curve, you can expect 3 if you specify a cubic curve, you can expect 4 an arc could be defined in multiple ways. An easy one for this application might be 2 "root" points for start and end, and a 3rd point somewhere along the arc. Then, you could easily calculate the points along the path in the arduino which uses far less memory than storing all the points beforehand. In fact, fonts are stored as lines and bezier curves, which means you could have another flag for text with a start (x,y), the length of the text (chars) to know when to stop looking, the font size (and name/ID if you want to be fancy with it), and the actual characters to write.
@NewsonsElectronics5 ай бұрын
good idea
@sandipanpaul44044 ай бұрын
Hi, potentiometer is a good option rather than selecting patterns from an app I think. Did you cover everything in the arduino code to run the machine? Is there any option to get all the designs in a single code and can be changed.
@NewsonsElectronics4 ай бұрын
yep check the description I also have the instructables
@Bacwithhani2 ай бұрын
the code doesn't work send me a new code please
@donaldwaddel46003 ай бұрын
Here is a 3D printable version. I've rewritten the Arduino software. Please see KZbin video link for progress report. New software I've written now works correctly. Will add IR remote after assembly and some more testing. kzbin.info/www/bejne/rYK7fWl_frxsla8&ab_channel=DonaldWaddel