585,931 active members*
5,572 visitors online*
Register for free
Login
Page 1 of 2 12
Results 1 to 20 of 26
  1. #1
    Join Date
    Mar 2003
    Posts
    765

    Stick Font to GCode Converter

    Who would like to try out this program for me? I just finished with it, and would be grateful if some of you could try it out before I put up a page for it on NCPlot.com. :cheers:

    This program creates G-Code from text using a single-stroke font. There are options for size, location, angle plus the G-Code settings. There is only one font file, but more can be added later. The font file is in ASCII format that's easy to understand, so if you want to, you can create your own fonts.

    The link to the download is:
    www.ncplot.com/stickfont/Setup_StickFont_v1.exe

    By the way, this will be freeware.

    Thanks,
    Scott
    Attached Thumbnails Attached Thumbnails screen.jpg  

  2. #2
    Join Date
    Jan 2006
    Posts
    4396

    Looks Good

    I used NCPlot Bata 22 and BobCadCam V20.7 to verify text height, Angle, and Position. Every thing looks great. It works as far as I can see. Three different text Hieghts 1/32, 1/4, and 1". Angles 1, 5 ,45 degrees. Capital and Lower Case.

    Is there anything specific you would like me to try? :banana:
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  3. #3
    Join Date
    Mar 2003
    Posts
    765
    I just wanted to know that everything worked in general. Starting from the installation on through to saving the G-Code. I did find one thing - the "Exit" menu doesn't work, but that's easily fixed. Let me know if you find anything else.

    Thanks,
    Scott

  4. #4
    Join Date
    Apr 2005
    Posts
    3634
    Scott,

    Nice program!

    You might want to add a G90 at the the start of the g-code, and maybe a return path "X0.0 Y0.0" Home, and a M30 to finish it out.

    Everything else worked good.

    Jerry

  5. #5
    Join Date
    Mar 2003
    Posts
    765
    Thanks Jerry,

    It outputs the program in absolute, so the G90 is a good idea. Everything else is kinda dependant on what you are using for a machine controller, so I left the G-Code program "unfinished" on purpose. I could add a header and footer to the program that you could edit to work with any particular machine. Would that work?

    Thanks,
    Scott

  6. #6
    Join Date
    Apr 2005
    Posts
    3634
    Scott,

    I could add a header and footer to the program that you could edit to work with any particular machine
    I agree, I think that would work.

    Just curious, what do you program with, C++? :cheers:

    Jerry

  7. #7
    Join Date
    Mar 2003
    Posts
    765
    Jerry,
    This program was written in Visual Basic 6.

    Scott

  8. #8
    Join Date
    Mar 2006
    Posts
    1625
    you may want to add a % sign in for first and last line most controler need this

  9. #9
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by lakeside
    you may want to add a % sign in for first and last line most controler need this
    Yep, this would also be covered by adding customizable header and footer text (see above post).

    Thanks,
    Scott

  10. #10
    Join Date
    Mar 2003
    Posts
    765
    Well, StickFont has been updated and moved to it's new home. There is also a new page for it that can be accessed from the NCPlot main page. The new link is:

    www.ncplot.com/stickfont/Setup_StickFont_v1.exe

    There are a few changes from the version I posted yesterday:

    I added settings for header and footer text. The header text is output before the G-Code and the footer is output after.

    The mouse wheel now works for zooming in and out.

    I fixed the Exit menu.

    Let me know if you have any problems with it.

    Thanks,
    Scott

  11. #11
    Join Date
    Jul 2003
    Posts
    1220
    Nice utility, worked well, just a couple of points.....
    When I enter text for header.eg 'TEST1' the G code adds the first block to this.
    eg. TEST1G00Z0.0
    Also my preference for code is to have a space between the G,X,Y etc., I find easier to read.

  12. #12
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by Kiwi
    Nice utility, worked well, just a couple of points.....
    When I enter text for header.eg 'TEST1' the G code adds the first block to this.
    eg. TEST1G00Z0.0
    Also my preference for code is to have a space between the G,X,Y etc., I find easier to read.
    Hi Kiwi,
    For the header, the G-Code will start wherever the header text ends, so in this case just hit the <enter> key at the end of the line to bring the cursor down to the beginning of the next line.

    If you need to change the formatting of the resulting G-Code, just download NCPlot :banana: it will add spaces to the program, along with lot's of other formatting tools.

    Thanks,
    Scott

  13. #13
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by MetLHead
    Who would like to try out this program for me? I just finished with it, and would be grateful if some of you could try it out before I put up a page for it on NCPlot.com. :cheers:

    This program creates G-Code from text using a single-stroke font. There are options for size, location, angle plus the G-Code settings. There is only one font file, but more can be added later. The font file is in ASCII format that's easy to understand, so if you want to, you can create your own fonts.

    The link to the download is:
    www.ncplot.com/stickfont/Setup_StickFont_v1.exe

    By the way, this will be freeware.

    Thanks,
    Scott
    Scott,

    Any chance that you could work with Bobcad to improve their back plot functions. I have been pushing them to impliment sub program functions to reduce program lengths for some time now. If you can do this for them they might compinsate you very well. Just a thought. Ok maybe a dream, but a good one
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  14. #14
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by tobyaxis
    Scott,

    Any chance that you could work with Bobcad to improve their back plot functions. I have been pushing them to impliment sub program functions to reduce program lengths for some time now. If you can do this for them they might compinsate you very well. Just a thought. Ok maybe a dream, but a good one
    Hmmm.... I'm sure it's a lot harder to write software that can create programs that use subs than it is to just backplot them. But who knows? I've seen this link:

    http://management.cadalyst.com/cadma....jsp?id=357719

    Maybe they took your advice and already added it for V22

    Scott

  15. #15
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by MetLHead
    Hmmm.... I'm sure it's a lot harder to write software that can create programs that use subs than it is to just backplot them. But who knows? I've seen this link:

    http://management.cadalyst.com/cadma....jsp?id=357719

    Maybe they took your advice and already added it for V22

    Scott
    YES, Someone else posted it in the BCC area, LOL, and I posted it everywhere
    I guess the excitement was overwhelming for me. BCC gets a lot of B.S. but it's my main Software for doing everything. If you get used to it you can do just about anything. After a while it gets annoying and as Human Nature we all want more.

    So what is your NCPlot, a Script Based Program? I thought it was software.
    You could also make it an Add-On Plug In or something. BCC users would Love your NCPlot intergraded into BCC. Not to mention you might be able to retire on the royalties
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  16. #16
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by tobyaxis
    YES, Someone else posted it in the BCC area, LOL, and I posted it everywhere
    I guess the excitement was overwhelming for me. BCC gets a lot of B.S. but it's my main Software for doing everything. If you get used to it you can do just about anything. After a while it gets annoying and as Human Nature we all want more.

    So what is your NCPlot, a Script Based Program? I thought it was software.
    You could also make it an Add-On Plug In or something. BCC users would Love your NCPlot intergraded into BCC. Not to mention you might be able to retire on the royalties
    NCPlot is written in VB6. As for making it a plug-in to BobCAD, that's an interesting thought. I know that Tim Markoski makes a BobCAD plug-in version of Machinist Toolbox, perhaps I could do the same. I guess it would depend on how many BobCAD users would be interested in seeing this. Of course, by the sounds of it, V22 is going to have better simulation so it may not matter. Anyway, retiring on the royalties sounds like a good plan to me

    Scott

  17. #17
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by MetLHead
    NCPlot is written in VB6. As for making it a plug-in to BobCAD, that's an interesting thought. I know that Tim Markoski makes a BobCAD plug-in version of Machinist Toolbox, perhaps I could do the same. I guess it would depend on how many BobCAD users would be interested in seeing this. Of course, by the sounds of it, V22 is going to have better simulation so it may not matter. Anyway, retiring on the royalties sounds like a good plan to me

    Scott
    Believe me it won't have sub programming or User Macro B type ability. As for users that would want NCPlot Plug In. Most of the heavy hitters would. I have sent them to your site and the first thing they say is, "the backplot in NCPlot is better than BCC's, wish there was a Plug-In".
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  18. #18
    Join Date
    Mar 2003
    Posts
    765
    Quote Originally Posted by tobyaxis
    Believe me it won't have sub programming or User Macro B type ability. As for users that would want NCPlot Plug In. Most of the heavy hitters would. I have sent them to your site and the first thing they say is, "the backplot in NCPlot is better than BCC's, wish there was a Plug-In".
    Well, I can look into it, but I'm not too hopeful that BobCAD would be eager to allow a plug-in that works better than their own stuff

    Scott

  19. #19
    Join Date
    Jan 2006
    Posts
    4396
    Quote Originally Posted by MetLHead
    Well, I can look into it, but I'm not too hopeful that BobCAD would be eager to allow a plug-in that works better than their own stuff

    Scott
    True, but worth a shot. CNCdude is Chris Corbell at BobCad. Who knows he might like the idea.
    Toby D.
    "Imagination and Memory are but one thing, but for divers considerations have divers names"
    Schwarzwald

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

    www.refractotech.com

  20. #20
    Join Date
    May 2008
    Posts
    2
    Howdonyou add fonts to stikfont?

Page 1 of 2 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •