Posts: 5
Threads: 3
Joined: Mar 2022
Reputation:
0
Hello,
I have experimented a bit with the palletizing plug-in and is wondering if i can change the amount of layers with a python program?
Best regards Martin
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
70
There is no way of controlling the palletizing plugin with an external Python script for now.
What you would like to be able to do is set up your layout and all the other setting inside the palletizing plugin and use an external python script to modify the height (layer) of the pallet, am I right?
@Phil,做you think it's something possible in the future?
Jeremy
Posts: 1,832
Threads: 2
Joined: Oct 2018
Reputation:
70
Hi Martin,
One easy solution I see is to use the plugin to create the max number of parts you assume is possible.
In the "Advanced" tab you can check the "one sub program per box".
Then with a small python script, you can copy/take only what you need according to a user input.
That would be way simpler than creating everything from scratch. That would be the route I would personally take for sure.