Remove unused v9-era API

This commit is contained in:
7cc5c4f330d47060 2024-08-05 18:33:40 -04:00
parent fd8c7f418d
commit a876a2dc5c
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -9,7 +9,7 @@ module.exports = {
b.blocknoZ = 0
b.ccStarted = false
b.blocknoY = 0
b.pos = { x: 0, y: 0, z: 0, correct: 0 }
b.pos = { x: 0, y: 0, z: 0 }
b.advanceccq = function () {
if (b.ccq[0] && b.ccq[0].length !== 0) {
@ -76,7 +76,6 @@ module.exports = {
b.pos = { x: a.x, y: a.y, z: a.z, correct: 1 }
if (a.x !== b.original_pos.x || a.z !== b.original_pos.z) {
b.original_pos = { x: a.x, y: a.y, z: a.z }
b.pos.correct = 0
b.sc_tasks.cc.failed = 1
}
}