Z axis going too high at start

Z axis going too high at start

blackcat.motw
Explorer Explorer
3,933 Views
8 Replies
Message 1 of 9

Z axis going too high at start

blackcat.motw
Explorer
Explorer

Hi everyone.


I was gifted a small cnc machine and am totally new to all this. I have been reading & watching guide and am testing different things little by little to get accustomed to both f360 and the machine.
Up till now, everything has been going well, through trial and errors, learning from my mistakes, but I am now hitting a wall. I'm trying a simple pocket 2D milling operation, but when I send the code, the Z axis will try to go higher than the machine allows it to.

I have been looking for a way to set a maximum height into f360 but can't seem to find how to.

I've attached the file in case. Is there anything wrong with it / a way to fix this problem?

 

Thanks in advance.

 

0 Likes
Accepted solutions (1)
3,934 Views
8 Replies
Replies (8)
Message 2 of 9

seth.madore
Community Manager
Community Manager
Accepted solution

Have you run Fusion toolpaths on your machine yet? How much travel do you have actually?

One area I'd look at is adjusting the heights tab. The way you have it set (Fusion Defaults) is that it is an additive value, each one adding onto the prior, leading to a large clearance that...really shouldn't be needed.

Try these settings:

2020-09-22_05h42_24.png

Now, another question remains; what are you using for a post processor and what is your machine and control?
If your posted code is outputting a G28 Z0 and your machine doesn't have limit/homing switches, it's likely that the code is just sending your Z axis north until it tops out.


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 3 of 9

blackcat.motw
Explorer
Explorer

Thank you for your answer.
I tried running the code, yes. And after setting the machine to the origin point, it goes up, but way too much and I can hear it forcing. After that of course, when going back down, it's way too low (8mm deep instead of the 1.5mm set).

 

The machine is this one: https://www.amazon.co.jp/gp/product/B01N18T3Y5/ref=ppx_yo_dt_b_asin_title_o07_s00?ie=UTF8&psc=1

running grbl with universal code sender.

 

As you guessed, there are no limit/homing switches on it.

 

It's quite late where I am so I can't try the changes you recommended now but I'll do first thing tomorrow and post the result.

0 Likes
Message 4 of 9

blackcat.motw
Explorer
Explorer

That was it, thank you so much.

0 Likes
Message 5 of 9

Anonymous
Not applicable

Hey! Sorry if i steal this thread, but its old so I thought it didn't matter?

If someone could help me I would be so glad. I have a snapmaker 2 and for some reason the face operation starts well above the model, even tho I sat working origin to a micron over the stock. Please help, as this is so frustrating

fusion36074V78_0-1620907584101.png

Thanks a lot in advance!

 

0 Likes
Message 6 of 9

Anonymous
Not applicable

also tried

fusion36074V78_0-1620921239626.png

But no luck :s

0 Likes
Message 7 of 9

rsilversMVU3G
Community Visitor
Community Visitor


Sorry no one could help you. It's pretty much the way it is.


To fix it, edit the Post Processor and change the default G28 to "safe clearance."


0 Likes
Message 8 of 9

julius_pahlow
Community Visitor
Community Visitor

I may be a little bit late but there are others (like me) with the same problems, so i guess its allways worth it posting.

Its correct that the problem was in the g-code, (G28 Z0) sending the z-axis into its limit.

You can prevent this by setting (bare with me, I have to translate this into english..) the "way of return/retreat" to "minimal return" instead of "maximum return" (4th tab, first option)...shown in the screenshot below.

Screenshot 2023-08-23 223816.png

0 Likes
Message 9 of 9

janvier.maxime.mj
Community Visitor
Community Visitor

For me it was this settings that solve it:
Post-process screen: Post properties -> Safe retracts and home positionning -> Safe retracts -> Set to "Clearance height"

0 Likes