Is there a way to run evaluate faster? I have a list of 10,574,793 points which I want to format to a string and then export to a .gcode file. Everything works so far but I takes quite a long time. ~ 15min
You don’t have to use the Expression Format() function, you can probably just directly use the Format component. It cuts out the overhead you get with expression parsing.