This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
GopherAtl's profile picture

[1.42pr4] turtle PrintManager + printAPI

Started by GopherAtl, 21 September 2012 - 11:40 AM
GopherAtl #1
Posted 21 September 2012 - 01:40 PM
been playing with 1.42pr4, thought it would be fun to program a turtle to take print jobs over rednet and manage print jobs for other computers on a shared printer. Few features missing, like security and status queries, but multi-page support, line wrapping, and multiple passes for multi-color documents are all supported!

a little video I threw together to show it off; source will be available when it's done, or when 1.42 comes out, whichever happens last…

[media]http://www.youtube.com/watch?v=JZMKoPFTHxo&feature=youtu.be"]http://www.youtube.com/watch?v=JZMKoPFTHxo&feature=youtu.be[/media]
Cruor #2
Posted 22 September 2012 - 05:49 PM
Nice work Gopher :P/>/>
kintick #3
Posted 03 November 2012 - 02:07 AM
Puts my printer program to shame!

Will have to modify mine to attempt to beat you (some day)

(not to steal any code (honest) but can I have a look at the source code)
GopherAtl #4
Posted 03 November 2012 - 05:22 AM
Been busy, gonna be updating gedit, the companion word processor, with advanced computer support, soon, and then releasing both. Already added 3-level password access (admin, color print, basic b/w printing), with the passwords hashed on the server, and a fairly basic installer program. It's really gedit that's been preventing me releasing it, as there are/were some very troublesome bugs coming from the interactions of line wrapping, tab alignment, and indentation.

:edit: heck, since it's been so long, and I specifically worked to make gedit compatible with early versions of cc, I may check out the state of it and release a non-advanced-monitor version before beginning the overhaul to add mouse and on-screen color support to gedit.