RepRapFirmware 3.0 first official beta is out
-
@Marco-Bona said in RepRapFirmware 3.0 first official beta is out:
M308 S1 P"spi.cs1" Y"rtd-max31865"
P"spi.cs1"A"RTD1"are you definitely using .cs1 and .cs2 not .cs0 and .cs1 (i.e you have one daughter board) also remove the second P value
-
@kraegar I recommend using DSF 1.0.3.3
-
@t3p3tony
Sorry but the second P value was a bonding problem.
For DSF I realized that it was only for Duet3, I'm using Duet2. If it is to be installed where can I find the file? -
@Marco-Bona No you are right DSF is only Duet 3
-
@T3P3Tony Thanks - I wasn't pointing to the unstable repo. Also, easy fix, but might trip up someone not linux savvy, you're missing a sudo on the apt-get install line of the instructions.
-
Failed again, at 14.50mm of an 80mm print. Reports it's 100% but definitely is not.
-
I'd only used systemctl to restart all the duet processes. Trying a print from a known reliable slice from my duet2, with a fresh boot on the latest software on the unstable branch.
-
-
@T3P3Tony said in RepRapFirmware 3.0 first official beta is out:
apt list 2>/dev/null | grep duet | awk -F'[/ ]' '{print $1" "$3 }'
FIRMWARE_NAME: RepRapFirmware for Duet 3 v0.5 FIRMWARE_VERSION: 3.0beta10 ELECTRONICS: Duet 3 prototype v0.5 FIRMWARE_DATE: 2019-09-12b1
duetcontrolserver 1.0.3.3
duetruntime 1.0.3.3
duetsd 1.0.2
duetsoftwareframework 1.0.3.3
duettools 1.0.3.3
duetwebcontrol 2.0.0-4
duetwebserver 1.1.0.0 -
@T3P3Tony said in RepRapFirmware 3.0 first official beta is out:
apt list 2>/dev/null | grep duet | awk -F'[/ ]' '{print $1" "$3 }'
(thanks @wilriker for the awk foo)
@bearer is the one to deserve credits for the awk-foo. I try to avoid
awk
where I can. -
@wilriker said in RepRapFirmware 3.0 first official beta is out:
@bearer is the one to deserve credits for the awk-foo. I try to avoid
awk
where I can.you mean you don't want the blame? ... awkward!
-
awk is great. Learn to love it
I meant to kick off a ~4 hour print. Grabbed the slice and didn't check it, closer to a ~14 hour print. I'm a bit over 2 hours into it. So, this should be a good test of the duet3 after a fresh startup, so far so good.
-
@wilriker , cheers sorry @bearer
-
Guess it's good I used the 14 hour slice, it froze about 12 hours in. It started to occasionally pause (could hear the stepper go still for a second or two), then it totally stopped moving and shut off the heaters. Wish I hadn't used my good filament, though!
-
OK Managed to get the Duet3 powered up and connected to the PI4 using the supplied image DWC came up on the Pi Monitor. so far so good. But how do I connect to it from elsewhere on my network I have tried to SSH in but don't have the Password for it and VNC doesn't want to connect either. I am guessing I need to set this up on the PI but being a total newby with Linux I could do with some pointers if someone could be so kind.
Doug
-
@Dougal1957 said in RepRapFirmware 3.0 first official beta is out:
I have tried to SSH in but don't have the Password
Not sure how this image is prepared, but the default raspbian user/password is
pi
/raspberry
could try that while waiting. (Are you getting a login prompt at all when trying SSH? Default is not having SSH enabled)Edit: although you should be able to configure the Duet3 part through the file editor in DWC just like on Duet2, however to update DSF/DWC i think you'll need SSH access for now.
-
@bearer I am getting a response from SSH but it throw's me out after 3 PW attempts also bring to connect to the IP Address thru a browse doesn't seem to work either I am starting to wonder if I have the right IP Address for it
-
Hmm, if you're running an OS that can mount Linux filesystems you should be able to mount the SD card in your computer and simply add your ssh key to /home/pi/.ssh/authorized_keys and log in regardless of passwords.
If you're on windows you could try resolving the hostname of the IP, might give you a clue if its the right address.
C:\Users\bearer>ping -a 10.10.193 Pinging duet3.lan [10.10.0.193] with 32 bytes of data: Reply from 10.10.0.193: bytes=32 time=2ms TTL=64
Linux equivalent would be
bearer@rama:~$ nslookup 10.10.0.193 193.0.10.10.in-addr.arpa name = duet3.lan.
-
@Dougal1957 its the default pi / raspberry
-
@bearer AFAIK the way the image is setup has SSH enabled, using passwords. so no need to so that.