Open abdullahtahiriyo opened 9 months ago
@lanewei120
Any chance to get a sample assemble-list.json?
@abdullahtahiriyo yes, we will share you a sample json after we returned to work(currently on our holidays)
新年快乐
@abdullahtahiriyo thanks
please find it from assemble_list_sample.json
Thank you!
@lanewei120 hello again - I just wanted to confirm if the path
defined in the assembly list JSON you provided is able to be set as an absolute path to the file on the filesystem somewhere?
oops, just missed this thread before the path can be an absolute path and I think you should already verified it
Can you share a fully working example ?
@abdullahtahiriyo thanks
please find it from assemble_list_sample.json
here is the example input file, just run following command: ./bin/bambu-studio --export-3mf out.3mf --load-settings="machine.json;process.json" --load-filaments="pla_basic.json;pla_basic.json;pla_basic.json;pla_basic.json" --filament-colour="#FFFFFF;#0000FF;#00FF00;#FF0000" --load-assemble-list="assemble_list_sample.json"
@lanewei120 is this still working? I just opened a bug because this process fails for me. I am using pretty much same command as above. see #4666
it should still work do you mean it worked before, and can not work now? @rizwansarwar
@lanewei120 I personally never had it working. I was asking because you posted a couple of times implying it was and is working for you.
you need to use the full config file
I am in need to programmatically generate from the command line some 10 plates of objects, each plate having three different objects which need to be arranged in a very specific position (auto arrange won't work in this case, I cannot share the model).
A possible way to do it with what is in place might be via: ./BambuStudio_linux_ubuntu_v01.08.04.51_20240117.AppImage --load-assemble-list assemble_list.json
This option is however not documented. I have only seen references to it in the source code. It looks it has the potential:
But I would need a proper assemble_list.json file, as otherwise, reverse engineering it would take me some time.
So, I would be grateful if you could give me some orientation about how to do what I want to do, and whether this option could be helpful (and if so an example JSON code would be very welcome). If you see an alternative way of doing what I want it is also very welcome.
Thanks!!