How create G-code using inkscape software

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • This is a tutorial based on creating g-code using Inkscape software
    Use version 0.48.5

Комментарии • 95

  • @daliborklusacek2095
    @daliborklusacek2095 3 года назад +5

    Hello, just a question: how come the G-code is displayed in the "save as" menu, not me, can you help? thanks DK

  • @burraqengineeringsolutions5394
    @burraqengineeringsolutions5394 3 года назад

    simple and good explanation.

  • @willievanderzwan8386
    @willievanderzwan8386 4 года назад +3

    hi there everything worked good until saving the g code it says the script did not return an error but this may indicate the results will not be as expected. then if I click ok it says the file can not be saved. any ideas on what may cause this?

  • @Sidhudalwindergmailcom
    @Sidhudalwindergmailcom 4 года назад +2

    You should go for music insted of inkscape .where audio and video are not consistant i do not trust those

  • @JumeJumeChannel
    @JumeJumeChannel 6 лет назад +2

    Thank for this video

    • @1337PANDA
      @1337PANDA  6 лет назад

      JumeJume Channel no problem

  • @nieesp7251
    @nieesp7251 3 года назад +1

    Hi thank you for the video. However, I did everything you showed on the video but when I saved the file this is what read:
    Traceback (most recent call last):
    File "unicorn.py", line 23, in
    from unicorn.context import GCodeContext
    File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn\context.py", line 104
    print line
    ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?
    then says the file could not be saved.
    Any idea why is this happening.
    Thank you Nilka

    • @_DarkKnight
      @_DarkKnight 3 года назад

      Its common error in unicorn
      Try this ruclips.net/video/H5_i8ruAXno/видео.html.
      Thank me later

  • @omahsinausemar4834
    @omahsinausemar4834 3 года назад

    thank you for making this video : )

  • @seshanbabu
    @seshanbabu 3 года назад

    thanks a lot for this video..!!!!!!!!

  • @manuelborges133
    @manuelborges133 2 года назад +1

    Old does not work anymore

  • @Bruceiwish1234
    @Bruceiwish1234 3 года назад

    done this about several times now all i get is cant save and refers to print line 104
    codesets.append(self.loop_forever)
    for codeset in codesets:
    for line in codeset:
    print line
    else:
    for p in range(0,self.num_pages):
    for codeset in codesets:
    for line in codeset:

  • @valtercapo3496
    @valtercapo3496 4 года назад

    Hello.
    This tutorial and pluggin works to make gcode by using in a CNC or just for laser or drawing?
    Thanks for the tutorial. Is very good.

    • @1337PANDA
      @1337PANDA  4 года назад +1

      The generated gcode can be used for both laser and drawing

  • @user-sb6kp9jj5d
    @user-sb6kp9jj5d 2 года назад +1

    It's too old for Inkscape v1.1

  • @mattivirta
    @mattivirta 9 месяцев назад

    but how G-code know what bit you use and were have zero point, and speed and feed. all have important doing.

  • @Xanderioz
    @Xanderioz 5 лет назад +1

    Okay so my problem with this extension was that my gcode only writes down straight lines in my arduino cnc plotter. I opened the .gcode file in notepad and noticed negative coordinate values (which arduino can't read). I changed all negatives with positives but then (ofcourse) the whole drawing changes. My question is: is there a way to save the gcode without negative coordinates?

  • @marvelousmarvin2
    @marvelousmarvin2 5 лет назад +1

    Add caption if u dont talk..especially if clicking left or right to get info

    • @1337PANDA
      @1337PANDA  5 лет назад

      Ok, well thanks for your suggestion

  • @ofybc5560
    @ofybc5560 2 года назад

    Traceback (most recent call last):
    File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn.py", line 23, in
    from unicorn.context import GCodeContext
    File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn\context.py", line 104
    print line
    ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?
    IM GETTING THIS ERROR

  • @d.w4635
    @d.w4635 2 года назад

    Hello,
    I implemented your video in exactly the same way. If I want to save in G.Code, I get this message. Do you have any idea what I'm doing wrong?
    Thanks for your answer.
    Traceback (most recent call last):
    File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn.py", line 23, in
    from unicorn.context import GCodeContext
    File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn\context.py", line 104
    print line
    ^
    SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?lo

    • @maxkilo
      @maxkilo 2 года назад

      i got that message aswell

  • @akhtar2024
    @akhtar2024 5 лет назад

    well done.. but my machine only works in positive axis... how should we bring our entire sketch in positive axis as part of it is made in negative axis.

    • @1337PANDA
      @1337PANDA  5 лет назад

      can you tell me what version of Inkscape you are using

    • @akhtar2024
      @akhtar2024 5 лет назад

      @@1337PANDA 0.48.5

  • @kdu97
    @kdu97 3 года назад

    thank you!

  • @xtraymusic261
    @xtraymusic261 5 лет назад +1

    Warning: unable to draw object, please convert it to a path first.

    • @1337PANDA
      @1337PANDA  5 лет назад +1

      try selecting the object and then select object to path

  • @mostafaesmail3674
    @mostafaesmail3674 3 года назад

    thank you

  • @fabri79fabri77
    @fabri79fabri77 6 лет назад

    which version of inkscape do you use? because I tried to follow your guide but it does not save the file in gcode. Thanks

    • @1337PANDA
      @1337PANDA  6 лет назад

      Fabri79 Fabri , well i used the same latest version

    • @fabri79fabri77
      @fabri79fabri77 6 лет назад

      Thanks. I tried like u, but it show this: Warning: unable to draw object, please convert it to a path first.
      I can't understand.

    • @fabri79fabri77
      @fabri79fabri77 6 лет назад

      I fixed it. I don't kow how but now it works! Thanks!!

  • @tonyrustadi1809
    @tonyrustadi1809 6 лет назад

    God bless You brader

  • @cyberlaurent2101
    @cyberlaurent2101 3 года назад

    Merci !

  • @tensaizaki9795
    @tensaizaki9795 6 лет назад

    Hai... My problem now... Im already follow you step...and successfully saved... But when i open the notepad, its showing empty... Help me... :-(

    • @1337PANDA
      @1337PANDA  6 лет назад

      I think you did not correctly traced the bitmap

  • @sachinverma8852
    @sachinverma8852 5 лет назад

    Which version of inkscape are you using?

    • @1337PANDA
      @1337PANDA  5 лет назад

      The version of Inkscape used here is 0.48.5

  • @MandeepSingh-qj9we
    @MandeepSingh-qj9we 6 лет назад

    guru gcode wali video me software download kiya h usi tara mane bi keya par usme unicorn g code extenson for inkscape zip win rar evalution coyp lekha aa jhata h asa kyu guru

    • @1337PANDA
      @1337PANDA  6 лет назад

      Bagga Singh there is no problem with this thing ,once you have downloaded the software and extension file just copy the contents of extension as shown in the video

  • @chamarapathum6972
    @chamarapathum6972 3 года назад

    can you provide code notepad me please?

  • @basavarajkundangar8593
    @basavarajkundangar8593 5 лет назад

    Bro I have one problem in Everyhing don't successfully...in last it was not saving file.... It's showing 0 bytes as properties so plzzzzz tell

    • @1337PANDA
      @1337PANDA  5 лет назад

      can you elaborate your problem

    • @basavarajkundangar8593
      @basavarajkundangar8593 5 лет назад

      Bro I used inscape. 48.5 versoin when I save file na it's not showing g codes

    • @basavarajkundangar8593
      @basavarajkundangar8593 5 лет назад

      Bro contact nor 9036783575 plzzz help bro I m making one project on that one

  • @deepbhavani7391
    @deepbhavani7391 5 лет назад

    Tysm for making this video

  • @Graphic-Tech-Art
    @Graphic-Tech-Art 4 года назад

    Working drawing ok but g-code file not save plz bro

  • @armser3529
    @armser3529 3 года назад

    maybe you know what it is. Thank you so much Traceback (most recent call last):
    File "unicorn.py", line 108, in
    e.affect()
    File "inkex.py", line 289, in affect
    self.effect()
    File "unicorn.py", line 102, in effect
    parser.parse()
    File "unicorn/svg_parser.py", line 230, in parse
    self.svgWidth = self.getLength('width', 354) * 0.28222
    TypeError: unsupported operand type(s) for *: 'NoneType' and 'float'

    • @1337PANDA
      @1337PANDA  3 года назад

      Are u using inkscape version 0.48.8?

    • @armser3529
      @armser3529 3 года назад

      @@1337PANDA no 0925

    • @1337PANDA
      @1337PANDA  3 года назад

      @@armser3529 pardon me it's version 0.48.5 and use this version specifically and it will work successfully

    • @armser3529
      @armser3529 3 года назад

      @@1337PANDA ok thanks a lot

    • @1337PANDA
      @1337PANDA  3 года назад

      @@armser3529 🤝

  • @MrSigitharimurti
    @MrSigitharimurti 6 лет назад

    My windows 10 doesn’t let me change files in Inkscape. Help me. Thanks.

    • @1337PANDA
      @1337PANDA  6 лет назад

      you will need the administration access for that

    • @1337PANDA
      @1337PANDA  5 лет назад

      can you explain the problem in your case

  • @mdnayemkhan3201
    @mdnayemkhan3201 3 года назад

    G code explanation.. Save error ,,

  • @pir869
    @pir869 6 лет назад

    got to the last step and after i clicked save it came back with a message of parsing errors and it could not be saved,holy flirkin shnit

    • @1337PANDA
      @1337PANDA  6 лет назад

      first of all try this on version 0.48.5 also don't forget to change the scale unit in document properties

    • @pir869
      @pir869 6 лет назад

      did a search last night and found this out,thanks for getting back in touch as very few people do with this stuff.

    • @pir869
      @pir869 6 лет назад

      i meant to add,after i generated the gcode from the image,i opened grbl controller(3.5.1) my arduino uno has grbl 0.9a installed,i open the folder with the gcode image,it wants to find .nc files,i have to look for all file types for the gcode file to appear ,after which i click on begin then get numerous error messages about the code (buffer size too small,process interrupted).
      I'm rather unfamilliar with this ,after the problem with the unicorn gcode file only working with certain versions of inkscape,i'm sure it's going to be a simple fix,i'm using vista,i have xp too,i see many many cd rom cnc projects on youtube that it seems rather simple to accomplish a small 3 axis unit,i doubt my OS is too old,but if it can't run newer grbl ect i will get a new pc,win7,8,10,i'd rather try some other fix if possible before going out on a limb and buying a new pc.
      Any hints to this problem are most appreciated.

    • @1337PANDA
      @1337PANDA  6 лет назад

      john amptech if you are facing such a problem don,t buy a new pc just give it a try with windows 7 its the best supported windows

    • @pir869
      @pir869 6 лет назад

      i found the gcode tools add on for inkscape,so i'll give it a try,though the upgrade may be a good idea win 7 has an add on to run back to xp software,i have Tina7 ind for pcb manufacture and it wasn't cheap it runs best on xp,plus a good pc can be bought on ebay refurbed with all good parts or upgradable,and google keep hastleing me that vista is unsupported,this last bit got me thinking that the grbl latest may work better like laser grbl too,at least i have options,and the learning curve is the hard part.
      cheers.

  • @kaleip
    @kaleip 6 лет назад

    Will this work for plasma cutters?

    • @1337PANDA
      @1337PANDA  6 лет назад

      It will definitely work

    • @kaleip
      @kaleip 6 лет назад

      Void [ ] keep getting g code could not be saved?

    • @1337PANDA
      @1337PANDA  6 лет назад

      kalei p did you managed to add the unicorn gcode extension

    • @kaleip
      @kaleip 6 лет назад

      Void [ ] i got it to save the g code finally without err then I had to edit it for mach to even try to run the code . Mostly it didn't run the code but I'm wondering if it will even work with coordinates that exceed my xy capabilities?

  • @juniorroman8976
    @juniorroman8976 6 лет назад

    I try to save but it gives me an error and says can't be saved.. help

    • @1337PANDA
      @1337PANDA  6 лет назад

      can you give me some more specific information about this

    • @juniorroman8976
      @juniorroman8976 6 лет назад

      After I save it to g code file its not showing as a g code file and my program won't open it

    • @1337PANDA
      @1337PANDA  6 лет назад

      @@juniorroman8976 did you saved the file in unicorn gcode format

    • @juniorroman8976
      @juniorroman8976 6 лет назад

      I did everything like the video

    • @1337PANDA
      @1337PANDA  6 лет назад

      @@juniorroman8976 then you must try this on the version given in the description

  • @chillgamerlv8317
    @chillgamerlv8317 2 года назад +1

    fake lol

  • @ardehshir4590
    @ardehshir4590 3 года назад

    just waste of time

    • @1337PANDA
      @1337PANDA  3 года назад

      Can you describe me the issue you faced?

    • @anasullahkhan4042
      @anasullahkhan4042 3 года назад +1

      @@1337PANDA
      When saving the gile as gcode, this message was displayed:
      Traceback (most recent call last):
      File "unicorn.py", line 23, in
      from unicorn.context import GCodeContext
      File "C:\Program Files\Inkscape\share\inkscape\extensions\unicorn\context.py", line 104
      print line
      ^
      SyntaxError: Missing parentheses in call to 'print'. Did you mean print(line)?

    • @1337PANDA
      @1337PANDA  3 года назад +1

      @@anasullahkhan4042 did u installed the version 0.48.5