move missing constant
This commit is contained in:
parent
c3120263f0
commit
4fe238e672
2 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,6 @@
|
|||
"trace",
|
||||
"drill"
|
||||
],
|
||||
HPI = Math.PI/2,
|
||||
SLICER = KIRI.slicer,
|
||||
newLine = BASE.newLine,
|
||||
newSlice = KIRI.newSlice,
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
let KIRI = self.kiri,
|
||||
BASE = self.base,
|
||||
UTIL = BASE.util,
|
||||
HPI = Math.PI/2,
|
||||
CAM = KIRI.driver.CAM;
|
||||
|
||||
class Tool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue