Commit b0ad713
committed
Issue #2483. Simplistic fix to suit 90%+ of use cases.
speed_override is an array, one flag per spindle. However the "active M-codes"
array and the state-tags have no way to represent this.
For the moment this only considers spindle 0.
A proper fix would require an entry in the settings struct to exho the count
of spindles.
Also, the state tag is limited to 64 bits, spending 24 of those on spindles
that probably don't exist seems wrong.1 parent 3085057 commit b0ad713
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | | - | |
| 167 | + | |
166 | 168 | | |
167 | | - | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
315 | 317 | | |
316 | 318 | | |
317 | 319 | | |
318 | | - | |
| 320 | + | |
319 | 321 | | |
320 | 322 | | |
321 | 323 | | |
| |||
0 commit comments