You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.js
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ function createTableGraphic(surfacePlate) {
192
192
document.getElementById('horizontalCenterLine').setAttribute("d",`M ${surfacePlatePercentWidth-xInset}${surfacePlatePercentHeight/2} L ${xInset}${surfacePlatePercentHeight/2}`)
193
193
document.getElementById('verticalCenterLine').setAttribute("d",`M ${surfacePlatePercentWidth/2}${yInset} L ${surfacePlatePercentWidth/2}${surfacePlatePercentHeight-yInset}`)
194
194
195
-
// Make the table lines clickable.
195
+
// TODO: Later we will probably wire this up to open the tab corresponding to the clicked on line.
// In case all values are the same minZ = maxZ (i.e. it is a totally flat plate with zero deviation) so we must avoid division by zero - just set all values to 0.0.
0 commit comments