From bdd1947ca90dd7cec9843cab2d25874259f89e05 Mon Sep 17 00:00:00 2001 From: John Honniball Date: Sun, 28 Apr 2019 22:57:36 +0100 Subject: [PATCH] Fix drawing size to be consistent with all the others, A3. --- tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree.c b/tree.c index 7343250..44a5cb1 100644 --- a/tree.c +++ b/tree.c @@ -18,7 +18,7 @@ int main(int argc, const char *argv[]) // const double size = 30.0; /* 30mm trunk for A4 */ const double size = 65.0; /* 65mm trunk for A3 */ - turtle(DEV_HPGL, SIZ_A1, ORI_LAND, FLG_NONE|FLG_RELS|FLG_BORD); + turtle(DEV_HPGL, SIZ_A3, ORI_LAND, FLG_RELS|FLG_BORD); // title("http://www.dorkbot.org/dorkbotbristol/", 3.75, BOT|CENTRE, FLG_NONE); title("Bristol Hackspace", 3.75, BOT|CENTRE, FLG_NONE);