tbfleming / jscut

In-browser CAM package
http://jscut.org
GNU General Public License v3.0
295 stars 136 forks source link

Exact path mode #61

Open joelmatejka opened 5 years ago

joelmatejka commented 5 years ago

Hello,

thank you for a great tool for my CNC! Usually, I don't care so much about precision of the generated path, however, in some cases, I would like to have exact path. (I'm using linuxcnc machine controller) I'm thinking about adding some checkbox/input for adding G61 and G64 lines into generated G-code.

Is it a good idea to add at the bottom of Gcode Conversion panel something like: Exact path [drop-down list with: None; Path Blending; Exact Path Mode] with some text comment what it does and optional input for path blending (which will appear only when Path Blending selected)?

What do you think about it, can I do push request with this feature?

Best Joel