GCode_Z_Splice is a program which splices Gcode files at given Z coordinates,
to enable users to combine e.g. fine and coarse versions of a mesh for Fused
Deposition Modeling.
Created using Python, wxPython, and wxFormBuilder.
Requires Python and wxPython.
This program can be used both with a GUI and from the command line.
If you don't supply options (i.e. python gcode_z_splice), the GUI will start.
If you want to use the command line facilities, read the help file (python gcode_z_splice --help).
This is ALPHA SOFTWARE and not feature-complete! See TODO.md Do not use on production systems or wherever loss of data would be harmful! This software is provided as is.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Copyright (C) 2012, Christoph Buchner