How to update a single value in a series
-
Hello,
Running a toolchanger I sometimes have to update values of a specific tool. Most recently I was calibrating E-steps of one of my tools and couldn't find a way to update the value in the console without including all the values. I was updating the values for tool 1 which is the second number in the series.
Ex. M92 E400:405:400:400
Is there a way to do something like M92:405:: or similar to only update one value in the series?
-
@Merlin246 currently it's possible in RRF 3.5.0beta but cumbersome, like this:
M92 E{move.extruders[0].stepsPerMm, 405, move.extruders[2].stepsPerMm. move.extruders[3].stepsPerMm}
However, you could build a macro file based on this command to make it easier.