Hi folks, as announced here is the GitHub for the GCODE-Mixer app.
You can download it or run directly on GitHub.
I added some customization functions based on what I read above so in the advanced options of the app you can define specific lines which should be disable in the processed GCODEs. I can imagine this could be usable to speed up the preparation routine of the printer by disabling leveling and other calibration in the follow up jobs.
I tested it already and everything seams to work just fine but I would say the app is still in a beta stage, so may be it will be reasonable to keep an eye on what it throws out, at least at the beginning .
Edit:
If you would like to use AMS, you will notice that this is not working with plane gcode and you need to have a 3MF file. Here is a guide on how to make a 3MF out of your spliced gcode file:
- To work with AMS all your plates needs to be in the same project. Actually it’s not really necessary from the technical perspective, but this reduces the probability of errors.
- The very first plate need to be plate where all colors used on other plates are represented. Just add 4 cubes and assign the different materials used in your project or loaded in your AMS. This plate is just a placeholder for later.
- Export your plates one by one as gcode (except the first one, since it’s just a placeholder) and splice them using mixer app to get one gcode file. Name it “plate_1.gcode”
- Now slice the first plate (the one with the colored cubes) and export it, but this time as a sliced 3mf file (use button “Export plate sliced file”).
- When exported, open it with some zip editor (I’m using 7zip on windows). Here you will see that 3MF has folders inside.
- Open folder called “Metadata”. There you will find a file called plate_1.gcode. Now replace this file with your previously spliced gcode file. When the zip editor asks you if you would like to replace the file, klick “yes”.
- Close the 3MF file.
- Load it into your slicer (important note: this should be the same slicer where you initially sliced all these files, so don’t switch between BS and Orca)
- You will see all your objects on one plate.
- Now hit print and assign the AMS materials. That’s it.