Clean up des tâches à faire et ajout de doc pour les protections de poussière
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="BellowConfig" type="Bellows.BellowConfig, Bellows, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowLocation="true" allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" restartOnExternalChanges="true" requirePermission="true" />
|
||||
</configSections>
|
||||
<BellowConfig SelectedItem="Y Lo">
|
||||
<Bellows>
|
||||
<clear />
|
||||
<add Name="X High" BellowsShape="HalfCover" Inversions="2" Width="190"
|
||||
Height="85" Length="400" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="X Low" BellowsShape="HalfCover" Inversions="2" Width="190"
|
||||
Height="85" Length="360" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Y High" BellowsShape="HalfCover" Inversions="2" Width="120"
|
||||
Height="70" Length="584" FoldWidth="10" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Test" BellowsShape="HalfCover" Inversions="2" Width="90"
|
||||
Height="50" Length="150" FoldWidth="20" MountFolds="4" AlternateFolds="true" />
|
||||
<add Name="Y Lo" BellowsShape="HalfCover" Inversions="2" Width="123"
|
||||
Height="60" Length="660" FoldWidth="10" MountFolds="4" AlternateFolds="true" />
|
||||
</Bellows>
|
||||
</BellowConfig>
|
||||
</configuration>
|
Reference in New Issue
Block a user