Coots commited on
Commit
892f193
·
verified ·
1 Parent(s): a4c67f6

Update chat.js

Browse files
Files changed (1) hide show
  1. chat.js +2 -1
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())