standardize on calibration in inches and add square size as a divisor

This should do the same thing as calibrating in the correct units but it doesnt like meeeeee
This commit is contained in:
Matt
2019-12-31 16:38:52 -08:00
parent 347b3274d7
commit 9559bb360e
5 changed files with 32 additions and 13 deletions

View File

@@ -17,7 +17,7 @@
<CVselect name="Resolution" v-model="resolutionIndex" :list="resolutionList"/>
</v-col>
<v-col>
<CVnumberinput name="Square Size (mm)" v-model="squareSize"/>
<CVnumberinput name="Square Size (in)" v-model="squareSize"/>
</v-col>
</v-row>
<v-row>
@@ -74,7 +74,7 @@
text: "Cancel Calibration",
color: "red"
},
squareSize: 2.54,
squareSize: 1.0,
snapshotAmount: 0,
hasEnough: false,
snack: false