Thingiverse

Gmixer for Cura: A program mixes gcode files with different layer settings by jian
by Thingiverse
Last crawled date: 4 years, 2 months ago
Update 2014-9-23:
Gmixer-2.0.py can run on Windows, Mac and Linux now. Comment here if you have a problem.
Make sure around the cut height, the two to be mixed gcode files has one layer is on same height. Usually, you need to set the bottom layer of all sliced gcode files to same height .
What does Gmixer do?
This python script mixes different gcode files to generate a new one with different settings (infill, layer heights, etc) for different layers (It’s like DNA crossover.). The current version Cura does not have this function. With proper settings of infill and layer heights for different layers, you can save a lot of time and get a very good printing at the same time.
This program has no GUI, so it’s not very user friendly. Everyone can use or edit my code freely. I have not enough time to improve it. I hope someone will. I hope someday the Cura developers will add this function.
Installation:
Python 2.7.x, download link: https://www.python.org/downloads/
I have only tested it on Windows. Gmixer-2.0.py should be compatible with Mac and Linux now. But not tested with the 3D printer.
Only compatible with Cura generated gcode file!
Use:
Step 1. Slicing stl model with different settings (infill, layer heights, etc);
Step 2. Edit configuration file;
Step 3. Generate mixed gcode file.
Please read GmixerUserGuide.pdf for more details.
Gmixer-2.0.py can run on Windows, Mac and Linux now. Comment here if you have a problem.
Make sure around the cut height, the two to be mixed gcode files has one layer is on same height. Usually, you need to set the bottom layer of all sliced gcode files to same height .
What does Gmixer do?
This python script mixes different gcode files to generate a new one with different settings (infill, layer heights, etc) for different layers (It’s like DNA crossover.). The current version Cura does not have this function. With proper settings of infill and layer heights for different layers, you can save a lot of time and get a very good printing at the same time.
This program has no GUI, so it’s not very user friendly. Everyone can use or edit my code freely. I have not enough time to improve it. I hope someone will. I hope someday the Cura developers will add this function.
Installation:
Python 2.7.x, download link: https://www.python.org/downloads/
I have only tested it on Windows. Gmixer-2.0.py should be compatible with Mac and Linux now. But not tested with the 3D printer.
Only compatible with Cura generated gcode file!
Use:
Step 1. Slicing stl model with different settings (infill, layer heights, etc);
Step 2. Edit configuration file;
Step 3. Generate mixed gcode file.
Please read GmixerUserGuide.pdf for more details.