Convert vector graphics to g-code for pen plotters, laser engravers, and other CNC machines
svg
rust
printer
webassembly
inkscape
plotter
cnc
gcode
grbl
engraver
3d-printing
3d-printer
g-code
pen-plotter
laser-cutting
prusa-mini
svg2gcode
-
Updated
Dec 15, 2021 - G-code
Describe the bug
Per the comment here:
https://github.com/vintagepc/MINI404/blob/d679ebb8dbcc2974650a4e5a93700edb3d1537e6/hw/arm/prusa/stm32f407/stm32_uart.c#L283-L288
if the can_receive returns more than 1 and the receiver is configured for DMA (possibly circular?) the data somehow gets reversed during the DMA transfer.
(Verified it's correct in the internal uart buffer and in the wr