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

Choose bullnose #53

Open
Mayov17 opened this issue Dec 19, 2024 · 5 comments
Open

Choose bullnose #53

Mayov17 opened this issue Dec 19, 2024 · 5 comments

Comments

@Mayov17
Copy link

Mayov17 commented Dec 19, 2024

Hello,

It's possible to choose bullnoze in pocket mode ? Because if the program haven't the information of i use ball noze i haven't full pocket (some material are not removed on my pocket).

Thank you

@mkrabset
Copy link
Owner

Hi, no there are currently no option for ballnose, and pocket-operations are primarily intended for flat endmills.

But you have a "stepover" parameter (measured in % of tool diameter) on pocket operation, so you should be able to get your desired result with some calculation.

You can find both tables and online calculators for this online.
Just search for "scallop height calculator".

@Mayov17
Copy link
Author

Mayov17 commented Dec 21, 2024 via email

@Mayov17
Copy link
Author

Mayov17 commented Jan 6, 2025

After verification it's Bullnose (0.5 and 1 radius) i need. I have made some test with step over option but i lost important number of materal before find good solution with stepover. No people can creat code for add Bullnose (radius) option ? that need big modification on the code or i can find one people for make that ?

Thank you

@Mayov17 Mayov17 changed the title Choose ball noze Choose bullnose Jan 6, 2025
@mkrabset
Copy link
Owner

mkrabset commented Jan 7, 2025

Ah, bullnose not ballnose. That's a bit different.
If I have understood correctly, the flat part of a bullnose is

d-2*r , where d is tool diameter and r is corner radii.

So if you calculate (d-2r)/d, you get a factor you can use to get a stepover%-value adjusted for your tool.

Example:
d = 6mm, 6mm tool diameter
r = 1mm, 1mm corner radius

flat part = 6mm-2*1mm = 4mm
factor = 4mm/6mm = 0.66667

Desired stepOver=40% (default, but meant for flat endmill)
Adjusted stepOver=40% * 0.66667 = 26.667%

This is something I leave out of the KrabzCAM application, at least for now.
The reason is I try to keep the user interface from becoming too complex.

@Mayov17
Copy link
Author

Mayov17 commented Jan 7, 2025

thank you !

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

2 participants