This commit is contained in:
Kyle
2020-04-08 15:42:42 -07:00
parent c8d467f0d3
commit 933278c5f9
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ function generateSVGs() {
var ppi = parseInt(document.getElementById('inputPPI').value)
var padding = ppi
var materialThickness = parseFloat(document.getElementById('inputMaterialThickness').value) * ppi
var rowCount = parseInt(document.getElementById('inputRowCount').value)
var rowCount = 1//parseInt(document.getElementById('inputRowCount').value)
var rowLength = parseFloat(document.getElementById('inputRowLength').value) * ppi
var cardWidth = parseFloat(document.getElementById('inputCardWidth').value + document.getElementById('inputWiggleRoom').value) * ppi
var cardHeight = parseFloat(document.getElementById('inputCardHeight').value + document.getElementById('inputWiggleRoom').value) * ppi