prdatur / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
0 stars 0 forks source link

Horizontal feedrate not tied to anything #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
it appears that someone on IRC uncovered the fact that horizontal feeds
aren't really tied to horizontal motion. I found that in DepthOp.cpp
horizontal feeds were being fed to Z motion in the first feed move. I
swapped the horizontal feed with vertical at that point. But, I have no
idea how to tie the horizontal feed to anything.

Thanks,
Dan

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 22 May 2009 at 5:11

GoogleCodeExporter commented 8 years ago
I have fixed this for Profile and Pocket operations now.
The Python script now writes "feedrate_hv" instead of "feedrate".

Original comment by danhe...@gmail.com on 23 May 2009 at 2:49