3DP1000 Duet Ethernet Conversion
-
The Duet Ethernet should be here tomorrow.
A few other items I will be doing to the printer is an enclosure for the print area. Pretty important for me as I do a lot of ABS printing (helps I make my own filament as well).
The next is the Z-Probe for mapping the bed. I had a look on this site and saw the Piezo sensors. They look to be pretty much perfect for my purposes. Mapping the 1m x 1m bed is pretty important especially if there is dips in the bed. Any one used the piezo sensors? They are mentioned on this page here. https://duet3d.dozuki.com/Wiki/Choosing_a_Z_probe . Once that or similar is installed, I will probably do 15 points on the bed to map it out. Essentially one measurement every 25cm. -
@cherno-alpha said in 3DP1000 Duet Ethernet Conversion:
The Duet Ethernet should be here tomorrow.
beware if you'll be using the online configurator with power loss function
https://forum.duet3d.com/post/107325 -
@bearer Is this like the Power Resume Feature?
If so, I dont use it and I am not a fan of it for two reasons.
Firstly, if you are not nearby and everything cools down, the print will lift from the bed.
Secondly, the ones that I have tried re home before commencing again. They never go back to the exact same spot and is always off just a touch.
If the print shits itself, I just restart it. -
@cherno-alpha said in 3DP1000 Duet Ethernet Conversion:
@bearer Is this like the Power Resume Feature?
yeah. but the online config tool has a bug and renders the config useless if you enable the power loss / resume function. but if you don't plan on using that then go forth and configure
without worries:)with one less worry:) -
@bearer There will be plenty of worrying when configuring it. Never really done this type of thing before, but I have figured out most of the other things with printers. I am an expert on repairing my Raise3d machines
-
@bearer The Configurator code has been fixed on Github (and network has been put back at the beginning of config.g, so at least people should be able to connect to DWC), just waiting for the online configurator to be updated.
Ian
-
@bearer Actually, it's already been updated and M911 in config.g has double quotes around it, but you have to clear cache to make your browser use the latest version. From Christian:
Check for version 2.0.1
Can be seen on the start page. If it displays v2.0.0, clear your browser cacheAnd my mistake, the network code hasn't been moved back to the beginning yet.
Ian
-
The Duet has arrived, I am looking at a piezo bed levelling system for this, is it fiddly to set up and is it reliable? Alternatively what is the most user friendly bed levelling system? The bed is glass.
-
@Cherno-Alpha said in 3DP1000 Duet Ethernet Conversion:
what is the most user friendly bed levelling system?
Therein lies the rub. They're all pretty picky in some way or another. Pick your poison.
-
@nhof Just looked at the expansion board and I need to get one, problem is the Australian reps dont have any at all so will have to get them from overseas. Yay for freight charges.
-
Ok, so I have installed the duet ethernet, and the expansion board to go with it.
The problem that I am encountering at the moment is with the Z axis.
X and Y home and operate perfectly.
Z is the issue.
We have been able to get Z to home. Once home, if you press + 5mm it does not operate. If I go - 5mm it tries to drive the hotend through the printer.
The Z dive height has been set to 0.To continue testing we have to manually wind the Z axis to try something new.
Any suggestions to try would be great.
Thanks,
Brad -
try posting your config.g and homing files then we can all have a look and see if there is anything obvious.
-
@Cherno-Alpha said in 3DP1000 Duet Ethernet Conversion:
The Z dive height has been set to 0.
Why would you set it to 0?
Have you seen this? https://duet3d.dozuki.com/Wiki/ConfiguringRepRapFirmwareCartesianPrinter#Section_Homing_Z
We'd need to see your config and homing files.
-
@Dougal1957 , @Phaedrux
Will post the data below,We set it to 0 after the first time we were setting the other axes it tried to drive it down. It is only at 0 till we have it sorted.
-
Z HOME
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool v2.0.4 on Tue Sep 17 2019 17:44:51 GMT+1000 (Australian Eastern Standard Time)
G91 ; relative positioning
G1 Z0 F6000 S2 ; lift Z relative to current position
G1 S1 Z-505 F3600 ; move Z down until the endstop is triggered
G92 Z0 ; set Z position to axis minimum (you may want to adjust this); Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 S2 Z0 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
CONFIG FILE
; Configuration file for Duet WiFi (firmware version 2.03)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2.0.4 on Tue Sep 17 2019 17:44:50 GMT+1000 (Australian Eastern Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"3DP Duet" ; set printer name; Network
M552 P192.168.1.14 S1 ; enable network and set IP address
M553 P255.255.255.0 ; set netmask
M554 P192.168.1.1 ; set gateway
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P5 S1 ; physical drive 5 goes forwards
M569 P6 S0 ; physical drive 6 goes backwards
M569 P7 S1 ; physical drive 7 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M569 P4 S1 ; physical drive 4 goes forwards
M584 X5 Y6 Z7 E3:4 ; set drive mapping
M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation
M92 X128.00 Y128.00 Z1600.00 E420.00:420.00 ; set steps per mm
M566 X900.00 Y900.00 Z12.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z60.00 E1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z5.00 E250.00:250.00 ; set accelerations (mm/s^2)
M906 X800 Y800 Z800 E800:800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X1000 Y1000 Z500 S0 ; set axis maxima; Endstops
M574 X1 Y1 Z1 S0 ; set active low and disabled endstops; Z-Probe
M558 P0 H0 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X100:800 Y100:800 S200 ; define mesh grid; Heaters
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S140 ; set temperature limit for heater 0 to 140C
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M305 P2 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 2
M143 H2 S280 ; set temperature limit for heater 2 to 280C; Fans
M106 P0 S1 I0 F500 H1 T45 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S1 I0 F500 H2 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
M563 P1 D1 H2 F0 ; define tool 1
G10 P1 X0 Y0 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0C; Custom settings are not defined
-
HOME X
This Axis is functioning correctly, so I thought I would also post this as well just to provide further information.; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool v2.0.4 on Tue Sep 17 2019 17:44:50 GMT+1000 (Australian Eastern Standard Time)
G91 ; relative positioning
G1 Z0 F6000 S2 ; lift Z relative to current position
G1 S1 X-1005 F3600 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 S1 X-1005 F300 ; move slowly to X axis endstop once more (second pass)
G1 Z0 F6000 S2 ; lower Z again
G90 ; absolute positioning -
Does Z axis travel correctly normally?
Note that the motors probably have a minimum pulse width of 3us, so you may have to guarantee this in order for the motors to run properly at higher step rates.
Something like:
M569 P5 S1 T3 M569 P6 S1 T3 M569 P6 S1 T3
Depending on what machine you have the motors will either be these: https://www.applied-motion.com/sites/default/files/hardware-manuals/STM23R Hardware Manual 920-0056D.pdf
Just look at the connectors.
-
@nhof
Thanks for the advice. I will have a look and test to see how that goes. -
A Bit of an update.
After getting my mate to spend way to much time on it troubleshooting the problematic Z axis issue, he decided to make the nema 23s just motors instead of integrated steppers. Not long after I had a fully functioning Z axis. The X and Y axes are still the integrated stepper and work well.
Printer is calibrated on the XYZ axes. Tested the extruder side as well all functioning. Only thing really left to do is put the bondtech on it and the usual bed calibrations etc. Then we are off and printing.
Thanks for all the assistance in getting this up and running.
Brad