Compare commits

...

2 Commits

Author SHA1 Message Date
Matt McWilliams 4a81ed1ae5 Move y first on position.sh set 2021-08-10 18:48:02 -04:00
Matt McWilliams 5cac60a477 Add bolex guides and marks guides 2021-08-10 18:47:30 -04:00
3 changed files with 39 additions and 1 deletions

17
guides/guide_bolex.svg Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
<svg xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-opacity:1; color-rendering:auto; color-interpolation:auto; text-rendering:auto; stroke:black; stroke-linecap:square; stroke-miterlimit:10; shape-rendering:auto; stroke-opacity:1; fill:black; stroke-dasharray:none; font-weight:normal; stroke-width:1; font-family:'Dialog'; font-style:normal; stroke-linejoin:miter; font-size:12px; stroke-dashoffset:0; image-rendering:auto;" width="809" height="748" xmlns="http://www.w3.org/2000/svg"
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
/><g
><g
><line y2="76.1102" style="fill:none;" x1="54.2362" x2="350.1732" y1="76.1102"
/></g
><g
><line y2="298.063" style="fill:none;" x1="350.1732" x2="350.1732" y1="76.1102"
/><line y2="298.063" style="fill:none;" x1="350.1732" x2="54.2362" y1="298.063"
/><line y2="76.1102" style="fill:none;" x1="54.2362" x2="54.2362" y1="298.063"
/></g
></g
></svg
>

After

Width:  |  Height:  |  Size: 1.1 KiB

21
guides/guide_marks.svg Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'>
<svg xmlns:xlink="http://www.w3.org/1999/xlink" style="fill-opacity:1; color-rendering:auto; color-interpolation:auto; text-rendering:auto; stroke:black; stroke-linecap:square; stroke-miterlimit:10; shape-rendering:auto; stroke-opacity:1; fill:black; stroke-dasharray:none; font-weight:normal; stroke-width:1; font-family:'Dialog'; font-style:normal; stroke-linejoin:miter; font-size:12px; stroke-dashoffset:0; image-rendering:auto;" width="809" height="748" xmlns="http://www.w3.org/2000/svg"
><!--Generated by the Batik Graphics2D SVG Generator--><defs id="genericDefs"
/><g
><g
><line y2="44.8819" style="fill:none;" x1="9.4488" x2="28.3465" y1="44.8819"
/></g
><g
><line y2="54.3307" style="fill:none;" x1="18.8976" x2="18.8976" y1="35.4331"
/><line y2="44.8819" style="fill:none;" x1="376.063" x2="394.9606" y1="44.8819"
/><line y2="54.3307" style="fill:none;" x1="385.5118" x2="385.5118" y1="35.4331"
/><line y2="329.2914" style="fill:none;" x1="9.4488" x2="28.3465" y1="329.2914"
/><line y2="338.7402" style="fill:none;" x1="18.8976" x2="18.8976" y1="319.8425"
/><line y2="329.2914" style="fill:none;" x1="376.063" x2="394.9606" y1="329.2914"
/><line y2="338.7402" style="fill:none;" x1="385.5118" x2="385.5118" y1="319.8425"
/></g
></g
></svg
>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -4,8 +4,8 @@ X=4.2
Y=1.25
if [ "${1}" == "set" ]; then
paxi move $X 0
paxi move 0 $Y
paxi move $X 0
elif [ "${1}" == "reset" ]; then
paxi move -$X 0
paxi move 0 -$Y