Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Duet_Noob
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    Duet_Noob

    @Duet_Noob

    0
    Reputation
    1
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Duet_Noob Unfollow Follow

    Latest posts made by Duet_Noob

    • RE: FIRMWARE Update 1.18.1->1.19.2 Duet Ethernet + Duex5 + PanelDue

      Hello DC42,

      I use a Duet Wifi at home, so I already have a web interface here. Have now taken the Duet ETHERNET from the company home. Hope this is the easier way to update the firmware.

      Have downloaded the firmware 1.19.2.

      https://www.duet3d.com/wiki/Upgrading_to_DuetWiFiFirmware_1.19

      Now after this guide Duet Ethernet firmware and Web control in the appropriate folder?
      The contents of DuetWebControl-1.19.zip, extracted into the /www folder. …...
      DuetETHERNETFirmware-1.19.bin, extracted in / sys

      https://www.duet3d.com/wiki/Updating_more_than_one_firmware_at_a_time
      Can I now use the existing web interface the Duet Ethernet
      update with M997 S0: 1?

      Is this with or without spaces after the colon?

      Doing the upgrade
      Send M997 S0:1 to upgrade both firmwares together.
      When the Duet has restarted after the firmware upgrade, execute the SetNetwork macro on PanelDue or via USB (if using USB then the command is M98 P/macros/SetNetwork).
      Send M587 and check that your network is listed
      Send M552 S1. After a few seconds you should see a message that it has connected to your access point.
      Connect via the web interface
      Re-enable the M552 S1 command in config.g by removing the semicolon at the start
      For security, delete the SetNetwork macro file

      Thank you for the very nice help!

      Andy

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • FIRMWARE Update 1.18.1->1.19.2 Duet Ethernet + Duex5 + PanelDue

      Hello,
      I would like to equip the current machine I build for the company with a Duet Ethernet.
      At the moment the control via Ethernet is not yet possible, first everything has to be done via USB and SD card. If the 3D printer runs then, I will apply for the Ethernet connection. Is something complicated in the company.

      https://www.dropbox.com/sh/kudo7cjtqjyj8ec/AAApb6iT7HNNJaXLzGdDa5EDa?dl=0

      Now for my first request:

      I want to update the firmware. Have connection to Duet Ethernt made via USB and after sending from M115 came:
      12:30:29.704 : serial: N15 M115*18
      12:30:29.704 : FIRMWARE_NAME: RepRapFirmware for Duet Ethernet FIRMWARE_VERSION: 1.18.1 ELECTRONICS: Duet Ethernet 1.0 FIRMWARE_DATE: 2017-04-09

      To get to 1.19.2 do I first have to be loaded 1.19?
      Everything according to this guide: https://www.duet3d.com/wiki/Upgrading_to_DuetWiFiFirmware_1.19

      How is this with the Ethernet access data that I do not know all yet, since they are given later by the IT department?

      Regards Andy

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • RE: Firmware 1.19

      hmm, what is that? Everything a little shifted.

      ; Network
      M550 PTronx X1 ; Set machine name
      Here was space M552 S1 ; Enable network
      ; Access point is configured manually via M587 by the user
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      Change to :
      ; Network
      M550 PTronx X1 ; Set machine name
      M552 S1 ; Enable network
      ; Access point is configured manually via M587 by the user
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      maybe that helps…

      No Duet Wifi in Network, only over IP.

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • RE: Firmware 1.19

      Ah, i forget the Makro file thats the Duet Wifi automatical starts….

      How was the command for that?

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • RE: Firmware 1.19

      In the network I do not see the duet, but now have access to the router or directly over the IP to the board!

      Thanks again and it can be unfortunately, that I have to ask more still more …;)

      Andy

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • RE: Firmware 1.19

      Now everything seems to have worked out.
      The semicolon I have now removed before 552 by editor.
      But I do not see the Deut-Wifi in the network.

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • RE: Firmware 1.19

      now in the YAT:

      M552 S0
      ok<lf>WiFi module started <lf>M587 S "Fritz!Box 7560 LH" P "10101010101010101"
      Bad parameter in M587 command<lf>ok <lf>M587 S "Fritz!Box7560LH" P "01010101010101001"
      Bad parameter in M587 command<lf>ok <lf>M587
      No remembered networks<lf>ok <lf>M552
      WiFi module is idle<lf>ok <lf>M552
      WiFi module is idle<lf>ok <lf>M587 S "Funkkiste" P "010101010101"
      Bad parameter in M587 command<lf>ok <lf>M587 S"Funkkiste"P"010101010101001"
      ok</lf></lf></lf></lf></lf></lf></lf></lf></lf></lf></lf></lf></lf></lf>

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • RE: Firmware 1.19

      Thanks David for your quick competent help!

      The semicolon I inserted before M552.
      Where can I find the current device driver?

      Is that right? : https://github.com/dc42/RepRapFirmware/tree/dev/Driver

      In the device manager, I now have a question mark. Can this be installed via the automatic search for new driver? Or where can I find the right driver?

      Have the driver get installed!

      Connecting…
      Printer is now online.

      M115
      SENDING:M115
      FIRMWARE_NAME: RepRapFirmware for Duet WiFi FIRMWARE_VERSION: 1.19 ELECTRONICS: Duet WiFi 1.0 FIRMWARE_DATE: 2017-08-14

      M552 S0
      SENDING:M552 S0
      WiFi module started
      Error: Failed to initialise WiFi module, code -10
      [ERROR] Error: Failed to initialise WiFi module, code -10

      M997 S1
      SENDING:M997 S1
      Trying to connect at 460800 baud:
      failed
      Trying to connect at 230400 baud:
      success
      Erasing 244400 bytes…
      Uploading file...
      5% complete
      10% complete
      15% complete
      20% complete
      25% complete
      30% complete
      35% complete
      40% complete
      45% complete
      50% complete
      55% complete
      60% complete
      65% complete
      70% complete
      75% complete
      80% complete
      85% complete
      90% complete
      95% complete
      Upload successful

      Regards Andy

      P.S: Can upload pictures via external providers only here ?

      what is : The firmware update helper file (iap4e.bin for Generation 2 Duets, and iap.bin for Generation 1 Duets) ???

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob
    • Firmware 1.19

      Hello ,
      must unfortunately use a translator, excuse me for it already in advance!

      I am really super satisfied with the Duet, currently build in the company a 3d printer which also the Duet gets with expansion card.

      On my private Duet Wifi would like to install the current firmware 1.19, unfortunately I'm not there any further, hope here can someone help me!

      I started with firmware 1.17 and then unfortunately installed immediately 1.19.
      That was wrong.
      Think must now write everything from the PC to the card.

      1. Have DuetWebControl-1.19 on the SD card in the folder www. pushed.
      2. DuetWiFiFirmware-1.19.bin, copied into / sys and renamed in exactly
          DuetWiFiFirmware.bin
      3. DuetWiFiServer-1.19.bin, copied into / sys and renamed to exactly
          DuetWiFiServer.bin

      4 A macro file in / macros to set up access to your WiFi network. I call this file SetNetwork, but you can choose any name. This should contain the following commands …..

      How do I create a macro now? With Repetier - Host or Ponterface? Can not connect between Repetier Host and Duet with USB …

      Now have a mix of version 1.17 and 1.19 maybe
      Best I delete everything and write the working data on it?

      Many thanks in advance

      Sorry for the stupid questions 🙂

      Andy

      posted in Firmware installation
      Duet_Noobundefined
      Duet_Noob