em / gcanvas

CNC milling with HTML5 canvas
95 stars 19 forks source link

Drill straight holes the same diameter as the tool. #3

Closed em closed 10 years ago

em commented 11 years ago

Doing an arc with toolDiameter/2 cancels out to nothing. It should totally do a straight hole.

It's also totally shitty having to use arc at all. Gonna add a drill() method, also thread()

http://www.practicalmachinist.com/vb/cnc-machining/peck-drilling-151128/

Awesome.