diff options
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 |