From af7e23ab119eba7c0579796abd288c027edabfa9 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 19:20:22 +0100 Subject: Initial commit --- bin/stages/square | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bin/stages/square (limited to 'bin/stages/square') diff --git a/bin/stages/square b/bin/stages/square new file mode 100644 index 0000000..461b4a3 --- /dev/null +++ b/bin/stages/square @@ -0,0 +1,27 @@ + + < 50, 50> + < 50, 550> + <550, 550> + <550, 50> + < 50, 50> + + + + <100, 100> + <100, 500> + <500, 500> + <500, 100> + <100, 100> + + + + <300, 94.9, -90> + + + + <550, 50, 500, 100, 225> + <550, 550, 500, 500, 675> + < 50, 550, 100, 500, 1125> + < 50, 50, 100, 100, 1575> + <300, 50, 300, 100, 1800> + -- cgit v1.2.1