Commit graph

9 commits

Author SHA1 Message Date
Greg Carl
ae7715ef65 python3: fix some lingering python2 syntax 2022-04-02 20:33:55 -04:00
0c8a0058bf use python3 in all #!python lines 2021-09-02 18:32:58 -05:00
Lubomir Rintel
a63ec765cb all: update FSF address in GPL 2.0 notices
If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].

  [1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
2017-09-15 13:06:22 +02:00
Edward Tomasz Napierala
018fe2eea2 Make Python shebangs portable.
Replace all instances of '#!/usr/bin/python' with '#!/usr/bin/env
python'; in FreeBSD the python binary lives in /usr/local/bin/.

Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
2016-07-13 06:59:15 -05:00
Chris Radek
97ff1b7f03 Don't always have XYZ in the straight moves 2014-05-07 10:04:01 -05:00
Chris Radek
10afff3556 Moving all 9 axes is a better torture test for planners 2014-05-06 10:31:46 -05:00
Jeff Epler
4c29e24b2c torture.py: add license statement, mark executable 2012-03-12 14:17:05 -05:00
Jeff Epler
9f42c94e95 revamped version, includes xyza movements and should make higher-ratio moves
(e.g., .1 in X and -10 in Y) and complete reversal moves more often.
2006-03-17 19:32:15 +00:00
Jeff Epler
c3125d4bfd new script creates torture-test ngc files 2006-03-09 13:04:46 +00:00