Upgrade Tripodmaker
-
Next question, I can't find an answer for.
….............................................
I'd like to have the following
Leds always on, Board Fan always on, hotend fan on when printing, print fans controlled by slicer off when printer is powered onHow do I do this?
Thanks
What DC42 said about fan0 and fan1 and the rest you can find here https://www.duet3d.com/wiki/Connecting_and_configuring_fans
-
I powered up my ethernet board.
First thing, no network connection.
Because the Ip adres is hard coded to 192.168.1.14, and my subnet is 47.
So I had to change the IP adres to 192.16..47.80 -
I tried to calibrate.
My Z-probe sensor isn't installed yet.
I tried the manual calibration(Pressed Delta Calibration on the Machine Control), but that gives me only the possibility to change the X value, not the Z value.
Then I tried this http://www.escher3d.com/pages/wizards/wizarddelta.php and used the G-console. After calibrating things are even worse.Is there a way to do manual calibration?
-
-
Which versions of the main firmware and Duet Web Control are you using? You need to use more recent main firmware or an older version of Duet Web Control.
-
I'm using
Firmware Electronics: Duet Ethernet 1.0
Firmware Version: 1.19 (2017-08-14)
Web Interface Version: 1.19 -
Hello,
Great board, first print came out and was excellent.
No elephant feet, and the only noise is from the fans. -
Please upgrade to 1.19.2 and DWC 1.19.3 from https://github.com/dc42/RepRapFirmware/releases.
-
Hi probably a dumb question, the z probe offset is related to the nozzle or to the center of the head?
-
It's relative to the head reference point (HRP), so are the nozzle offsets you specify in the G10 command(s). You can choose the HRP to be wherever you like; but in a printer with just one nozzle it would be unusual not to chose the nozzle location as the HRP.
-
Is there any documentation available? Couldn't find it.
-
Is there any documentation available? Couldn't find it.
G31 is what you need https://duet3d.com/wiki/G-code#G31:_Set_or_Report_Current_Probe_status
-
I ment documentation on setting the head reference point.
-
You don't set the head reference point, you choose it and then set the nozzle and Z probe offsets relative to it.
-
If I understand it correctly, it's like this:
My nozzle has an offset of 9 mm X direction to the center of the head.
I can choose the reference point where I want.
For 1 nozzle that would be the nozzle.
How does the printer know it has an offset of 9 mm?
And this is important for the build plate, how do I eliminate the 9mm offset in X direction. Like I have now.When I add the 2nd nozzle,
I can choose to keep the HRP on nozzle 1, and give nozzle 2 an offset of -18 mm.
or I can set the HRP in the center of the head and gibe both nozzles a +/- 9mm offset. -
Once you have chosen the HRP, you can use the M208 S0 and M208 S1 commands to define the bed limits and your X and Y homing positions in terms of that point. That's how to get rid of your 9mm offset.