svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
659 stars 174 forks source link

Add Pos.A to Tooltable #126

Closed wwwlxs closed 4 years ago

wwwlxs commented 4 years ago

Hi Can add Pos.A to Tooltable in the new version ?My plotter is 4-axis and is placed vertically.I want to make it to a “WaterColorBot” like your YouTube vedio,and How to setup “ToolChange” and “Tooltable” and “G-code modification”?

截屏2020-06-27 下午11 23 03 截屏2020-06-27 下午11 38 35
svenhb commented 4 years ago

How to setup “ToolChange” and “Tooltable” and “G-code modification”?

Not so easy to describe:

  1. tools will be seleceted by graphic colors: check video https://www.youtube.com/watch?v=Ebe2kFlE058 at 0:10
    in the video green is assigned for a pen, red / dash line for weak laser, black for strong laser for cutting.
  2. Enable Grouping (Graphic Import - Path Import)
  3. Add tool exchange command (Graphic Import - Add tool change command)
  4. To interrupt drawing to refresh water-color you may want: image
  5. Setup your script in 4) for your needs.

Can add Pos.A to Tooltable in the new version?

I don't understand how do you select a color. I will insert a a position for tool change position...

In new version (I still need some weeks) tool can also be selected by tool-width <-> pen-width tool-name <-> Graphic-Layer

wwwlxs commented 4 years ago

I don't understand how do you select a color. I will insert a a position for tool change position... this video shows: 我的项目 81.MP4.zip

wwwlxs commented 4 years ago

another bug:The simulation preview and actual streaming preview are show different

截屏2020-06-28 下午6 55 29 截屏2020-06-28 下午7 03 14

压缩文件.zip

wwwlxs commented 4 years ago

another bug? this code cannot run in the ZX plane and becomes a circle in the XY plane G91 G01 X-8.000 Z0.000 F4000 ( stir brush inside cup ) G02 X0.000 Z0.000 I8.000 K0.000 G02 X0.000 Z0.000 I8.000 K0.000 G02 X0.000 Z0.000 I8.000 K0.000

svenhb commented 4 years ago

GCode manual says you need to switch the plane via G17, G18 or G19 - not sure if grbl supports this: http://linuxcnc.org/docs/html/gcode/g-code.html#gcode:g2-g3

wwwlxs commented 4 years ago

ok,thank you very much,it supported in V1.1 https://github.com/gnea/grbl/wiki

svenhb commented 4 years ago

Check new release, unfortunatly not really tested, I hope it works. image

wwwlxs commented 4 years ago

ok, thanks again ,I will check it (maybe tomorrow ) ,my plotter has some problems now