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

    Cactacae

    @Cactacae

    Ender-3 with Bondtech BMG, E3D V6 and DuetWifi.
    Just starting to build a RailCore II ZL

    1
    Reputation
    1
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Northern California

    Cactacae Unfollow Follow

    Best posts made by Cactacae

    • RE: Duet Ethernet web control suddenly stopped connecting

      I'm having a very similar issue with the Maestro running 2.01. It pings and telnet works, but http is intermittent. Some times it works on power-on and sometimes it doesn't.
      M122 reports that http is enabled and doesn't seem to report anything unusual.

      posted in Duet Hardware and wiring
      Cactacaeundefined
      Cactacae

    Latest posts made by Cactacae

    • RE: Duet Ethernet web control suddenly stopped connecting

      I'm having a very similar issue with the Maestro running 2.01. It pings and telnet works, but http is intermittent. Some times it works on power-on and sometimes it doesn't.
      M122 reports that http is enabled and doesn't seem to report anything unusual.

      posted in Duet Hardware and wiring
      Cactacaeundefined
      Cactacae
    • RE: Low thermistor temps on Maestro

      Perfect! That was it!

      Thanks so much, I thought I had read the Thermistor section on the wiki thoroughly but obviously missed that.

      Walter...

      posted in Duet Hardware and wiring
      Cactacaeundefined
      Cactacae
    • Low thermistor temps on Maestro

      I swapped out my DuetWifi for a Duet Maestro (using the DuetWifi for the RailCore II I'm building) and am seeing consistently lower temperature readings on the hotend and bed thermistor. At 25C room temp the Maestro reads at 9.8-10C. Same config.g, thermistors, cables, connectors and power supply. The temps seemed generally accurate before with the DuetWifi.

      I've double checked that the thermistor resistance is in the 100k range and Maestro seems to ignore the M305 H parameter.

      Any thing else I should be checking?

      Thanks much,

      Walter...

      posted in Duet Hardware and wiring
      Cactacaeundefined
      Cactacae
    • RE: Layer shift and M122 Questions

      @dc42 Thanks for the info. I'll keep an eye out for LaErrors and will start capturing Move debugs if they reoccur.

      posted in General Discussion
      Cactacaeundefined
      Cactacae
    • Layer shift and M122 Questions

      I've had a couple prints fail with what appears (with my limited knowledge) to be layer shift and/or extrusion problems.
      Haven't eliminated the possibility that a cable isn't binding, and I wasn't around to see it go wrong, but was reviewing the output of M122 after the fact.

      Was curious what LaErrors refers to?

      M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 2.01(RTOS) running on Duet WiFi 1.02 or later
      Board ID: 08DGM-956GU-DJMSJ-6J9D0-3S86J-KBPHG
      Used output buffers: 3 of 20 (11 max)
      === RTOS ===
      Static ram: 28476
      Dynamic ram: 96248 of which 0 recycled
      Exception stack ram used: 468
      Never used ram: 5880
      Tasks: NETWORK(ready,328) HEAT(blocked,1248) MAIN(running,3484)
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 10:12:56 ago, cause: power up
      Last software reset time unknown, reason: User, spinning module GCodes, available RAM 6044 bytes (slot 1)
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
      Error status: 16
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest block write time: 429.5ms, max retries 0
      MCU temperature: min 39.2, current 45.7, max 52.9
      Supply voltage: min 24.1, current 24.5, max 24.9, under voltage events: 0, over voltage events: 0
      Driver 0: standstill, SG min/max 0/199
      Driver 1: standstill, SG min/max 0/177
      Driver 2: standstill, SG min/max 0/203
      Driver 3: standstill, SG min/max 0/1023
      Driver 4: standstill, SG min/max not available
      Date/time: 2018-08-12 09:24:04
      Slowest loop: 114.34ms; fastest: 0.07ms
      === Move ===
      Hiccups: 0, StepErrors: 0, LaErrors: 2, FreeDm: 240, MinFreeDm: 150, MaxWait: 150265ms, Underruns: 0, 0
      Scheduled moves: 0, completed moves: 0
      Bed compensation in use: none
      Bed probe heights: 0.000 0.000 0.000 0.000 0.000
      === Heat ===
      Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
      Heater 0 is on, I-accum = 0.3
      Heater 1 is on, I-accum = 0.7
      === GCodes ===
      Segments left: 0
      Stack records: 2 allocated, 0 in use
      Movement lock held by null
      http is idle in state(s) 0
      telnet is idle in state(s) 0
      file is idle in state(s) 0
      serial is idle in state(s) 0
      aux is idle in state(s) 0
      daemon is idle in state(s) 0
      queue is idle in state(s) 0
      autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 431.43ms; fastest: 0.01ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
      HTTP sessions: 1 of 8

      • WiFi -
        Network state is running
        WiFi module is connected to access point
        Failed messages: pending 0, notready 0, noresp 0
        WiFi firmware version 1.21
        WiFi MAC address 5c:cf:7f:76:73:57
        WiFi Vcc 3.34, reset reason Turned on by main processor
        WiFi flash size 4194304, free heap 15376
        WiFi IP address 192.168.1.30
        WiFi signal strength -52dBm, reconnections 0, sleep mode modem
        Socket states: 0 0 0 0 0 0 0 0
        === Expansion ===

      Thanks!

      Walter...

      posted in General Discussion
      Cactacaeundefined
      Cactacae