Skip to content

Commit

Permalink
updates solver to only allow 9u per staging plate
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Oct 26, 2023
1 parent 7ee0bb6 commit 6309b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ window.calculate = function () {
// then we fill non-prio into strip feeders

var slotSolve = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1];
var uSolve = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1];
var uSolve = [-1, -1, -1, -1, -1, -1, -1, -1, -1];

var slotCount = 50;

Expand Down

0 comments on commit 6309b31

Please sign in to comment.