Hi,
I’m looking for a way to control a stepper with the Redeem software. I’d like to do it without any g-codes, just with a short .py-script. Right now we use the detour via the g-codes. It works an looks like this:
if heaterState:
# Turn motor forward
os.system("echo G1 E-3.5 F210>/dev/testing_1")
The problem is that I have to use this command every second. Therefore during longer prints the system starts jerking.
Does anybody knows how to move a stepper with a certain pace directly in Redeem?
Kind regards Jan