How do I know what version of Redeem I am running?
M115 outputs this:
Send: M115
Recv: ok PROTOCOL_VERSION:0.1 FIRMWARE_NAME:Redeem FIRMWARE_URL:http%3A//http://wiki.thing-printer.com/index.php?title=Replicape MACHINE_TYPE:Mendel EXTRUDER_COUNT:2
How do I know what version of Redeem I am running?
M115 outputs this:
Send: M115
Recv: ok PROTOCOL_VERSION:0.1 FIRMWARE_NAME:Redeem FIRMWARE_URL:http%3A//http://wiki.thing-printer.com/index.php?title=Replicape MACHINE_TYPE:Mendel EXTRUDER_COUNT:2
Can you ssh into the BBB?
Systemctl status redeem
It’s most likely an older version then, 1.1.5 perhaps?
Here is what I get:
root@kamikaze:~# systemctl status redeem
Feb 18 00:05:08 kamikaze redeem[278]: 02-18 00:05 root INFO Added fan 0 to M106/M107
Feb 18 00:05:08 kamikaze redeem[278]: 02-18 00:05 root INFO Ethernet bound to port 50000
Feb 18 00:05:08 kamikaze redeem[278]: 02-18 00:05 root INFO Pipe octoprint open. Use ‘/dev/octoprint_1’ to communicate with it
Feb 18 00:05:09 kamikaze redeem[278]: 02-18 00:05 root INFO Pipe toggle open. Use ‘/dev/toggle_1’ to communicate with it
Feb 18 00:05:09 kamikaze redeem[278]: 02-18 00:05 root INFO Pipe testing open. Use ‘/dev/testing_1’ to communicate with it
Feb 18 00:05:09 kamikaze redeem[278]: 02-18 00:05 root INFO Pipe testing_noret open. Use ‘/dev/testing_noret_1’ to communicate with it
Feb 18 00:05:09 kamikaze redeem[278]: 02-18 00:05 root INFO Redeem ready
Feb 18 00:07:16 kamikaze redeem[278]: 02-18 00:07 root WARNING Heater time update large: H temp: 0.0 time delta: 110.6438241
Feb 18 00:07:16 kamikaze redeem[278]: 02-18 00:07 root WARNING Heater time update large: E temp: 21.4333 time delta: 110.643247128
Feb 18 00:07:16 kamikaze redeem[278]: 02-18 00:07 root WARNING Heater time update large: HBP temp: 21.4333 time delta: 110.893690109
Apt-get update Apt-get install redeem
Needs moar lines! Add “-n100” to see the whole output. Should be the first log line.
Yes, it was old. Thanks Zachary Jeffrey. Updated to 1.1.8 and I couldn’t start redeem because of an error due to the motor decay values in my printer config file that were set to “False”. This version of redeem was expecting “0” instead.