pcb-gcode icon indicating copy to clipboard operation
pcb-gcode copied to clipboard

Modified version of PCB-gCode. An Eagle PCB Layout Tool PlugIn that can create beautiful tool paths directly in eagle.

Results 7 pcb-gcode issues
Sort by recently updated
recently updated
newest added

Added new profile for the Snapmaker 2 3-in-1 device

I remember I used this code before, and was working flawlessly, now with my eagle 9.3.2 there seems to be a problem, looks like the outline is not being generated...

There's an approach to make PCB soldermask by UV curable glue and clean this glue away by CNC maching with floating bit - e.g. see this video: https://youtu.be/7EctuSTL7-w?t=3m38s For this...

Using CNC2418 with GRBL 0.9 and Candle 1.0.11 After everything is finished spindle keeps spinning. With original pcb-gcode pcb-gcode-3.6.2.4 spindle stooped after everything has finished.

Solution to Maximize and Minimize Window Open pcb-gcode-setup.ulp file Remove or coment the lines 512, 513, 514 Save file.

Using Autodesk Eagle 9.1.1 When running pcb-gcode the window does not maximize or minimize. This causes some buttons to become invisible. There is no way to adjust the screen.

The viewer doesn't open on OSX. To fix it enter pcb-code directory on the terminal and run: ``` chmod a+x viewer/application.macosx/viewer.app/Contents/MacOS/JavaApplicationStub ``` The file JavaApplicationStub needs to have set executable...