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

Posts made by mule

  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    @dc42 I can confirm that the new firmware fixes the issues. Many thanks for the quick fix!

    posted in Beta Firmware
    undefined
    mule
    26 Feb 2024, 21:58
  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    I just activated debugging via M111 P3 S1 and it showed the M409 gcodes being sent from the Arduino. But the Arduino gets no response from the duet.

    posted in Beta Firmware
    undefined
    mule
    25 Feb 2024, 17:59
  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    @dc42 I can confirm that with V3.5RC3 PanelDue stopped working on IO1. Very weird.

    posted in Beta Firmware
    undefined
    mule
    24 Feb 2024, 08:01
  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    @dc42 I am using the Arduino Nano in order to get the printer status, print progess, heater status and temperature in order to display it including animations via Neopixels. Therefore I send different M409 (.e.g. M409 K"state.status) to the duet3.
    The issue with V3.5.x is that the Arduino Nano not even get a single byte of response via UART after sending the M409.
    Is there a way to see if the duet3 receives the M409 at all? Or do you already have an idea which change between V3.4.x and V3.5.x could cause this different behaviour?

    posted in Beta Firmware
    undefined
    mule
    23 Feb 2024, 15:50
  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    @dc42 @jay_s_uk I tested it with 3.5Beta1, 3.5RC1, 3.5RC2 and 3.5RC3. None of these versions did work.
    On the Arduino Serial.available() always returns 0 with these firmware versions.

    I now did another test with IO0 and it has the same issue (although a panel due connected to IO0 is working fine). I therefore edited the topic. With 3.4.6 IO0 works flawlessly too with the Arduino Nano.

    What I do not know yet is, if it is only an issue receiving anything from the duet board or if there is also an issue sending anything to the duet board from the Arduino Nano. Is there any way to see what the duet receives via the UART ports?

    Regarding config via M575 I am using:
    M575 P1 B57600 S1
    M575 P2 B57600 S1

    I did also try M575 P2 B57600 S2 but it did not change the behaviour.

    posted in Beta Firmware
    undefined
    mule
    23 Feb 2024, 10:42
  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    @mule Just begin testing and it already stopped working with V3.5-Beta1

    posted in Beta Firmware
    undefined
    mule
    23 Feb 2024, 07:15
  • RE: UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    @Phaedrux If I remember correctly the first tests I did was with Beta 4. On the coming weekend I am going to find out since which version the issue exists.

    posted in Beta Firmware
    undefined
    mule
    22 Feb 2024, 22:44
  • UART on IO0/IO1 not working since V3.5.x using an Arduino Nano

    I am using a Duet3 6HC V1.0. Since I upgraded from V3.4.6 to V3.5.x I am getting no response via UART using an Arduino Nano connected to IO1.
    Going back to V3.4.6 again solves the issue.

    posted in Beta Firmware
    undefined
    mule
    22 Feb 2024, 18:18
  • RE: [3.5.0-rc.1] duet web control loosing connection

    @chrishamm It is an 6HC

    Maybe it has something to do with the following:
    I am using the duet hardware on a BLV mgn printer with an arduino which polls (M409 K"job" and M409 F"d99f") the duet via serial port in order to get the hotend temperature, bed temperature and printer status to show them via neopixels. The polling frequence is set to 3 seconds. Using this since ages now.

    posted in Beta Firmware
    undefined
    mule
    2 Sept 2023, 07:28
  • RE: [3.5.0-rc.1] duet web control loosing connection

    @chrishamm Only one session has been open

    posted in Beta Firmware
    undefined
    mule
    2 Sept 2023, 07:19
  • [3.5.0-rc.1] duet web control loosing connection

    I just installed 3.5.0-rc.1 and duet web control is loosing its connection every 3 to 5 seconds. I tried it with Firefox and Chrome and it happens on both. Downgrading to 3.4.6 did solve the issue.
    I remember that this also had happended after I tried 3.5.0-Beta4 some time ago but sadly had no time for further investigation.

    After updating only the main- and toolboard firmware and letting DWC 3.4.6 untouched showed no resets.

    The browser console of chrome shows the following messages while DWC is loosing its connection:

    PollConnector.ts:265     GET http://192.168.178.160/rr_model?flags=d99fn 503 (Service Unavailable)
    (anonymous) @ PollConnector.ts:265
    request @ PollConnector.ts:168
    updateLoop @ PollConnector.ts:521
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    PollConnector.ts:265     GET http://192.168.178.160/rr_model?flags=d99fn 503 (Service Unavailable)
    (anonymous) @ PollConnector.ts:265
    request @ PollConnector.ts:168
    (anonymous) @ PollConnector.ts:217
    Promise.then (async)
    ce.onload @ PollConnector.ts:215
    load (async)
    (anonymous) @ PollConnector.ts:169
    request @ PollConnector.ts:168
    updateLoop @ PollConnector.ts:521
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    PollConnector.ts:265     GET http://192.168.178.160/rr_model?flags=d99fn 503 (Service Unavailable)
    (anonymous) @ PollConnector.ts:265
    request @ PollConnector.ts:168
    (anonymous) @ PollConnector.ts:225
    setTimeout (async)
    ce.onload @ PollConnector.ts:224
    load (async)
    (anonymous) @ PollConnector.ts:169
    request @ PollConnector.ts:168
    (anonymous) @ PollConnector.ts:217
    Promise.then (async)
    ce.onload @ PollConnector.ts:215
    load (async)
    (anonymous) @ PollConnector.ts:169
    request @ PollConnector.ts:168
    updateLoop @ PollConnector.ts:521
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    index.ts:999 Error: Operation failed (Reason: Service Unavailable)
        at new ExtendableBuiltin (app.1a9e8c80.js:306:363023)
        at new NetworkError (errors.ts:24:3)
        at new OperationFailedError (errors.ts:50:3)
        at ce.onload (PollConnector.ts:231:14)
    onConnectionError @ index.ts:999
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    reconnect @ PollConnector.ts:390
    await in reconnect (async)
    reconnect @ index.ts:218
    await in reconnect (async)
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ index.ts:248
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    se.dispatch @ vuex.esm.js:779
    onConnectionError @ index.ts:1013
    wrappedActionHandler @ vuex.esm.js:851
    dispatch @ vuex.esm.js:516
    boundDispatch @ vuex.esm.js:406
    onConnectionError @ BaseConnector.ts:184
    doUpdate @ PollConnector.ts:783
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    await in updateLoop (async)
    doUpdate @ PollConnector.ts:781
    setTimeout (async)
    scheduleUpdate @ PollConnector.ts:303
    updateLoop @ PollConnector.ts:644
    PollConnector.ts:265     GET http://192.168.178.160/rr_model?key=inputs&flags=d99vn 503 (Service Unavailable)```
    posted in Beta Firmware
    undefined
    mule
    1 Sept 2023, 21:05
  • RE: 3.5 B3 Toolboard stepper intermittently running backwards

    @OwenD It is not a defective driver, because if downgrading the firmware to v3.4 everything is working fine again.

    posted in Beta Firmware
    undefined
    mule
    2 May 2023, 05:49
  • RE: 3.5 B3 Toolboard stepper intermittently running backwards

    @gloomyandy Sorry, of course you're right. Please find attached the the config.g and the macro (PrintStart.txt) including the code for printing the purge line:
    config.g
    PrintStart.txt

    posted in Beta Firmware
    undefined
    mule
    1 May 2023, 22:40
  • RE: 3.5 B3 Toolboard stepper intermittently running backwards

    @gloomyandy
    Some of my findings:
    Nr. 1: The purge line is not being completed because the extruder runs backwards after printing about half of the line
    Nr. 2: Line is not being printed because the extruder runs backwards
    Nr. 3: The extruder motor stands still and neither moves forward nor backwards. Therefore no filament is being extruded until the end of the whole print job.

    Findings: There is not only an issue with retracting instead of extruding but also with a complete stop of the extruder motor. Looking at Nr. 1 and Nr.2 it seems to me that the extruder runs backwards whenever the y axis is moving from the front to the back (Y increases).

    Hopefully this helps.

    Beta3 - Extruder Issues.jpg

    posted in Beta Firmware
    undefined
    mule
    1 May 2023, 22:08
  • RE: 3.5 B3 Toolboard stepper intermittently running backwards

    I am having the same issue withe B3: When trying to print a test for measuring pressure advance the filament gets retracted so far that it even leaves the extruder gears after printing some lines. It is always happening at the same position when trying to print the following gcode:pa_pattern.gcode

    posted in Beta Firmware
    undefined
    mule
    1 May 2023, 15:53
  • RE: DuetWifi 2 and LIS3DH wiring

    For me it did not work to connect +3.3V from duet to the output of the adafruit board. Maybe there are different boards with different layouts being sold by adafruit?

    posted in Duet Hardware and wiring
    undefined
    mule
    30 Aug 2021, 11:32
  • RE: DuetWifi 2 and LIS3DH wiring

    Just a quick info:
    The picture of the adafruit LIS3DH on https://duet3d.dozuki.com/Wiki/Accelerometers is misleading because the V3.3 from the duet is connected to 3Vo (Output) instead of the VIN (Input) pin. Maybe it is better to remove it.

    posted in Duet Hardware and wiring
    undefined
    mule
    30 Aug 2021, 11:05
  • RE: Bed fuse blown

    Thanks for the quick reply. Going to get a 20A fusion.

    posted in Duet Hardware and wiring
    undefined
    mule
    30 Sept 2019, 20:53
  • Bed fuse blown

    Maybe a dumb question: I am using a Keenovo bed heater which is rated at 17A. Now my bed fuse has blown.
    What I do not understand: The bed heater connector is rated at 18A, but the bed fuse only at 15A?!
    So the max is 15A for the bed heater and not 18A, right? But why is the connector rated at 18A?

    posted in Duet Hardware and wiring
    undefined
    mule
    30 Sept 2019, 20:12
Unless otherwise noted, all forum content is licensed under CC-BY-SA