yeah everything is working very smoothly now but i had put my sd into my computer and did the upload that way and since it had been so long since the last time I updated I had to make the /www folder and dropped the whole dwc folder into it. Over all i really like the duet over listing to the r2d2 chatter of the arduino.
Posts made by stevenrsearles
-
RE: WebControl Rel 1.2 problem
-
RE: WebControl Rel 1.2 problem
seemed to have been able to fix this problem by correcting a mistake of setting up the /www folder incorrectly as i put the DWC.zip folder inside rather than just transferring the content of the folder into the /www folder.
-
WebControl Rel 1.2 problem
I have recently updated all firmware (iap4e.bin, duetwififirmware.bin, duetwifiserver.bin and duetwebcontrol.zip)from 1.81 to 1.2. Now i can connect through pronterface and can see that the new firmware is uploaded the sd card is mounted but when i try to open the web interface it comes back with Your Duet rejected the HTTP request: page not found.
-
RE: It's out! RepRapFirmware 2.0 and 1.21.1 released
But that’s for the web control which on the list is the last to be upgraded if updating all firmware.
-
RE: It's out! RepRapFirmware 2.0 and 1.21.1 released
So I'm about to try to update firmware from 1.18 to 1.21 which i believe to be the most up to date. As i completely messed up the last update and had to do it the hard way I decided to just ask the questions on how to do it rather than just end up asking how to fix it. I read on wiki that to update all files you have to do them in this order: DuetWiFiFirmware, DuetWiFiServer, DuetWebControl. which makes sense as thats what I botched up before, but reading on it said Sometimes we may do synchronised releases of firmware, where more than one firmware component needs to be updated at the same time to maintain compatibility. So would have to use this option or what would be the best way to make this leap. I'm assuming I don't have to do every upgrade I have missed and can just jump to the 1.21.
-
RE: Can't get connected to the Duet3d board.
ok I think i got it figured out now i just went back in and uncommented out the M552 S1 command and then connected to the duet wifi entered in the defult ip and was prompted to enter in the ssid and password can now connect via my network so just on to looking at how to update the firmware but thanks for your speedy response and putting out such good products. Oh and i was thinking about upgrading my build plate was curious if there was a way to control two heated 200/300 beds to make it 400/300mm on a 3d printer with the option to only run one if the other wasn't being used?
-
RE: Can't get connected to the Duet3d board.
Yes it’s for a WiFi and I’m looking through the files now to find some sort of indication of the firmware it’s running and not really finding anything other than it saying config file for dc42 duet firmware but I believe it’s the 1.19 or 1.18? I haven’t updated it in at least a year if that helps.
-
RE: Can't get connected to the Duet3d board.
I recently changed my router out without thinking of changing the wifi config on my board i got rid of the old router, now trying I'm trying to reconnect to my duet wifi so through the terminal of my mac it fails as well as through pronterface. I went into the config.g file and commented out the M552 S1 command still with now luck of connecting. i was curious if there was just a way to load my new ssid and password onto the sd card using a text editor as i don't currently have any other pc besides my mac i can't do the 3rd option. oh and Im probably out of date as far as firmware updates as well so should i just start downloading the files for that at the same time I'm trying to figure this out or just wait till i can actually get connected.
-
RE: Endstop configuration
LJ12A3-4-Z/BX NPN wired
output to cathode, anode to E0 STP pin
ground to ground
power to vin
think i got a bat43 diode but might have been a 1N4148 cant remember right now what one radio shack had in stock at the time and its heat shrinked at the time -
RE: Endstop configuration
mechanical switch from closest to the switch out
1green
2
3black
4redduet from top to bottom (if wifi is in bottom right hand corner)
1black
2red
3green -
Endstop configuration
I have all the motors driving in the correct direction but there not stopping when being activated. The led on the duet wifi is off when not activated then turns on when i activate a mechanical switch or the induction sensor but then the motors continue to drive. i have tried to reset to both active high and active low with no change. being new to this I now don't know what i'm doing wrong or if its possible that i wired it wrong or what i might need to add or subtract from my config.g this is for a Cartesian style machine
; Prusa i3 config file for dc42 Duet firmware
; Prologue and comms section
M111 S0 ; Debug off
M550 PPrusai3 ; Machine name (can be anything you like)
M551 Preprap ; Machine password
;*** 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
;*** Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P0.0.0.0 ; IP address (0 = use DHCP)
M554 P192.168.1.1 ; Gateway
M553 P255.255.255.0 ; Netmask
M555 P2 ; Set output to look like Marlin
M575 P1 B57600 S1 ; Comms parameters for PanelDue
M552 S1
; Movement section
M569 P0 S0 ; Drive 0 goes forwards (change to S0 to reverse it)
M569 P1 S0 ; Drive 1 goes forwards
M569 P2 S0 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M569 P4 S0 ; Drive 4 goes forwards
M574 X1 Y1 S2 ; set endstop configuration (X and Y endstops only, at low end, active high)
M574 Z1 S1
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 X200 Y200 Z200 ; set axis maxima (adjust to suit your machine)
M208 X0 Y0 Z-0.2 S1 ; set axis minimum (adjust to make X=0 and Y=0 the edge of the bed)
M92 X80 Y80 Z2560 ; Set axis steps/mm
M92 E420:420 ; Set extruder steps per mm
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves; Z probe section
M547 E0 S0 ; npn induction sensor on e0
;M558 P1 X0 Y0 Z1 H3 F200 T5000 ; smart IR Z probe, used for homing Z axis only, dive height 3mm, probe speed 200mm/min, travel speed 5000mm/min
;G31 P500 X11.0 Y0.5 Z1.65 ; set threshold and offsets
;M558 P1 X0 Y0 Z1 H3 F200 T5000 ; Smart IR Z probe, used for homing Z axis, dive height 3mm, probe speed 200mm/min, travel speed 5000mm/min
;G31 X11.0 Y0.5 Z1.20 P500 ; 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 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
M305 P2 R4700 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
M301 H1 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 0
M301 H2 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 1
M570 S120 ; Increase to allow extra heating time if needed; 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, un-comment the following 2 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 use a bed.g file)
;*** Adjust the XY coordinates in the following M557 commands to suit your build and the position of your Z probe
M557 P0 X60 Y0 ; Four...
M557 P1 X60 Y165 ; ...probe points...
M557 P2 X200 Y165 ; ...for bed...
M557 P3 X200 Y0 ; ...levelling
M557 P4 X141 Y82.5 ; 5th probe point for levelling (un-comment this to get a 5th point at the centre of the bed); Epilogue
;*** 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 end -
RE: Problem updating firmware - Duet Wifi
By checking USB devices through terminal it finds it as an atmel corp. at91sam SAMBA bootloader.
-
RE: Problem updating firmware - Duet Wifi
i pretty much did the same thing except i ended up hitting the erase button and now i can't get samba or pronterface to connect to the board. i have re-downloaded the firmware and server .bins and made sure that the file size was correct and copied them to the sd card, as well as comment out the wifi command in the config files but I still cannot get the board to connect to pronterface or samba. was curios if i was missing any steps or doing something wrong and I am also using a Linux computer.
-
RE: [SOLVED] Duet Wifi non-responsive after firmware update
Hello Im pretty new here but i just got a duet wifi and was getting it set up. When i did the update (i might have done it in the wrong order) but it wouldn't let me continue with any updates, so i referred to the forums where i i read to just erase and reset then retry. so i went along and did so and now i basically have a brick. i have pulled the sd card and copied the new firmware file and commented out the m552 s1 command and reinserted it. going to pronterface the board wont connect so i went on to step 3 and upon doing so re erased and reset board then prompted samba which opens, then i select the board type and connect, nothing happens. So as i am getting pretty frustrated at this point i just figured id as the pros as nothing i have found in the forums has been working. thank you