inkscape engrave - gcode and move head
urobasa opened this issue · 1 comments
Write text,
Object to path converted
apply extension
laser head do not movements, only table move
makerpi P3 Pro IDEX
On previous version extension all work
File of new extension
G90;
M106 S0;
G21;
M106 S0;
G1 F3000.0 X38.080322 Y161.145477;
M106 S255;
G1 F750.0 X38.494527 Y161.118746;
G1 X38.862909 Y161.038554;
G1 X39.185466 Y160.904900;
G1 X39.326758 Y160.819916;
G1 X39.545933 Y160.636349;
G1 X39.699464 Y160.421643;
G1 X39.787352 Y160.175798;
G1 X39.810449 Y159.945550;
G1 X39.778428 Y159.669422;
G1 X39.682365 Y159.427569;
G1 X39.590308 Y159.294427;
G1 X39.395329 Y159.116850;
M106 S0;
File of old extension
; Generated with:
; "Raster 2 Laser Gcode generator"
; by 305 Engineering
;
;
;
G28; home all axes
G01 Z25
G21; Set units to millimeters
G90; Use absolute coordinates
G92; Coordinate Offset
G00 X110.0 Y15.7
M106 S255
G01 X109.7 Y15.7 F400
M106 S0
G00 X109.3 Y15.8
M106 S255
G01 X110.7 Y15.8 F400
M106 S0
G00 X111.8 Y15.9
M106 S255
G01 X109.1 Y15.9 F400
M106 S0
G00 X108.9 Y16.0
M106 S255
G01 X113.1 Y16.0 F400
M106 S0
G00 X113.8 Y16.1
M106 S255
G01 X108.8 Y16.1 F400
M106 S0
G00 X108.6 Y16.2
M106 S255
G01 X115.0 Y16.2 F400
M106 S0
G00 X115.9 Y16.3
M106 S255
G01 X108.6 Y16.3 F400
M106 S0
G00 X108.5 Y16.4
M106 S255
G01 X117.1 Y16.4 F400
From your comment it looks like the old output was generated using https://github.com/305engineering/Inkscape. It looks like that exteansion is intended for raster images, this extension is for vector images.