I have set my z offset at .7 as reported by the M114 command after calibrating z home. But when i went to print i had to raise the nozzle using baby steps up .5. Do i need to add or subtract from my z zero that i set in the config. file to print correctly the next time?
Posts made by ronnien58
-
Fine tuning Z
-
RE: Z probe not activating home
Thanks DC, I found my problem. I had the HomeZ and HomeAll configured wrong for the Z axis
-
Z probe not activating home
I am using the Duet WiFi:
Firmware Name: RepRapFirmware for Duet WiFi
Firmware Electronics: Duet WiFi 1.0
Firmware Version: 1.20beta8+1 (2017-11-18)
WiFi Server Version: 1.20b8
Web Interface Version: 1.19.3
The probe is set up:
M558 P5 ; Use a simple modulated Z probe
G31 P1000 X-25.5 Y0 Z0 ; Set the probe height and threshold (put your own values here)I get the out put under Z probe: 1000 however it does not stop but continues down.
I am using a proximity sensor that has always worked not sure what is going on. -
RE: Production Duet Ethernet pictures
Looks good, I am waiting in line for one. I have a secure WiFi at work that will not allow me access to connect but it will be okay if it is Ethernet. I am tired of removing the SD card, i hope it will be available soon
-
RE: All Metal Cobra Extruder
Hi Ron,
I'm also using Cobra metal extruder.
Try these settings:
M906 X1000 Y1000 Z800 E1000 ; Set motor currents (mA)
M201 X800 Y800 Z15 E300 ; Accelerations (mm/s^2)
M203 X15000 Y15000 Z500 E2400 ; Maximum speeds (mm/min)
M566 X600 Y600 Z30 E120 ; Minimum speeds mm/minuteThanks for the setting, my problem was wiring, most steppers I use it is a simple wire to wire ,however this stepper required a specific order. Once I figured it out it worked fine.
For us newbies it is nice to be able to find help -
RE: Connecting to wifi in windows environment
I installed the Version 1.02 and it still is resetting itself because of an exception.
-
RE: New firmware release 1.16rc2
It looked like it did update to latest firmware however the system screen still shows previous update
Software Information
Firmware Name: RepRapFirmware for Duet WiFi
Firmware Version: 1.15e (2016-10-02)
WiFi Server Version: 1.02
Web Interface Version: 1.12
Web Interface by Christian Hammacher
Licensed under the terms of the GPL vFiles in System directory:
DuetWebControl-1.13-rc1.bin 3.0 MiB
DuetWebControl.bin 3.0 MiB
DuetWiFiFirmware-1.16rc2.bin 248.7 KiB
DuetWiFiServer-1.02.bin 288.3 KiB
DuetWiFiServer.binIt looks like the update failed. Did you update over the web interface? If instead you copied the files directly on to the SD card on a PC, then you need to rename them to DuetWiFiFirmware.bin and DuetWebControl.bin before running M997 S0 and M997 s2.
Thanks David, I loaded the on the SD card and that did the trick. I am up and back to printing.
-
RE: New firmware release 1.16rc2
It looked like it did update to latest firmware however the system screen still shows previous update
Software Information
Firmware Name: RepRapFirmware for Duet WiFi
Firmware Version: 1.15e (2016-10-02)
WiFi Server Version: 1.02
Web Interface Version: 1.12
Web Interface by Christian Hammacher
Licensed under the terms of the GPL vFiles in System directory:
DuetWebControl-1.13-rc1.bin 3.0 MiB
DuetWebControl.bin 3.0 MiB
DuetWiFiFirmware-1.16rc2.bin 248.7 KiB
DuetWiFiServer-1.02.bin 288.3 KiB
DuetWiFiServer.bin -
Web interface
Just a question, When connected and running a print I can see the X, Y, and Z output in the upper right screen under machine status however I have no output from the extruder. How do i get the information of the extruder drive to out put here?
-
Z endstop
Needs some help, I have read the documentation and i am having trouble making it work. Here is what I have in the config:
M111 S0 ; Debug off
M550 MyDuet ; Machine name (can be anything you like)
M551 Preprap ; Machine password (currently not used)
;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address (hexadecimal);*** Wifi Networking
M552 S1 ; Enable WiFiM555 P2 ; Set output to look like Marlin
M575 P1 B57600 S1 ; Comms parameters for PanelDue
; Movement SectionM569 P0 S0 ; X axis direction
M569 P1 S0 ; Y axis direction
M569 P2 S0 ; Z axis direction
M569 P3 S1 ; Extruder Drive 0
M569 P4 S1 ; Extruder Drive 1
M574 X1 Y1 Z1 S0 ; set endstop configuration (X and Y endstop only, at low end, active high)
M906 X800 Y800 Z800 E1000 ; Set motor currents (mA)
M201 X800 Y800 Z15 E1000 ; Accelerations (mm/s^2)
M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
M566 X600 Y600 Z30 E20 ; Minimum speeds mm/minute
M208 X304 Y304 Z250 ; set axis maxima (adjust to suit your machine)
M208 X0 Y0 Z0 S1 ; set axis minimum (adjust to make X=0 the edge of the bed)
M92 X87.4890 Y87.4890 Z4000 ; Set axis steps/mm
M92 E420:420
;M92 E420 ; Set extruder steps per mm (single nozzle)M92 E420:420 ; Set extruder steps/mm (dual nozzle)
M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves; Probe Section
;P4 X0 Y0 Z1 H3 F200 T5000 ; smart IR Z probe, used for homming Z axis dive height 3mm, probe speed 200mm/min travel speed 5000mm/min
;G31 X11.0 Y0.5 Z1.2 P500 ; Set the probe height and threshhold (put your own values here)
;*** If you have a modulated IR probe with on-board microcontroller, change P2 to P1 in the following
;M558 P1
; Use a simple modulated Z probe (change to P1 for an intelligent Z probe)
;G31 Z0 P959 ; Set the probe height and threshold (put your own values here); Heater and thermistor section
;*** If you have a Duet board with 1K thermistor series resistors, change R4700 to R1000 to the following M305 commands
M305 P0 R4700 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 R4700 T100000 B4388 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
M305 P2 R4700 T100000 B4388 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction; Tool definition section
M563 P0 D0 H1 ; Define tool 0 to use extruder drive 0 and heater 1
G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
;*** If you have a dual-nozzle build, remove or comment out the previous line, and un-comment the following 3 lines
M563 P1 D1 H2 ; Define tool 1
G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures; Bed probe section (not needed if you us a bed.g file
;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of the IR sensor
M557 P0 X60 Y0 ; Four...
M557 P1 X60 Y165 ; ...probe points...
M557 P2 X222 Y165 ; ...for bed...
M557 P3 X222 Y0 ; ...levelling
;M557 P4 X141 Y82.5 ; 5th probe point for levelling (un-comment this if you are using a dc42 differential IR probe)
;*** if you are using axis compensation, put the figures in the following command
;M556 S78 X0 Y0 Z0 ; Axis compensation here;
T0 ; select first hot endHere is Z homing:
91
G1 Z4 F200
G90
G1 X45 Y70 F2000
G30
G1 Z-200 S1 F100Am I missing something?
-
RE: Attaching PanelDue 4.3
I just have what I ordered in Batch 2. I have recently ordered another DuetWifi Batch 5 to upgrade another printer. Anything you can do would be greatly appreciated,
-
RE: Attaching PanelDue 4.3
Both baud rates default to 57600 so you should not need to change them. The usual cause of connection failure is a faulty cable. The colours of the wires should be in the exact opposite order at the two ends of the cable.
The screen comes up but in the at the top is a red bar that just says connecting. i have checked wires and they appear to be correct.
-
Attaching PanelDue 4.3
I have my DuetWifi and panelDue tried to connect but all i get is "connecting"? It never connects, I have made sure that my baud rate is set in both places correctly. What am i missing? I ordered both together thought it would have been tested to ensure it worked before it was sent out.
-
RE: Duet WiFi firmware bundle 1.15rc3 available for testing
I am new to the Duet and would like to know if there are any issues using a mac with the duet wifi? Not a windows fan but if i have to have one i need to get something before mine arrives.
I did all setup and actual use from
my MacbookPro. No problems at all. Your initial setup may vary a bit from the documentation (port naming, etc), but Windows is not necessary.Thanks, I will post when i am up and running.
-
RE: Duet WiFi firmware bundle 1.15rc3 available for testing
Thanks, board arrives Tuesday, can't wait to get it installed and running.
-
RE: Using MAC
Thanks, I get my board on Tuesday and want to get things up and running.
-
Using MAC
Is anyone using a MAC with the DuetWifi? I would like to know if there are any unexpected issues or just issues in general to using MAC vs Windows.
-
RE: Duet WiFi firmware bundle 1.15rc3 available for testing
I am new to the Duet and would like to know if there are any issues using a mac with the duet wifi? Not a windows fan but if i have to have one i need to get something before mine arrives.