Permalink
Browse files
Change hardcoded diagonalmm value
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
js/photonic3d.js
|
@@ -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