Printing program files with Propeller Tool V1.3.2 using lots of ink
garyg
Posts: 420
Hi
This situation was discussed back in 2009, but I'm thinking that since then there may have been a
solution to this concern.
I'm rather old school, and like to mark up, with a pencil, a printed copy of program that I'm working on.
Whenever I try to print, I always get background colors printing in large blocks.
I only need the programs printed, without the colors in the background.
Printing of the large color blocks uses very much more ink than I would like to use.
My printing ink cost is over $50 per month.
I'd rather spend my money on sensors and microcontrollers.
Is there a setting in the software that I just can't find?
Thanks for any and all suggestions.
This situation was discussed back in 2009, but I'm thinking that since then there may have been a
solution to this concern.
I'm rather old school, and like to mark up, with a pencil, a printed copy of program that I'm working on.
Whenever I try to print, I always get background colors printing in large blocks.
I only need the programs printed, without the colors in the background.
Printing of the large color blocks uses very much more ink than I would like to use.
My printing ink cost is over $50 per month.
I'd rather spend my money on sensors and microcontrollers.
Is there a setting in the software that I just can't find?
Thanks for any and all suggestions.
Comments
.Spin files are "text" files which can be opened with other word processors, (or notepad). This should allow you to print them without the color backgrounds.
Jeff
skylight,
I tried turning off the colour print option in the print menue.
The text prints without colour, but the spaces between the text still prints using the wasteful color background.
Are you using V1.3.2?
Jeff,
I tried your suggestion of printing through "Note Pad".
That worked pretty good.
I really didn't realize that spin files are actually only text files.
After that, when I selected All Files in Note Pad, I was able to view and print sucessfully.
So far in my limited printing test, even the format seems to be preserved.
I'm starting to realize that the indenting of certain parts of the programs in spin are very important.
It's an extra step, outside of the Propeller Tool, but If it saves me $$, over the next couple of months, I can
actually afford to purchase meaningful stuff.
Thanks guys.
ANY further suggestions, comments, etc are still welcome.
Notepad and Wordpad don't allow formatting the text file to make it look 'proper'.
My work around was:
- copy all the code into Microsoft Word
- set the margins for header, footer, left and right to .5
- select all the text and set the font to 13 point Parallax
- insert manual age breaks as required
- print
It's a tedious process I know but I get what I want in the end. The above settings are guaranteed to produce good output using my code on my printer at my house.
My printer doesn't seem to have a 'Print Black and White Text Only' setting. Probably because it only prints in black and white. There doesn't seem to be any way of turning off shading to simulate color either. A color printer should have a 'Black and White Text Only' setting I would think but you might still end up with the shading.
Regards,
Alexander (Sandy) Hapgood
edit -> preferences (or F5) ->syntax highlighting->none
and then print
jurop
This is exactly the solution I was looking for.
It took a bit to find the box to select, as the Propeller tool says to print in spin format,
however, once I found the setting, It work good.
I tried it, and it works perfectly.
Even the formatting stays in good form.
Thank You
On another note:
Printing using NotePad works pretty good also.
I found out today, after loading and attempting to print a file from the OBEX, that
the format was absolutely wrong.
I tried a number of things and I finally figured out that, in some manner, the Propeller Tool reformats
the file or files after they are saved using the propeller tool.
Now after saving the file when opening it in the Propeller Tool, I can either print it per Jurop's settings OR
I can print the files successfully in NotePad.
I believe I can skip my next month's purchase of printer ink.
Thanks Again
But I was not aware of the preferences - thanks jurop
Welcome to the forums with a great first post!
I, for one, had overlooked that little tidbit of information for the last 5 years! Been doing the notepad thing like everyone else.
Should go in the Sticky
Jim
I started playing around with the preferences and if you select "simple" the comments print out in blue. Tried to print in landscape so the comments wouldn't wrap and couldn't quite get the settings right to keep the line for line appearance right so I cheated and did a capture with snipping tool. That worked out really well, because the indent markers also print!
Thanks again!
traVis.
My B&W laser printer can print grey-scale, but when I print a .spin file that shows on my screen as B&W with the block-group association arrows visible as a light grey color (I use the 'simple' color scheme), the printed page shows no arrows. Is there any way to adjust the color/depth of these very helpful arrows?
Nate
I think I was one of the original people that started a thread about this issue a few years ago when I was printing my Reverse Geocache code which was printing out 6 pages long.