Posts are too long why ?

Posts are too long why ?

mihendiz
Explorer Explorer
298 Views
5 Replies
Message 1 of 6

Posts are too long why ?

mihendiz
Explorer
Explorer

In many places, since it needs to be done in 30 lines with cycle, it solves it in 1000 lines by giving the coordinate. How can I fix this? Why doesn't it use cycle?

0 Likes
Accepted solutions (1)
299 Views
5 Replies
Replies (5)
Message 2 of 6

seth.madore
Community Manager
Community Manager

Can you give us some more details? What post processor are you using, and can you share a file?

 

File > Export > Save to local folder, return to thread and attach the .f3d/.f3z file in your reply


Seth Madore
Customer Advocacy Manager - Manufacturing


0 Likes
Message 3 of 6

mihendiz
Explorer
Explorer

I don't have a suitable program right now, but I can try explain it this way.

 

2D adaptive cleaning is a method in which the program tries to complete its task by moving from point to point. Arcs can be used to reduce the number of program lines, which increases machine efficiency and takes up less space in the memory. Perhaps it can be used quickly even on non-HSM machines.

0 Likes
Message 4 of 6

programming2C78B
Advisor
Advisor

Adaptive will pretty much always do that in fusion. Try increasing the smoothing amount to reduce size. If the control is older, try using 2D contour with roughing passes of the same stepover as adaptive. This will create much less code for almost the same end product. 

Please click "Accept Solution" if what I wrote solved your issue!
0 Likes
Message 5 of 6

John_Wright
Advocate
Advocate
Accepted solution

Can you try turning smoothing on? This uses arcs and is specifically for this task.

 

John_Wright_0-1695134684839.png

 

 

Message 6 of 6

mihendiz
Explorer
Explorer
This is definitely the solution. Thank you very much master.