winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.88k stars 761 forks source link

Add bridges/supports #2318

Open sergey-das opened 12 months ago

sergey-das commented 12 months ago

Description

Some of Gcode generators, especially focused on PCB milling provide great feature: add bridges/supports for cutout operations. For example I have some plate (plywood, fiberglass etc) and I want to cutout a contour. The material is fixed not using double sided stick tape, but by some clamps. So when the contour is close to be completed the middle part can go off the position and break the whole cutout process. If we add some thin bridges to the contour, the middle part fill be always perfectly fixed and aligned and then after milling/cutting process is finished it will be easy to cutout it using some kind of wire cutter.

breiler commented 12 months ago

In other words, you want to add a tabs feature to the designer tool?