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

Heightmap #33

Open
BasementSam opened this issue Jun 17, 2022 · 0 comments
Open

Heightmap #33

BasementSam opened this issue Jun 17, 2022 · 0 comments

Comments

@BasementSam
Copy link

I want to mill a PCB. I created a heightmap:
0.00;0.00;31.48;36.56
3;3;-2.00;1.00
0;3;3
0;0.11999999999999922;0.13999999999999968
0.08800000000000008;0.21999999999999975;0.21999999999999975
0.11999999999999922;0.22499999999999964;0.2469999999999999

However when I select Use heightmap my gcode changes from
G00 Z5.0000
G01 Z-0.1500 F254.00

G00 X17.6530 Y24.9266
G01 Z-0.1500 F254.00 (for example)

to
G00X0.000Y0.000Z4.999
G01F254.00X0.000Y0.000Z-0.151
G01F508.00X1.105Y1.105Z-0.142
...
G01F254.00X17.653Y24.927Z0.107

That is, all the z coordinates after the first two which ought to be negative for the cuts, are positive, and the spindle remains above the board.

What am I doing wrong? If this is not the right forum to ask this question, can you point me to a more suitable one?
Tech details: Windows 10, Candle2 ver 2.3

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

No branches or pull requests

1 participant