home.social

#gcode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gcode, aggregated by home.social.

  1. 3D-печать на стероидах: как я научил Creality K1C считать затраты филамента

    Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента

    habr.com/ru/companies/flant/ar

    #fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers

  2. 3D-печать на стероидах: как я научил Creality K1C считать затраты филамента

    Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента

    habr.com/ru/companies/flant/ar

    #fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers

  3. 3D-печать на стероидах: как я научил Creality K1C считать затраты филамента

    Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента

    habr.com/ru/companies/flant/ar

    #fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers

  4. 3D-печать на стероидах: как я научил Creality K1C считать затраты филамента

    Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента

    habr.com/ru/companies/flant/ar

    #fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers

  5. So I opened the #gcode file and identified the layers (luckily #cura comments out every layer start). I took note of the last printer layer height (checking the only instruction with a Z in it) and removed from the first layer to the 21st. I left in place all the initialization dance and added, between it and the start of the 22st layer, an instruction to move the print head to the previously discovered Z height. I saw the gcode says #Marlin #firmware, so I searched in the Marlin's documentation: https://marlinfw.org/docs/gcode/G000-G001.html
    The selected instruction in the screenshot is the one I added. (Continues...)
  6. So I opened the #gcode file and identified the layers (luckily #cura comments out every layer start). I took note of the last printer layer height (checking the only instruction with a Z in it) and removed from the first layer to the 21st. I left in place all the initialization dance and added, between it and the start of the 22st layer, an instruction to move the print head to the previously discovered Z height. I saw the gcode says #Marlin #firmware, so I searched in the Marlin's documentation: https://marlinfw.org/docs/gcode/G000-G001.html
    The selected instruction in the screenshot is the one I added. (Continues...)
  7. So I opened the #gcode file and identified the layers (luckily #cura comments out every layer start). I took note of the last printer layer height (checking the only instruction with a Z in it) and removed from the first layer to the 21st. I left in place all the initialization dance and added, between it and the start of the 22st layer, an instruction to move the print head to the previously discovered Z height. I saw the gcode says #Marlin #firmware, so I searched in the Marlin's documentation: https://marlinfw.org/docs/gcode/G000-G001.html
    The selected instruction in the screenshot is the one I added. (Continues...)
  8. So I opened the #gcode file and identified the layers (luckily #cura comments out every layer start). I took note of the last printer layer height (checking the only instruction with a Z in it) and removed from the first layer to the 21st. I left in place all the initialization dance and added, between it and the start of the 22st layer, an instruction to move the print head to the previously discovered Z height. I saw the gcode says #Marlin #firmware, so I searched in the Marlin's documentation: https://marlinfw.org/docs/gcode/G000-G001.html
    The selected instruction in the screenshot is the one I added. (Continues...)
  9. So I opened the #gcode file and identified the layers (luckily #cura comments out every layer start). I took note of the last printer layer height (checking the only instruction with a Z in it) and removed from the first layer to the 21st. I left in place all the initialization dance and added, between it and the start of the 22st layer, an instruction to move the print head to the previously discovered Z height. I saw the gcode says #Marlin #firmware, so I searched in the Marlin's documentation: https://marlinfw.org/docs/gcode/G000-G001.html
    The selected instruction in the screenshot is the one I added. (Continues...)
  10. G-Code Syntax Highlighter for
    @VisualStudio
    v0.1.7.0

    If you want to hand-craft #GCode in Visual Studio, I've updated my extension to work with VS2022 and VS2026!

    Click: Extensions - Manage Extensions - Browse

    Useful for #CNC #cncprogramming #3DPrinting #makers

  11. G-Code Syntax Highlighter for
    @VisualStudio
    v0.1.7.0

    If you want to hand-craft #GCode in Visual Studio, I've updated my extension to work with VS2022 and VS2026!

    Click: Extensions - Manage Extensions - Browse

    Useful for #CNC #cncprogramming #3DPrinting #makers

  12. G-Code Syntax Highlighter for
    @VisualStudio
    v0.1.7.0

    If you want to hand-craft #GCode in Visual Studio, I've updated my extension to work with VS2022 and VS2026!

    Click: Extensions - Manage Extensions - Browse

    Useful for #CNC #cncprogramming #3DPrinting #makers

  13. G-Code Syntax Highlighter for
    @VisualStudio
    v0.1.7.0

    If you want to hand-craft #GCode in Visual Studio, I've updated my extension to work with VS2022 and VS2026!

    Click: Extensions - Manage Extensions - Browse

    Useful for #CNC #cncprogramming #3DPrinting #makers

  14. G-Code Syntax Highlighter for
    @VisualStudio
    v0.1.7.0

    If you want to hand-craft #GCode in Visual Studio, I've updated my extension to work with VS2022 and VS2026!

    Click: Extensions - Manage Extensions - Browse

    Useful for #CNC #cncprogramming #3DPrinting #makers

  15. Unfortunately, checking is against #kicad, it seems some traces are missing!
    I think this is due to all the format conversions: I'm exporting an #svg from kicad, importing in #inkscape, converting to #gcode using a sketchy plugin after a lot of edits to convert objects to traces and so on... 🤷‍♂️
  16. Unfortunately, checking is against #kicad, it seems some traces are missing!
    I think this is due to all the format conversions: I'm exporting an #svg from kicad, importing in #inkscape, converting to #gcode using a sketchy plugin after a lot of edits to convert objects to traces and so on... 🤷‍♂️
  17. Unfortunately, checking is against #kicad, it seems some traces are missing!
    I think this is due to all the format conversions: I'm exporting an #svg from kicad, importing in #inkscape, converting to #gcode using a sketchy plugin after a lot of edits to convert objects to traces and so on... 🤷‍♂️
  18. Unfortunately, checking is against #kicad, it seems some traces are missing!
    I think this is due to all the format conversions: I'm exporting an #svg from kicad, importing in #inkscape, converting to #gcode using a sketchy plugin after a lot of edits to convert objects to traces and so on... 🤷‍♂️
  19. Unfortunately, checking is against #kicad, it seems some traces are missing!
    I think this is due to all the format conversions: I'm exporting an #svg from kicad, importing in #inkscape, converting to #gcode using a sketchy plugin after a lot of edits to convert objects to traces and so on... 🤷‍♂️
  20. Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD

    Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот

    habr.com/ru/articles/970998/

    #CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт

  21. Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD

    Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот

    habr.com/ru/articles/970998/

    #CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт

  22. Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD

    Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот

    habr.com/ru/articles/970998/

    #CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт

  23. Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD

    Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот

    habr.com/ru/articles/970998/

    #CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт

  24. 3D Printing GCode Question:

    Some how I set my print temp too low (by quite a bit) - Looking at the GCODE in a text editor I see these lines:

    ; EXECUTABLE_BLOCK_START
    ;TYPE:Custom
    G9111 bedTemp=60 extruderTemp=200

    Can I just change the temp here and save the file - or do I need to just make the changes on the printer just before it starts printing?
    (Or reslice with the correct settings)

    #gcode #3DPrinting #Kobra3 #Anycubic #3Dprinter #Question

  25. Anybody have experience driving 1m^2 #arduino #gshield #xcarve using the #gcode sender #chrome #webapp ? I thought that because it was #gbrl it'd be pretty straightforward but it's being weird AF. I'd really like to get this (and all) the #cnc devices we'll be using driven off of a #chromebox ...

  26. Anybody have experience driving 1m^2 using the sender ? I thought that because it was it'd be pretty straightforward but it's being weird AF. I'd really like to get this (and all) the devices we'll be using driven off of a ...

  27. Anybody have experience driving 1m^2 #arduino #gshield #xcarve using the #gcode sender #chrome #webapp ? I thought that because it was #gbrl it'd be pretty straightforward but it's being weird AF. I'd really like to get this (and all) the #cnc devices we'll be using driven off of a #chromebox ...

  28. 3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию

    Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...

    habr.com/ru/articles/936450/

    #3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing

  29. 3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию

    Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...

    habr.com/ru/articles/936450/

    #3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing

  30. 3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию

    Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...

    habr.com/ru/articles/936450/

    #3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing

  31. 3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию

    Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...

    habr.com/ru/articles/936450/

    #3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing

  32. I swear I wrote a gcode generator and put it around here somewhere... can't find it now... Guess I'll write another one. Hahaha...

    #gcode #cnc #aluminum #routing #maker

  33. I swear I wrote a gcode generator and put it around here somewhere... can't find it now... Guess I'll write another one. Hahaha...

    #gcode #cnc #aluminum #routing #maker

  34. I swear I wrote a gcode generator and put it around here somewhere... can't find it now... Guess I'll write another one. Hahaha...

    #gcode #cnc #aluminum #routing #maker

  35. I swear I wrote a gcode generator and put it around here somewhere... can't find it now... Guess I'll write another one. Hahaha...

    #gcode #cnc #aluminum #routing #maker

  36. I swear I wrote a gcode generator and put it around here somewhere... can't find it now... Guess I'll write another one. Hahaha...

    #gcode #cnc #aluminum #routing #maker

  37. Looking for gcode templates or walk thrus for a cnc machine #cnc #gcode

  38. I have a working gcode interpreter in C++! No parameters or expressions (yet), so very much on par with Grbl. Good enough to create things with a 2.5D mill etc. It interprets per line and is therefore suitable for memory constrained systems #cnc #development #gcode #embedded