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

    Topics created by arfhnd

    • arfhndundefined

      G30 problem, any advice ,please.

      General Discussion
      • • • arfhnd
      6
      0
      Votes
      6
      Posts
      1.1k
      Views

      arfhndundefined

      like david said, i found my mistake.
      I plug the probe to endstop switch pin.
      when I read from manual the probe have to plug to probe pin in board,
      so I learn that probe and endstop switch have different pin, so thats why g30 ignored when the probe triggered.
      now the g30 works normal.
      thanks David for the advice.

      but now i have problem with sensitivity of probe, i have to tap the table up when it touch the head to triggered it.
      I have adjust the sensitivy of the probe right.

      any advice
      thank you

    • arfhndundefined

      Duet wifi can,t be accest

      Firmware installation
      • • • arfhnd
      5
      0
      Votes
      5
      Posts
      848
      Views

      arfhndundefined

      hi David

      1 .Important! On a CoreXY machine, if upgrading from a version prior to 1.19beta9, you need to reverse the Y motor direction in the M569 command. Similarly for CoreXYU machines.

      sorry about that, I thought exchange connector x to y in duet board,, because there is a tab connector in duet board and the motor and cannot be reverse. I have to cut the cable near y motor and use dupont connector, so i can reverse the y motor. now it work , but still printing mirror for the object, but it,s okay.

      2. The contents of DuetWebControl-1.19.zip, extracted into the /www folder. Existing versions of DWC won't let you upload a file called DuetWebControl*.zip to a Duet WiFi, so you will either have to do this on a PC, or you can rename it to e.g. DWC.zip and then it should upload. If there is a /www folder already on the SD card, I recommend you delete it and create a new one

      I already doing that, my fault is, I unzip the file direct to /www in sd card, so it create subfolder. and duet cannot read subfolder in /www sd card. my solution is unzip the file in hardisk, then the copy and paste the file only to folder /wwww in sd card and it works.

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

      M552 S0
      G4 P1000
      M587 S"your-network-ssid" P"your-network-password"

      I cannot make this file in notepad ++, because when I save there are format txt or else . and duet cannot read txt or any format.
      So i open the existing file in macro with notepad++, delete the existing txt and copy, paste and edit it. then save. And then rename it SetNetwork. and its work

      4. 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.

      At first , my duet cannot detect the access point. then I try to reboot and set name same to setnetwork in my modem and router. now my duet can detect it and give me the ip.

      that's my experience upgrade the firmware 1.19.
      if there are something wrong in my experience, please advice.

      thank you

      arif