#gcode — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gcode, aggregated by home.social.
-
3D-печать на стероидах: как я научил Creality K1C считать затраты филамента
Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента
https://habr.com/ru/companies/flant/articles/1003508/
#fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers
-
3D-печать на стероидах: как я научил Creality K1C считать затраты филамента
Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента
https://habr.com/ru/companies/flant/articles/1003508/
#fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers
-
3D-печать на стероидах: как я научил Creality K1C считать затраты филамента
Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента
https://habr.com/ru/companies/flant/articles/1003508/
#fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers
-
3D-печать на стероидах: как я научил Creality K1C считать затраты филамента
Чуть больше года назад я купил себе Creality K1C. В целом принтер меня устраивал, но со временем обнаружились кое-какие неудобства и недочёты, и мне захотелось допилить аппарат под себя. В статье расскажу, как я заменил дефолтный примитивный интерфейс и лагающий лаунчер, а самое главное — настроил подсчёт филамента, чтобы мониторить остатки и обеспечивать бесперебойную печать. Читать про автоматизацию филамента
https://habr.com/ru/companies/flant/articles/1003508/
#fdm #3dпринтер #филамент #cfs #gcode #3dпечать #creality #creality_3d_printers
-
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...) -
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...) -
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...) -
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...) -
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...) -
G-Code Syntax Highlighter for
@VisualStudio
v0.1.7.0If 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
-
G-Code Syntax Highlighter for
@VisualStudio
v0.1.7.0If 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
-
G-Code Syntax Highlighter for
@VisualStudio
v0.1.7.0If 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
-
G-Code Syntax Highlighter for
@VisualStudio
v0.1.7.0If 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
-
G-Code Syntax Highlighter for
@VisualStudio
v0.1.7.0If 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
-
Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD
Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот
https://habr.com/ru/articles/970998/
#CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт
-
Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD
Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот
https://habr.com/ru/articles/970998/
#CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт
-
Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD
Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот
https://habr.com/ru/articles/970998/
#CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт
-
Генерируем G-code прямо в браузере: как я написал карманную CAM-систему на JS+WebGL, чтобы не запускать тяжелый CAD
Зачем запускать тяжелый Fusion 360 или ArtCAM, чтобы просто вырезать фланец или прокладку? Я написал свой CAM-процессор на чистом JavaScript и Three.js, который готовит G-code из DXF за пару секунд прямо в браузере. В статье разбираем архитектуру легковесного инженерного софта: парсинг DXF, визуализацию траекторий на WebGL, алгоритмы оффсетов и опыт парного программирования с нейросетью. Заглянуть под капот
https://habr.com/ru/articles/970998/
#CAM #CNC #ЧПУ #Gcode #JavaScript #Threejs #WebGL #DXF #алгоритмы #инженерный_софт
-
https://github.com/retospect/microweldr
Weld plastic films with a 3d printer to make microfluidic devices.
#microfluidics #3Dprinting #GCode #OpenSource #LabOnAChip #DIYBio -
https://github.com/retospect/microweldr
Weld plastic films with a 3d printer to make microfluidic devices.
#microfluidics #3Dprinting #GCode #OpenSource #LabOnAChip #DIYBio -
https://github.com/retospect/microweldr
Weld plastic films with a 3d printer to make microfluidic devices.
#microfluidics #3Dprinting #GCode #OpenSource #LabOnAChip #DIYBio -
https://github.com/retospect/microweldr
Weld plastic films with a 3d printer to make microfluidic devices.
#microfluidics #3Dprinting #GCode #OpenSource #LabOnAChip #DIYBio -
https://github.com/retospect/microweldr
Weld plastic films with a 3d printer to make microfluidic devices.
#microfluidics #3Dprinting #GCode #OpenSource #LabOnAChip #DIYBio -
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=200Can 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) -
Fabrication & validation of an affordable #OpenSource #DIY coaxial #3D #extrusion #bioprinter:
-based on #Ender3D Pro, #Python / #GCode
-2 #syringe #pump #extruders
-coaxial nozzle print head
-cost < $600https://doi.org/10.1038/s41598-025-06478-9
#DIYbio #lab #bioprinting #instruments #hydrogel #tissue #engineering -
The Wanhao Duplicator CNC Heat Sealer - One custom, compliant heat exchanger, coming right up!
[Thane Hunt] needed to find... - https://hackaday.com/2022/02/02/the-wanhao-duplicator-cnc-heat-sealer/ #3dprinterhacks #heatexchanger #polyolefin #3dprinter #indenting #plastic #fusing #gcode -
Office Chromatography: Miniaturized all-in-one #OpenSource system for planar #chromatography:
-article unfortunately #NOpenAccess
-#3Dprinted
-254 nm #UV #LED illumation
-#Arduino-/#RaspberryPi-/#PiCam-controlledhttps://doi.org/10.1021/acs.analchem.8b02866
#DIYbio #lab #instruments #TLC #GCODE -
3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию
Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...
https://habr.com/ru/articles/936450/
#3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing
-
3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию
Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...
https://habr.com/ru/articles/936450/
#3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing
-
3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию
Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...
https://habr.com/ru/articles/936450/
#3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing
-
3D-печать без швов — Часть 1: как я «скрестил» Vase Mode и послойную печать чтобы вывести изделие в серию
Слева — органайзер, который я напечатал за один вечер, справа — почти такой же, но рождённый после двух месяцев экспериментов. Почему путь от прототипа до серийного изделия оказался таким длинным и каким приёмам непланарной печати я научился — читайте ниже. Читать ниже...
https://habr.com/ru/articles/936450/
#3d_печать #fff #fdm #непланарная_печать #gcode #blender #blender3d #промышленный_дизайн #3d_printing
-
Fabrication & validation of an affordable #OpenSource #DIY coaxial #3D #extrusion #bioprinter:
-based on #Ender3D Pro, #Python / #GCode
-2 #syringe #pump #extruders
-coaxial nozzle print head
-cost < $600https://doi.org/10.1038/s41598-025-06478-9
#DIYbio #lab #bioprinting #instruments #hydrogel #tissue #engineering -
Fabrication & validation of an affordable #OpenSource #DIY coaxial #3D #extrusion #bioprinter:
-based on #Ender3D Pro, #Python / #GCode
-2 #syringe #pump #extruders
-coaxial nozzle print head
-cost < $600https://doi.org/10.1038/s41598-025-06478-9
#DIYbio #lab #bioprinting #instruments #hydrogel #tissue #engineering -
Fabrication & validation of an affordable #OpenSource #DIY coaxial #3D #extrusion #bioprinter:
-based on #Ender3D Pro, #Python / #GCode
-2 #syringe #pump #extruders
-coaxial nozzle print head
-cost < $600https://doi.org/10.1038/s41598-025-06478-9
#DIYbio #lab #bioprinting #instruments #hydrogel #tissue #engineering -
Fabrication & validation of an affordable #OpenSource #DIY coaxial #3D #extrusion #bioprinter:
-based on #Ender3D Pro, #Python / #GCode
-2 #syringe #pump #extruders
-coaxial nozzle print head
-cost < $600https://doi.org/10.1038/s41598-025-06478-9
#DIYbio #lab #bioprinting #instruments #hydrogel #tissue #engineering -
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