commissioning a new custom 4'x4'x4' printer..have questions
-
Opps bad typing its M564
-
Try sending
G92 X100 Y100 Z100
That will force the axis as homed and at the 100mm position. You should then be able to use the job buttons in DWC?What versions of firmware, dwc and pi framework are you using? I'm thinking you may have some updating to do, if you're not already up to date.
-
Greetings Phaedrux,
M115 on my PC raspberrypi (DWC) gave back the following:FIRMWARE_NAME: RepRap Firmware for Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_VERSION: 3.0 ELECTRONICS: Duet 3 MB6HC FIRMWARE DATE: 2020-01-03b3.
The Duet/Pi/24vMeanwell-PS are all on and appear to be running ok.
Nothing happened with G92 and G92 X100 Y100 Z100. I did it from the PC and on the RPi4 screen.
It just shows a green table on the screen with the code that was input and a check mark.Thanks for your help and sticking with me.
What next?
Jim -
@Jim46 said in commissioning a new custom 4'x4'x4' printer..have questions:
Nothing happened with G92 and G92 X100 Y100 Z100. I did it from the PC and on the RPi4 screen.
Yes, but afterwards were you able to use the jog buttons?
-
Hi,
I re-ran the RRF Config tool again and update the files into the raspberrypi (DWC) then re-ran the g-code sequence
M654 H0
G91
G1 H2 X20 and Y20 and Z20
then
G2 X100 Y100 Z100
No movement.
tried the jog buttons also, no movement
did get pink tab errors:
G2 X100 Y100 Z100 error: code has been cancelled
G2/G3: no I or J or R parameterwhat does this tell you?
-
@Jim46 said in commissioning a new custom 4'x4'x4' printer..have questions:
did get pink tab errors:
G2 X100 Y100 Z100 error: code has been cancelled
G2/G3: no I or J or R parameter
what does this tell you?With this one I think you meant G1. G2 is an arc move that needs additional parameters to define the arc.
Are you sure the motors are connected correctly? Do you hear any sound from the motors? Does it change when you send G92 X100 Y100 Z100? I believe that should energize them.
I think at this point it's probably going to be a good idea to update the firmware and pi environment. Have you done any updates thus far?
-
HI Phaedrux,
Not sure about...
"a good idea to update the firmware and pi environment. Have you done any updates thus far?"
Today, I re-ran the RRF configtool.reprapfirmware tool. It gave me similar files to those shown on my 12 April post. I uploaded them on my PC to what I think is the DWC screen labeled as raspberrypi.The raspberrypi system files show everything except Duet files as 4/15/2020: 6:15pm. The Duet files are all 3/16/2020.
Is this the update of the Duet you are referring to? I'm very new at this.On the Pi screen, I did sudo apt update and downloaded package information from all configured sources, I hope the system knows what the latest updates are.
then I ran sudo apt full-upgrade it then download all the updates and installed them, I hope.
I waited (it seemed pretty quick on the Pi screen) for the updates to be installed on the PC raspberrypi screen (DWC?).
Do you have to re-run the RRF Configtool.reprapfirmware.com each time you try to run the raspberrypi (DCW)? do the files have to be unzipped or does it do it automatically when downloaded to the raspbeerypi system on the PC? I set the system size again 0-1000mm on all three axes. set the steppers to belt drives at 53.33 on all axes. deleted all the tools, I hope.
At any rate, I did it again on the PC and ran the g-codes
M564 H0
G91
G1 H2 X20 and Y20 and Z20...no movement yet
G92 X100 Y100 Z100
then tried the jog motion buttons...no movement
I seem to have a new message on the system page... Drive is Unmounted...what does that mean?
I'm trying to upload 2 pics of my screens... Having server parsing errors...
Ill try it later -
@Jim46 said in commissioning a new custom 4'x4'x4' printer..have questions:
I hope the system knows what the latest updates are.
Yes, and no. There are two sources of updates. run
grep duet3d -r /etc/apt
to check which one(s) you're using. You can also runapt list 2>/dev/null | grep duet
to list all the relevant version numbers currently installed. -
@Jim46 said in commissioning a new custom 4'x4'x4' printer..have questions:
I'm very new at this.
And you've jumped right into the deep end to boot!
It may be easier if you set the rpi aside for the moment and tried to get the Duet 3 setup in standalone mode. Once you have commissioned the machine, you can re-integrate the rpi, by then there will likely be some more stable and fully featured versions available.
-
Hi All,
thanks for all the comments and advice. I'll see if I can run the Duet3D 6HC on its own. Do I have to install the microSD card to do this. Or, if I have the Duet connected to the router would it be easier to get working?
Here are the screen shots I hope
Nope: Error
Something went wrong while parsing server response. -
Yes, to run the Duet 3 in standalone mode you would need a SD card (formatted as fat32) in the Duet 3 SD card. It would need your config.g and all the other files present. The Duet 3 would be connected to your network via the ethernet port. You would connect to it via the DWC using the duet name or IP address provided by the router.
For the photos, can you try dragging them onto the forum post window, or even copy pasting them? That may work. Otherwise you may be able to put them on dropbox or google drive and sharing a link to them here.
-
my pic file sizes are half the size limit 4096 kB and yet I am still the error: Something went wrong while parsing server response. I'll try other methods.
-
test upload
-
Seems to work for me on chrome on a mac. What browser are you using?
-
@Jim46 said in commissioning a new custom 4'x4'x4' printer..have questions:
Something went wrong while parsing server response.
I get this about 50% of the time lately. Refresh the page and retry works 11 of 10 times in my case. Also using chrome.
-
Lovely test upload
I moved to chrome and it worked. The Edge browser didn't work after rebooting.
You can see in the middle pic a message on the systems table that the drive is unmounted. Not turned our or worse?
Jim -
Here is something most curious.
When RRF Configtool.reprapfirmware.org finishes and generates the system files:
bed.g
config.g
homeall.g
homex.g
homey.g
homez.g
pause.g
resume.g
sleep.g
stop.g
which in this case are unzipped
give this screen with varying files, shown here...
Yet, when I send to the PC download in order to load into raspberrypi (DWC), the files are all only 1 kB
Is this wrong? if not what should it be?
thanks i advance,
Jim -
I think windows is just rounding up to 1KB. Possibly due to size on disk.
If you open the files in a text editor, do you see the contents? That's what matters most.
-
@Jim46 said in commissioning a new custom 4'x4'x4' printer..have questions:
Presently, the motors are sitting on my work table, not installed in the printer.
I've run M65 H0. then G91. Followed by G1 H2 X20 and Y20 and Z20. And, then M654 H0 S0 followed by G91, then G1 H2 X10, and Y10 and Z10. The microSD card is not installed in the Duet. The RPi4 is connected to the router via Lan Cable.
Now movement when directed by the PC or when doing the same on the RPi4 screen. Its a mystery!I presume you mean "No movement". Please send the following commands to check that the drivers are assigned correctly and have the currents set:
M584
M906
M913
M92 -
Hi Guys and Gals,
After a couple days of tech grimlins having Comcast reset the cable modem and Linksys reset the router, I'm back trying the all the commands on the PC DWC which were recommended. Still no motor movement.
Q: I have a RPi4 connected to the Duet3D. THe Pi has its microSD card installed and seems to be working well. Re-reading the Duet3D start-up instructions https://duet3d.dozuki.com/Wiki/SD_Card trying to set up to run Duet3D standalone to see if that works to get the motors to respond.BTW, the DWC (raspberrypi) screen on the PC continues to say: The following axes are not homed: X, Y, Z.
Ok, now what as I thought the codes sent stepped past the Home requirement sent my motors are just sitting on my desk?
as always your help is deeply appreciated.
Jim