Changes between Version 104 and Version 105 of UserGuideGit
- Timestamp:
- Dec 3, 2008, 9:32:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v104 v105 72 72 ==== Custom presets ==== 73 73 74 Some default presets are provided with the software, but it is possible to add your own. For that, you need to create a xml file which describes them. The file must be named '''{{{presets.xml}}}''' and must be in '''{{{~/.config/papywizard/}}}''' on linux, '''{{{/home/user/.config/papywizard/}}}''' on maemo, and '''{{{C:\Documents and settings\<user>\Application Data\papywizard\}}}''' on Windows. ''Note that it is also possible to import a preset file from Papywizard, but the presets it contains won't remain at next startup''.74 Some default presets are provided with the software, but it is possible to add your own. For that, you need to create a xml file which describes them. The file must be named '''{{{presets.xml}}}''' and must be in '''{{{~/.config/papywizard/}}}''' on linux, '''{{{/home/user/.config/papywizard/}}}''' on maemo, and '''{{{C:\Documents and settings\<user>\Application Data\papywizard\}}}''' on Windows. 75 75 76 76 Here is the file structure: … … 108 108 * {{{<shoot>}}}: list of all positions to shoot, described in {{{yaw/pitch}}} attributes of the {{{<pict>}}} tag (one tag per position) 109 109 110 ''Note: it is possible to define several presets in the same file.'' 111 110 112 To save time during shoot, take care of the order of positions. For example, don't ask the head to go back to the begining of the new row, it will take too long; instead, reverse the direction and go back for the next row. 111 113