Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backplot of drilling cycle movement is drawn incorrectly. #363

Open
GoogleCodeExporter opened this issue Oct 20, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add a couple points
2. Create a drilling operation for them.  Set properties as appropriate
3. post-process and inspect the backplot.

set 
start depth 0
final depth -10
clearance. 5
rapid safety 1
max stepdown 5

produces gcode like:
Z5
G83 Q5 G98 X6.255 Y20.279 Z-10 R1 F10000

According to linuxcnc documentation, it should peck and retract to 1 and then 
rapid 5 after the first hole.  Then rapid horizontally at 5 to the second 
location.

looking at the backplot, the horizontal rapid appears to be at 1.  Loading the 
same gcode in linuxcnc shows it at 5.

http://i.imgur.com/lgCuMJA.png

This isn't a major problem but is misleading the user about how the tool will 
actually move.



Original issue reported on code.google.com by shopinth...@gmail.com on 4 Feb 2015 at 1:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant