Goddess Code

YouTube

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 считать затраты филамента

Когда в конце 2024-го я купил Creality K1C, он показался мне иномаркой по сравнению с «Жигулями» — моим прошлым 3D-принтером. Тот я настраивал месяца три, а...

Хабр
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.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

and here's a blog post about it with some bonus: a small #GCode creator for such spiral prints. #3dprinting https://matthias.dittgen.name/blog/halftone-spiral
md Blog | Halftone spiral

I saw this video in different social media streams of mine and had to find out how such a single spiral path portrait can be created.

Matthias.Dittgen.name
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... 🤷‍♂️
I've got it! The GCode for the spiral now fits, and the result is impressive. #extrusionRate #3dprinting #halftone #picture #portrait #gcode

Генерируем 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

Всем привет. Я в 3D-индустрии уже 30 лет, есть свой фрезерный станок. И, как и многих владельцев ЧПУ, меня преследовала одна и та же боль. Чтобы вырезать простую плоскую деталь — фланец, прокладку,...

Хабр
https://github.com/retospect/microweldr
Weld plastic films with a 3d printer to make microfluidic devices.
#microfluidics #3Dprinting #GCode #OpenSource #LabOnAChip #DIYBio
GitHub - retospect/microweldr: Takes SVG or DXF files and generates gCode for 3d printer to weld films together for microfluidics. Solid welds and frangible welds.

Takes SVG or DXF files and generates gCode for 3d printer to weld films together for microfluidics. Solid welds and frangible welds. - retospect/microweldr

GitHub

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