Duet 2 Ethernet no connection
-
-
yes I think boot to flash and boot from flash are meant to be the same.
What version of bossa is that?
-
v. 1.9.1
-
Ok, so does it write and verify correctly?
Did you follow the instructions on removing the jumper before flashing?
Remove the erase jumper as soon as the Diag LED lights up. This means you are successfully in programming mode.
Once flashed, power cycle the board and you should now have a port to connect with YAT.
-
maybe try windows key + R, type
cmd
and click OK.and then paste in the command below in the new window and press enter? (type out the whole path if its not under your own user profile.)
"%ProgramFiles(x86)%\BOSSA\bossac.exe" --port=COM14 -e -w -v -b -R "%USERPROFILE%\Documents\Syncro\Firmware\Duet2and3Firmware-3.1.1\Duet2CombinedFirmware.bin"
Clearly something goes wrong with resetting the cpu after flashing, or its become faulty.
-
Yes, it does Bossa does write and verify correctly.
I followed the instructions to the T, however my diag led is on even after removing the jumper and resetting.
As you can see in the picture it is still listed as a Bossa Program Port. It looks like it's connected to YAT but still unable to respond to Gcode commands.
-
@bearer
Jackpot! Thank you!
-
so it's working now?
-
@camposm7 said in Duet 2 Ethernet no connection:
I followed the instructions to the T, however my diag led is on even after removing the jumper and resetting.
I think something got lost in translation to be honest, but that is why I suggested using the command line version with the -R flag as it removes the need for manually resetting the board.
Maybe someone could file an issue on the bossa github to have the -R flag function added to the GUI version; would simplify things a little.
-
@Phaedrux I was able to flash the firmware, and while I can now web into the board and shows connection established, my PanelDue contently displays Connecting. None of my macros are displayed on the panel although the web interface does display my macros. My extruder heaters are undefined. No thermistor readings. Some weird things happening. Even a simple M119 reports Endstops - X: no endstop, Y: no endstop, Z: no endstop, Z probe: at min stop
I'm not even sure where to begin with this. It's like it isn't reading the config file properly. Using the same config I was previously using that was working fine before erasing the board and starting fresh
-
that sounds like you flashed rrf3.
this requires some changes in the config. see
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Summary_of_what_you_need_to_do_to_convert_your_configuration_and_other_filespost your config.g
-
It may be helpful to create a fresh config set using the online configurator then you can compare it to your current config and see what's all changed.
-
@Veti
What is the best method to post my config for ease of reading? -
post the config.g file into the window here
select it and press the code button
-
; Configuration file for Duet WiFi (firmware version 2.03) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Mar 05 2020 07:51:50 GMT-0800 (Pacific Standard Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"S110 Tall" ; set printer name ; Network M552 P0.0.0.0 S1 ; enable network and acquire dynamic address via DHCP M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S0 ; physical drive 1 goes forwards M569 P2 S0 ; physical drive 2 goes forwards M569 P3 S0 ; physical drive 3 goes forwards M569 P4 S0 ; physical drive 4 goes forwards M584 X0 Y1 Z2 E3:4 ; set drive mapping M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation M92 X400.00 Y400.00 Z400.00 E420.00:420.00 ; set steps per mm M566 X700.00 Y700.00 Z212.00 E120.00:120.00 ; set maximum instantaneous speed changes (mm/min) M203 X4000.00 Y4000.00 Z1000.00 E400.0:400.0 ; set maximum speeds (mm/min) M201 X200.00 Y200.00 Z80.00 E250.00:250.00 ; set accelerations (mm/s^2) M906 X800 Y800 Z800 E500:500 I50 ; set motor currents (mA) and motor idle factor in per cent M84 S50 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X210 Y260 Z500 S0 ; set axis maxima ; Endstops M574 X1 Y1 S1 ; set active high endstops M574 Z1 S1 ; set endstops controlled by [probe] no, by microswitch 03/07/2020 Z-Probe M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch M558 P9 H1 F120 T5000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y20 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X10:200 Y10:200 S80 ; define mesh grid ; Heaters M305 P0 T100000 B4339 R4700 ; configure PT1000 for heater 0 M143 H0 S100 ; set temperature limit for heater 0 to 100C M305 P1 T500000 B4723 C1.196220e-7 R4700 ; set thermistor + ADC parameters for heater 1 M143 H1 S250 ; set temperature limit for heater 1 to 350C M305 P2 T500000 B4723 C1.196220e-7 R4700 ; set thermistor + ADC parameters for heater 2 M143 H2 S250 ; set temperature limit for heater 2 to 350C M307 H1:2 A250 c160 D5.5 B0 S0.3 ; set max heater power to 60% to reduce overshoot (DNC 03/12/2020) ; Fans M106 P0 S0 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 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 F1 ; 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
-
did you do any manual changes in the config.
you could use the config.json (if you still have that) and use that as a starting point in the configurator. -
@Veti I ran a comparison of the two config files after generating a new one. I've taken over someone else project but luckily I did find the previously used json. Going to boot up and see what happens.
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Oct 10 2020 12:16:23 GMT-0700 (Pacific Daylight Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"The Beast" ; set printer name ; Network M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0 S1 ; physical drive 0 goes forwards M569 P1 S1 ; physical drive 1 goes forwards M569 P2 S1 ; physical drive 2 goes forwards M569 P3 S1 ; physical drive 3 goes forwards M569 P4 S1 ; physical drive 4 goes forwards M584 X0 Y1 Z2 E3:4 ; set drive mapping M350 X16 Y16 Z16 E16:16 I1 ; configure microstepping with interpolation M92 X400.00 Y400.00 Z400.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 Z180.00 E1200.00:1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.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 S50 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X210 Y260 Z500 S0 ; set axis maxima ; Endstops M574 X1 S1 P"xstop" ; configure active-high endstop for low end on X via pin xstop M574 Y1 S1 P"ystop" ; configure active-high endstop for low end on Y via pin ystop M574 Z1 S1 P"zstop" ; configure active-high endstop for low end on Z via pin zstop ; Z-Probe M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y20 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X10:200 Y10:200 S80 ; define mesh grid ; Heaters M308 S0 P"e0temp" Y"thermistor" T500000 B4723 C1.19622e-7 ; configure sensor 0 as thermistor on pin e0temp M950 H0 C"e0heat" T0 ; create nozzle heater output on e0heat and map it to sensor 0 M307 H0 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M308 S1 P"e1temp" Y"thermistor" T500000 B4723 C1.19622e-7 ; configure sensor 1 as thermistor on pin e1temp M950 H1 C"e1heat" T1 ; create nozzle heater output on e1heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M308 S2 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 2 as thermistor on pin bedtemp M950 H2 C"bedheat" T2 ; create bed heater output on bedheat and map it to sensor 2 M307 H2 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H2 ; map heated bed to heater 2 M143 H2 S280 ; set temperature limit for heater 2 to 280C ; Fans M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency M106 P0 C"E0 Fan" S1 H1:2 T45 ; set fan 0 name and value. Thermostatic control is turned on M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency M106 P1 C"E1 Fan" S1 H1:2 T45 ; set fan 1 name and value. Thermostatic control is turned on M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency M106 P2 C"Layer Fan" S1 H-1 ; set fan 2 name and value. Thermostatic control is turned off ; Tools M563 P0 S"Extruder 0" D0 H1 F0:2 ; 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 S"Extruder 1" D1 F0:2 ; 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 ; Miscellaneous M575 P1 S1 B57600 ; enable support for PanelDue
-
you will need the new retract and deploy scripts as well
-
@Veti I have most of RR3 setup now, but I can not for the life of me get the BL Touch to deploy or retract or release it's alarm. I've been pulling my hair out over this.
-
Post your deploy and retract files.
M280 P0 S10 should work. If it does not, then perhaps you aren't using the pin you think you're using or the wire isn't making a connection.
; Z-Probe M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
M280 P0 S10 ; deploy BLTouch
M280 P0 S90 ; retract BLTouch
Are you sure you're connected to expansion heater pin 3?