move missing constant

This commit is contained in:
Stewart Allen 2020-11-05 14:49:34 -05:00
commit 4fe238e672
2 changed files with 1 additions and 1 deletions

View file

@ -38,7 +38,6 @@
"trace",
"drill"
],
HPI = Math.PI/2,
SLICER = KIRI.slicer,
newLine = BASE.newLine,
newSlice = KIRI.newSlice,

View file

@ -7,6 +7,7 @@
let KIRI = self.kiri,
BASE = self.base,
UTIL = BASE.util,
HPI = Math.PI/2,
CAM = KIRI.driver.CAM;
class Tool {