I know that I can script nozzle positions using [current_X_position], [current_Y_position] and [current_Z_position], but is there a way of scripting those values to set a new position?
For example, if [current_X_position] returned 50 and I wanted to change the position to [current_X_position] + 75, how can that be scripted?
Also, is it possible to script an IF statement which compares [current_X_position] to a know value, and moves [current_X_position] to a set value?