@@ -199,7 +199,7 @@ dd if=/dev/zero of=new_fs.img bs=1M count=128
1991992 . Format the image:
200200
201201```
202- sudo mkfs.vfat -F 32 -n SDCARDIMAGE new_fs.img`
202+ sudo mkfs.vfat -F 32 -n SDCARDIMAGE new_fs.img
203203```
204204
2052053 . Copy the _ .gcode_ file (in place of ** my_stl.gcode** ):
@@ -244,7 +244,17 @@ They can be downloaded here:
244244
245245## Donations
246246
247- Thank you for your support.
247+ This would not be possible without having to spend my free time working on it.
248+
249+ I would greatly appreciate supporters, helpers, and beta testers whenever possible.
250+
251+ Please show your support by considering making a donation, or giving your input if you end up using this firmware.
252+
253+ It wasn't easy getting it to this point without all the help and input. I am just a basic programmer and the work is mostly trial and error.
254+
255+ Thank goodness for VS Code's compiler and also AI like ChatGPT which shows me what changes need to be made as I make them.
256+
257+ Thank you to all those who have given me their support.
248258Please consider making a donation, as large or as small and as often as you'd like.
249259[ Ko-fi] ( https://ko-fi.com/classicrocker883 )
250260[ Venmo] ( https://venmo.com/u/andrewleduc88 )
@@ -326,15 +336,6 @@ Marlin is maintained mainly by [@thinkyhead](https://github.com/thinkyhead)
326336 </picture >
327337</a >
328338
329- This work would not be possible without me spending time working on it for free.
330-
331- I would greatly appreciate supporters, helpers, and beta testers whenever possible.
332-
333- Please show your support by considering making a donation, or giving your input if you end up using this firmware.
334-
335- It wasn't easy getting it to this point. I am just a basic programmer and the work is mostly trial and error.
336- Thank goodness for VS Code's compiler and also AI like ChatGPT which shows me what changes need to be made as I make them.
337-
338339- [ Marlin Firmware] ( https://marlinfw.org/ ) is an Open Source project and owned and maintained by the maker community.
339340- VS Code is an IDE program owned and maintained by Microsoft.
340341
0 commit comments