diff options
| author | Franklin Wei <franklin@rockbox.org> | 2019-11-29 18:37:15 -0500 |
|---|---|---|
| committer | Franklin Wei <franklin@rockbox.org> | 2019-11-29 18:37:15 -0500 |
| commit | a2f106a69532385362993cb4e4c925c5c1eec29c (patch) | |
| tree | c50ecf2c59b3452da54385dbe5359f385ebe9233 /src | |
| parent | 0ba7a03ab2b4a2ae56d9c1a5501ebe2c713b5145 (diff) | |
| download | rastercarve-a2f106a69532385362993cb4e4c925c5c1eec29c.zip rastercarve-a2f106a69532385362993cb4e4c925c5c1eec29c.tar.gz rastercarve-a2f106a69532385362993cb4e4c925c5c1eec29c.tar.bz2 rastercarve-a2f106a69532385362993cb4e4c925c5c1eec29c.tar.xz | |
Add GPLv2+ license
Diffstat (limited to 'src')
| -rwxr-xr-x | src/rastercarve.py | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/rastercarve.py b/src/rastercarve.py index 3e94713..61805e7 100755 --- a/src/rastercarve.py +++ b/src/rastercarve.py @@ -1,5 +1,19 @@ #!/usr/bin/env python -"""rastercarve: a raster engraving G-code generator +# -*- coding: utf-8 -*- + +# Copyright (C) 2019 Franklin Wei +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. + +""" +rastercarve: a raster engraving G-code generator + Usage: rastercarve.py IMAGE This program outputs G-code to engrave a bitmap image on a 3-axis |