FolkComputer / folk

🎁 Physical computing system.
https://folk.computer
Apache License 2.0
75 stars 4 forks source link

Paginate multi-page programs; support printer config #147

Closed osnr closed 3 months ago

osnr commented 3 months ago

I haven't tested the printer config (which can be used to set A4 vs. letter, mostly), but not having a printer config shouldn't break anything (if you don't make printer config, it will default to bare lpr as before).

Multipage programs (> 37 lines of code) now actually print multiple pages instead of getting cut off. Fixes #58

Removes "Print Back" because no one seems to really use it. We should revisit later.