diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-05-31 18:48:56 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-05-31 18:48:56 +0100 |
| commit | c28bf33277ef6a7d9ac901f76f6c0e5c4fcbc83d (patch) | |
| tree | 682c107e6f819ca91ad0e7aed774e0cc0b774e35 /gui/bin | |
| parent | 23879cc5bf88de215f10de14f1a3de9b6b2f586a (diff) | |
transform and rotate centred
Diffstat (limited to 'gui/bin')
| -rw-r--r-- | gui/bin/data/settings.xml | 45 |
1 files changed, 27 insertions, 18 deletions
diff --git a/gui/bin/data/settings.xml b/gui/bin/data/settings.xml index 4b758e7..3332e37 100644 --- a/gui/bin/data/settings.xml +++ b/gui/bin/data/settings.xml @@ -1,23 +1,32 @@ +<?xml version="1.0"?> <WARP> - <p0> - <X>0.000000000</X> - <Y>0.000000000</Y> - </p0> - <p1> - <X>1200.000000000</X> - <Y>0.000000000</Y> - </p1> - <p2> - <X>1200.000000000</X> - <Y>900.000000000</Y> - </p2> - <p3> - <X>0.000000000</X> - <Y>900.000000000</Y> - </p3> + <p0> + <X>0.000000000</X> + <Y>0.000000000</Y> + </p0> + <p1> + <X>1200.000000000</X> + <Y>0.000000000</Y> + </p1> + <p2> + <X>1200.000000000</X> + <Y>900.000000000</Y> + </p2> + <p3> + <X>0.000000000</X> + <Y>900.000000000</Y> + </p3> </WARP> <POSITION> - <X>0.000000000</X> - <Y>0.000000000</Y> + <X>0.000000000</X> + <Y>0.000000000</Y> </POSITION> <SCALE>1.000000000</SCALE> +<laser> + <power>0</power> + <intensity>30</intensity> + <points>30000</points> + <subdivide>15</subdivide> + <blank_points>8</blank_points> + <max_angle>15</max_angle> +</laser> |
