Commit 3a9a9e4
committed
interpmodule: fix
This makes the `speed` property into a working array, instead of a
broken scalar.
The `interpreter.speed` property is intended to report the current
spindle speed. It's been broken since the multi-spindle stuff went
in: the code compiled but failed at runtime, as demonstrated by the
`sim/axis/remap/getting-started/demo.ini` config.speed property1 parent e714b3a commit 3a9a9e4
3 files changed
Lines changed: 14 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
510 | 514 | | |
511 | 515 | | |
512 | 516 | | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | 517 | | |
520 | 518 | | |
521 | 519 | | |
| |||
920 | 918 | | |
921 | 919 | | |
922 | 920 | | |
923 | | - | |
924 | 921 | | |
925 | 922 | | |
926 | 923 | | |
| |||
974 | 971 | | |
975 | 972 | | |
976 | 973 | | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
977 | 982 | | |
978 | 983 | | |
979 | 984 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments