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

    William

    @William

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

    William Unfollow Follow

    Best posts made by William

    • RE: FTP transfer problem

      And if your on a mac.

      • Tab Charset - Force UTF-8
      posted in Firmware installation
      Williamundefined
      William

    Latest posts made by William

    • RE: PrusaSlicer cannot upload to DWC 2.04/RRF 3

      On my Mac, the only way I can get slic3r to upload g-code is to have DWC opened in the background.

      posted in Duet Web Control
      Williamundefined
      William
    • RE: Z-vobble or PA defects?

      I had that problem when I used Pursaslicer 2.1 and 2.2. Switching to Slic3r 1.3 reduced the issue.
      Don't know why, all the settings were the same, even exported imported the .ini settings between slicers, no change. PA was .05 on both
      Wish I could figure it out, I really like the Pursaslicer.

      2020-04-15-1.jpg

      posted in Tuning and tweaking
      Williamundefined
      William
    • RE: Anyone Know any Filament suppliers that arent delayed shipping?

      Paramount Filaments, free shipping, decent color selection. They ship USPS from California.

      posted in 3D Printing General Chat
      Williamundefined
      William
    • RE: FTP transfer problem

      And if your on a mac.

      • Tab Charset - Force UTF-8
      posted in Firmware installation
      Williamundefined
      William
    • RE: Maestro Network startup

      Splitting out the single line code M552 from;
      M552 P192.168.0.75 S1 ; enable network and set IP address
      to
      M552 S1 ; enable network
      M552 P192.168.0.75 ; set IP address

      Solved it for for me. Thanks for the pointer bearer!

      posted in Duet Web Control
      Williamundefined
      William
    • RE: Maestro Network startup

      @bearer said in Maestro Network startup:

      M552
      I'll give it a try.

      M552
      Network is enabled, configured IP address: 192.168.0.75, actual IP address: 192.168.0.75.

      posted in Duet Web Control
      Williamundefined
      William
    • Maestro Network startup

      Hoping that someone has run across a network startup fix, searched the forum, a lot of can't connect to DWC but no mention of a specific network issue.

      Initial power on will not give me a network connection. Only a quick power cycle will light up the network interface leds on the Maestro and my network switch, then everything works fine.
      It's seems like the network interface does not initialize from a cold startup.

      I'm using a static IP. M98 Pconfig.g gives no errors.

      Any pointers would be appreciated.
      Thanks..

      Firmware Electronics: Duet Maestro 1.0
      Firmware Version: 2.05.1 (2020-02-09b1)
      Web Interface Version: 1.22.6

      ; Configuration file for Duet Maestro (firmware version 2.03)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri Mar 13 2020 15:11:23 GMT-0700 (Pacific Daylight Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"TEST1" ; set printer name

      ; Network
      M552 P192.168.0.75 S1 ; enable network and set IP address
      M553 P255.255.255.0 ; set netmask
      M554 P192.168.0.26 ; set gateway
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      posted in Duet Web Control
      Williamundefined
      William