Impresora 3D Hephestos
Intérprete de gcode
Comprobación
sudo avrdude -c arduino -b 57600 -p atmega328p -P /dev/ttyUSB0 -vv
Instalación
sudo avrdude -F -V -c arduino -b 57600 -p atmega328p -P /dev/ttyUSB0 -U flash:w:grbl.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e950f
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "grbl.hex"
avrdude: input file grbl.hex auto detected as Intel Hex
avrdude: writing flash (31034 bytes):
Writing | ################################################## | 100% 9.45s
avrdude: 31034 bytes of flash written
avrdude: safemode: Fuses OK
avrdude done. Thank you.
Conversor a gcode
Plug-in de raster a gcode en inkscape.