Permalink
Browse files

Change hardcoded diagonalmm value

  • Loading branch information...
1 parent f7ce996 commit 381b7a18c8b16b7796f01d9876f7e5470028105c Wilbur Shi committed Aug 5, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 js/photonic3d.js
View
@@ -49,7 +49,7 @@ function setPrinterCalibrationSettings(printer) {
// });
// updateScreenUI();
- $screenDiagonalSize.val(100);
+ $screenDiagonalSize.val(diagonalMM);
updateScreenSettings();
// No error occurred so return false

0 comments on commit 381b7a1

Please sign in to comment.