Thingiverse
Mix G-code files python script
by wjl5327
1
Downloads
0
Likes
0
Makes
mixgcode.py
Mix some *.gcode file,
the layer with same height (z value) is collected from different gcode files, put this same height code into one layer.
1. Input gcode files must have same layer height set.
2. When is translating, don't lift the z axis.
3. Can use the retraction.
4. Use slic3r software tool.
5. input1.gocode(file1(fa)) is tallest then input2.gcode
6. G-code file, E must use absolute positions(M82), not use relative positions(M83)
usage: py mixgcode.py out
Mix some *.gcode file,
the layer with same height (z value) is collected from different gcode files, put this same height code into one layer.
1. Input gcode files must have same layer height set.
2. When is translating, don't lift the z axis.
3. Can use the retraction.
4. Use slic3r software tool.
5. input1.gocode(file1(fa)) is tallest then input2.gcode
6. G-code file, E must use absolute positions(M82), not use relative positions(M83)
usage: py mixgcode.py out
Sign in to leave a comment
Sign in