user array variables?
-
@marcossf it's unlikely to be included in 3.4 stable.
-
@dc42 Thanks David.
-
@dc42 Seeing that there is some work happening on this topic, are there likely gonna be hardware restrictions to user arrays? (Like only being available on Duet 3 hardware etc)
If so, I'd like to know early, I'd happily switch to 3 hardware just for this one feature alone -
@diamondback current plans are to include support for array variables in RRF 3.5 for Duet 2, but to remove some of the kinematics options from the standard build, for example Rotary Delta and Hangprinter.
-
@dc42 Many thanks, your awesome work keeps taking away my arguments to finally switch to Duet 3 hardware
-
@dc42 Just out of interest, will nested arrays be possible? Not strictly needed for my use case, but would certainly further clean up the meta gcode.
-
@diamondback yes.
-
@dc42 Awesome!
-
@dc42
That's very cool
May be too early for details, but...
Out of interest, how would one address the individual values of the multi dimensional array?{MyArray[3[2]]} ?
while iterations < {#MyArray[3]}
echo {MyArray[3[iterations]]} -
@owend it would be: MyArray[3][2]