Hello,
Thank you, I concur! I will make the changes accordingly..
Hello,
Thank you, I concur! I will make the changes accordingly..
Hello,
My printer has had a bed leveling issue from day one. I believe it may be due to the height map probing starting at the min position or the front of the bed (y axis) and the homing at the max position or the back of the bed (with the slicer). My Y axis end stop is mounted in the max position (the back). In the slicer if I move my part to print forward toward the front (the min) of the bed the part prints to the back or the max. It seems to be inverted. Could this be causing the bed leveling to be off? How would I correct this issue?
Thank you!
Hello! I wanted to thank everyone that assisted me during two (2) of my latest builds. John you were very helpful, Thank you very much. I have attached photos of the new Xinkebot Orca 2 Cygnus with Duet Ethernet/ Panel Due 7i and the large format printer (1500mm x 1000mm x 1500mm) running a Duet Wifi and Panel Due 7i. They are both operating extremely well and the prints are amazing!!! Vernon Buchanan!!
I was wondering about that myself... I inspected all the fuses, and they all look good. Also, I cannot see any physical damage to the board. In the beginning the board was completely dead. I took a few minutes of sitting to get the lights to come back on... Initially, after the lights returned, the ethernet was working. After several times of off/on while running tests, it stopped lighting up..
I will follow your advice for the PanelDue. Thank you. I am not sure about the Main Processor temperature. I will pull out my IR gun and check it out. I did connect to Pronterface and input M564 H0 S0 with the main power on, and I got no response as far as movement from the axis. Not sure if there are other tests I could try??? Update: After plugging the PanelDue via USB into my laptop it appears to be working fine. I wish I could say the same for the Duet....
Hello, Thank you for your response! M39 brought back:
SENDING:M39
SD card in slot 0: capacity 3.90Gb, free space 3.90Gb, speed 20.00MBytes/sec, cluster size 64kb
ok T0:2000.0 /0.0 B:23.7 /0.0
My Ethernet port on the Duet no longer lights up. I am unable to get any response via ip address. M552 via Pronterface brings back:
SENDING:M552
Network is enabled, configured IP address: 0.0.0.0, actual IP address: 0.0.0.0
ok T0:2000.0 /0.0 B:23.8 /0.0
It looks as if I inadvertently inverted the positive and negative wires on BL Touch (wired to Heater 7/PWM 5). I thought I was switching the polarity for my new parts fan. Do I get a special award for such an ignorant mistake?? Should I order a new board and Panel Due now, or does someone know how I might rectify this problem??? Thank you!
Hello, My new Duet Ethernet just made a loud pop noise and all the lights went out on the board and the Panel Due 7i shut down. For a while I could not even get a light to come on. However, after waiting a bit, I was able to get the green LED 3.3v, the red LED 5v, and the red LED next to the micro usb to come on. I was then able to connect via pronterface. The M552 command showed current ip address. A minute later I was able to connect via web page. The endstop lights were on for the x and y drives. I shut down, and I unplugged them started the board back up and they turned off. I unplugged the usb and plugged it back in again. The Panel Due is lit up dimly but nothing for an interface exists. It is simply blank. Now when I try to connect via ip address I get this response "Your Duet rejected the HTTP request: page not found". I have no idea on how to proceed, can someone please direct me??? Thank you
I will make the changes, and post accordingly. Thank you!!!!!
Firmware Name:
Firmware version:
RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics:
Duet WiFi 1.02 or later + DueX5
Firmware Version:
1.21 (2018-03-21)
WiFi Server Version:
1.21RC4(08b3)
Web Interface Version:
1.21-RC4
Please find attached my config.g, and homing files. I am using a BLtouch to home Z. I configured the Z-probe offset in the config.g by moving the nozzle to the bed and entering G92 Z0. I then went to the G-code console and entered the command G30 S-1. The result was stopped at height of 0.974 the first time and 0.976 the second and so on. I updated the Z-probe trigger height to 0.97. I am able to home Z and actuate to the table. It allows me to move no farther than that. Thank you for the help, please let me know if I need to change anything or post additional files/info. I will view the video and try to disable all bed compensation.
Config.g
; General preferences
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
; Network
M550 PMy printer ; Set machine name
M552 S1 ; Enable network
;*** Access point is configured manually via M587
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet
; Drives
M569 P0 S0 ; Drive 0 goes backwards x
M569 P1 S1 ; Drive 1 goes forwards y1
M569 P2 S1 ; Drive 2 goes forwards z1
M569 P3 S0 ; Drive 3 goes backwards y2
M569 P4 S1 ; Drive 4 goes forwards z2
M569 P5 S1 ; Drive 5 goes forwards E0
M569 P9 S1 ; Drive 9 goes forwards E1
M584 X0 Y1:3 Z2:4 E5:9 ; Define X, Y, Z, E drives
M350 X16 Y16:16 Z16:16 E16:16 I1 ; Configure microstepping with interpolation
M92 X100 Y100:100 Z3200:3200 E400:400 ; Set steps per mm
M566 X900 Y900:900 Z12:12 E120:120 ; Set maximum instantaneous speed changes (mm/min)
M203 X12000 Y12000:12000 Z180:180 E3000:3000 ; Set maximum speeds (mm/min)
M201 X500 Y500:500 Z250:250 E250:250 ; Set accelerations (mm/s^2)
M906 X800 Y800:800 Z2800:2800 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 X690 Y1130 Z1000 S0 ; Set axis maxima
; Endstops
M574 X1 Y1 S0 ; Set active Low endstops
; Z-Probe
M574 Z1 S2 ; Set endstops controlled by probe
M307 H7 A-1 C-1 D-1 ; Disable heater on PWM channel for BLTouch
M558 P5 H5 F500 T4000 X0 Y0 Z1 ; Set Z probe type to bltouch and the dive height + speeds
G31 P25 X35 Y-25 Z0.97 ; Set Z probe trigger value, offset and trigger height
M557 X15:650 Y15:1100 S50 ; Define mesh grid
M671 X345:345 Y-150:1230 S3 ; Leadscrew Coordinates for G32
; Heaters
;Bed Zone 5,6
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S85 ; Set temperature limit for heater 0 to 85C Bed, heat zones 5,6
M307 H0 A28.2 C78.3 D10 S1.0 B0
;Extruder 0
M305 P1 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S240 ; Set temperature limit for heater 1 to 240C E0
M307 H1 A177.4 C115.6 D8.1 S0.5 B0
;Extruder 1
M305 P2 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S240 ; Set temperature limit for heater 2 to 280C E1
M307 H2 A288.7 C190.4 D5.6 S0.5 B0
;Bed Zone 1
M305 P3 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 3
M143 H3 S85 ; Set temperature limit for heater 0 to 85C Bed, heat zone 1
M307 H3 A27.7 C69.3 D10 S1.0 B0
;Bed Zone 2
M305 P4 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 4
M143 H4 S85 ; Set temperature limit for heater 4 to 85C Bed, heat zone 2
M307 H4 A21.8 C65.8 D10 S1.0 B0
;Bed Zone 3
M305 P5 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 5
M143 H5 S85 ; Set temperature limit for heater 5 to 85C Bed, heat zone 3
M307 H5 A21.1 C53.1 D10 S1.0 B0
;Bed Zone 4
M305 P6 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 6
M143 H6 S85 ; Set temperature limit for heater 6 to 85C Bed, heat zone 4
M307 H6 A21.1 C45.6 D10 S1.0 B0
; Fans
M106 P0 S0.3 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1:2 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1:2 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
; Tools
M563 P0 D0 H1 ; 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 ; Define tool 1
G10 P1 X-65 Y0 Z0 ; Set tool 1 axis offsets
G10 P1 R0 S0 ; Set initial tool 1 active and standby temperatures to 0C
M563 P2 H3 ; Define tool 2
G10 P2 R70 S70 ; Set initial tool 2 active and standby temperatures to 0C
M563 P3 H4 ; Define tool 3
G10 P3 R70 S70 ; Set initial tool 3 active and standby temperatures to 0C
M563 P4 H5 ; Define tool 4
G10 P4 R70 S70 ; Set initial tool 4 active and standby temperatures to 0C
M563 P5 H6 ; Define tool 5
G10 P5 R70 S70 ; Set initial tool 5 active and standby temperatures to 0C
; Automatic saving after power loss is not enabled
; Custom settings are not configured
; homex.g
; called to home the X axis
;
; generated by RepRapFirmware Configuration Tool on Fri Jul 20 2018 18:58:43 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 Z5 F6000 S2 ; lift Z relative to current position
M98 Pdeployprobe.g ; deploy mechanical Z probe
G1 X-690 F1800 S1 ; move quickly to X axis endstop and stop there (first pass)
G1 X5 F6000 ; go back a few mm
G1 X-870 F360 S1 ; move slowly to X axis endstop once more (second pass)
M98 Pretractprobe.g ; retract the mechanical Z probe
G1 Z-5 F6000 S2 ; lower Z again
G90 ; absolute positioning
; homey.g
; called to home the Y axis
;
; generated by RepRapFirmware Configuration Tool on Fri Jul 20 2018 18:58:43 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 Z5 F6000 S2 ; lift Z relative to current position
G1 S1 Y-1130 F1800 ; move quickly to Y axis endstop and stop there (first pass)
G1 Y5 F6000 ; go back a few mm
G1 S1 Y-1130 F360 ; move slowly to Y axis endstop once more (second pass)
G1 Z-5 F6000 S2 ; lower Z again
G90 ; absolute positioning
; homez.g
; called to home the Z axis
;
; generated by RepRapFirmware Configuration Tool on Fri Jul 20 2018 18:58:43 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 Z5 F6000 S2 ; lift Z relative to current position
G90 ; absolute positioning
G1 X345 Y565 F6000 ; go to first probe point center of bed and home Z
G30 ; home Z by probing the bed
; Uncomment the following lines to lift Z after probing
G91 ; relative positioning
G1 Z5 F100 S2 ; lift Z relative to current position
G90 ; absolute positioning
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool on Fri Jul 20 2018 18:58:43 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 Z5 F6000 S2 ; lift Z relative to current position
M98 Pdeployprobe.g ; deploy mechanical Z probe
G1 S1 X-690 Y-1130 F1800 ; move quickly to X, Y and U axis endstops and stop there (first pass)
G1 X5 Y5 U5 F6000 ; go back a few mm
G1 S1 X-690 Y-1130 F360 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X345 Y565 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed
G1 Z5 F100 S2 ; uncomment this line to lift the nozzle after homing
M98 Pretractprobe.g ; retract mechanical Z probe
I only tried that version of start code once after many others. I really appreciate the assistance!!! I will post my config files and associated info ASAP!
Thank you for your reply! I have tried numerous iterations!!!!! The M565 was just one of many to get Z to zer0 (0). I will modify to the following, changing line 7 to G28: "home all". Line 10 to G30: "single probe". Remove line 14 that references M565. Thoughts???
G21 ;metric values
G91 ;Relative positioning
G1 Z-1 ;Move Z down 1mm
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 ;Home XYZ
M561 ;Clear any bed transform
G1 X345 Y565 ;Move probe to center of bed
G30
G32 ;Start 2-point probe sequence
G29 S1 ;Load height map
G1 Z20.0 ; Move Z to 20
G1 X345 Y565 ;Move probe to center of bed
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
I am having an issue with slicing. The starting G-code I am using may be faulty. The printer homes well and moves to begin the print. However, it will not lower itself to the bed. Instead it begins the print in mid-air about 10mm of the bed. I have tried several iterations of starting code but alas no luck. In the latest I inserted several Z0 variations (no luck) and M565 Z-.945. Can anyone direct me and provide me with instruction to move forward?? Here is the latest Cura Starting code I have tried (below).
G21 ;metric values
G91 ;Relative positioning
G1 Z-1 ;Move Z down 1mm
G90 ;absolute positioning
M82 ;set extruder to absolute mode
M107 ;start with the fan off
G28 X0 Y0 ;Home XY
M561 ;Clear any bed transform
G1 X345 Y565 ;Move probe to center of bed
G32 ;Start 2-point probe sequence
G29 S1 ;Load height map
G1 Z20.0 ; Move Z to 20
G1 X345 Y565 ;Move probe to center of bed
M565 Z-.945 ;Set Z offset
G92 E0 ;zero the extruded length
G1 F200 E3 ;extrude 3mm of feed stock
G92 E0 ;zero the extruded length again
David, I have found another forum member that has posted the table from the DWC and it shows the exact view I am seeing from the web page, machine properties. I will provide a link. https://forum.duet3d.com/topic/6261/cannot-understand-web-page-for-machine-properties
David, luckily yes. The only questionable thing for my limited knowledge is that the EO and EI endstops show a yes in the DWC for an endstop hit. The other endstops say no. However, when I trigger the other endstops, they all show yes in the DWC machine properties tab. The lights on the endstop and the board light up when triggered as they should. Not sure why the DWC registers as yes for EO and E1?? Both of them light up appropriately as well. Any thoughts??
David, Problem solved! I have found that the unused but still plugged in Z max endstop did have 24volts across the signal wire and the ground, but unfortunately they were inverted. The endstop ground was wired to the signal wire on the board and the endstop signal wire was wired to the ground. I have since swapped the wires and I am now able to home and trigger 2 endstops simultaneously. Thank you David for your assistance. I will continue on to the next step of setting up the printer.
David I have now unplugged all 3 of the "currently" unused endstops. However, if I get the machine to home correctly, I would like to use E0, E1, Z endstops with the bltouch. However I could do away with the Z endstops completely. After powering the board back up and reconnecting the DWC. The DWC machine properties tab shows EO and E1 as hit (without doing anything) and x,y,z as no. I cannot get x and y to show a hit after they are triggered now that the others are unplugged. If I plug them back in they will show as a hit on the machine properties page and using the M119 command but only separately. Thoughts????
David, I apologize I do still have the Z endstops attached to the Z drive/endstop and the EI drive/endstop. I unplugged both the endstop for E1 and the endstop for Z. After doing that none of the endstops show up as triggered when activated in the DWC using M119. However the led on the endstop does light up and the led on the board light up. When I plug both of the configured Z endstops back in, everything goes back to as it was. I am able to only home each axis separately, and the bltouch works as it should.