Skip to content

Commit

Permalink
Fix drawing size to be consistent with all the others, A3.
Browse files Browse the repository at this point in the history
  • Loading branch information
anachrocomputer committed Apr 28, 2019
1 parent 690c153 commit bdd1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bdd1947

Please sign in to comment.