Update chat.js
Browse files
chat.js
CHANGED
@@ -137,7 +137,8 @@ function calculateTiles() {
|
|
137 |
body: JSON.stringify({
|
138 |
tile_type: tileType,
|
139 |
coverage: tileArea,
|
140 |
-
area: area
|
|
|
141 |
})
|
142 |
})
|
143 |
.then(res => res.json())
|
|
|
137 |
body: JSON.stringify({
|
138 |
tile_type: tileType,
|
139 |
coverage: tileArea,
|
140 |
+
area: area,
|
141 |
+
preferred_sizes: [`${Math.round(tileLength * 300)}x${Math.round(tileWidth * 300)} MM`]
|
142 |
})
|
143 |
})
|
144 |
.then(res => res.json())
|