forked from brandonagr/gocupi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gocupi_config.xml
37 lines (26 loc) · 1.72 KB
/
gocupi_config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!-- Polargraph geometry parameters needs to reflect the state of the polargraph on app startup or warped/unpredictable drawing will occur -->
<!-- For geometry setup 0,0 is the left spool, +x is to the right, +y is down -->
<SettingsData>
<!-- Distance between the center of the left/right spools -->
<SpoolHorizontalDistance_MM>1000</SpoolHorizontalDistance_MM>
<!-- Min vertical distance the polargraph pen is allowed to go, wont go higher than this, the top of the drawing surface -->
<DrawingSurfaceMinY_MM>50</DrawingSurfaceMinY_MM>
<!-- Max vertical distance the polargraph pen is allowed to go, the bottom of drawing surface -->
<DrawingSurfaceMaxY_MM>2000</DrawingSurfaceMaxY_MM>
<!-- Min distance to the left the pen can go to, MaxX is calculated from SpoolHorizontalDistance_MM - 2*DrawingSurfaceMinX_MM -->
<DrawingSurfaceMinX_MM>25</DrawingSurfaceMinX_MM>
<!-- Distance from center of left spool to pen -->
<StartingLeftDist_MM>84.9665109615478</StartingLeftDist_MM>
<!-- Distance from center of right spool to pen -->
<StartingRightDist_MM>940.1724555578828</StartingRightDist_MM>
<!-- Circumference of spool, one rotation of the spool will move the string this amount -->
<SpoolCircumference_MM>60.47565816</SpoolCircumference_MM>
<!-- Degrees the spool moves from a single step -->
<SpoolSingleStep_Degrees>0.225</SpoolSingleStep_Degrees>
<!-- Number of seconds to go from stopped to full speed -->
<Acceleration_Seconds>0.5</Acceleration_Seconds>
<!-- Mouse path, used on linux with the mouse command in order to directly control pen with a mouse -->
<MousePath>/dev/input/event2</MousePath>
<!-- Serial port to use for communications -->
<SerialPortPath>/dev/ttyUSB0</SerialPortPath>
</SettingsData>