• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

[3.3-rc1] Strange error on PanelDue

Scheduled Pinned Locked Moved
Beta Firmware
2
5
284
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undefined
    PaulHew
    last edited by 2 May 2021, 01:51

    Since upgrading to 3.3-rc1 I get an error on my console.

    20210502_024538.jpg

    Was not there running the 3.3 b3

    Regards,
    Paul.

    RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
    Voron 2.4 disassembled..... Waiting for the RailCore Mini....

    undefined 1 Reply Last reply 2 May 2021, 09:15 Reply Quote 0
    • undefined
      dc42 administrators @PaulHew
      last edited by 2 May 2021, 09:15

      @paulhew do you get this message frequently? Or once on start up? If you get it frequently, does anything in particular trigger it?

      Please post your config.g file.

      Duet WiFi hardware designer and firmware engineer
      Please do not ask me for Duet support via PM or email, use the forum
      http://www.escher3d.com, https://miscsolutions.wordpress.com

      undefined 1 Reply Last reply 2 May 2021, 09:39 Reply Quote 0
      • undefined
        PaulHew @dc42
        last edited by 2 May 2021, 09:39

        @dc42 As requested

        ; General preferences
        G90 ; send absolute coordinates...
        M83 ; ...but relative extruder moves
        M550 P"RailCoreII" ; set printer name
        M669 K1 ; select CoreXY mode
        G4 S1 ; wait for expansion boards to start
        ; Drives
        M569 P0.0 S1 ; X Axis - physical drive 0.0 goes forwards
        M569 P0.1 S0 ; Y Axis - physical drive 0.1 goes backwards
        M569 P0.2 S1 ; Left Front physical drive 0.2 goes forwards
        M569 P0.3 S1 ; Left Rear physical drive 0.3 goes forwards
        M569 P0.4 S1 ; Right physical drive 0.4 goes forwards
        M569 P20.0 S0 ; Extruder - physical drive 20.0 goes forwards
        M584 X0.0 Y0.1 Z0.2:0.3:0.4 E20.0 ; set drive mapping
        ;
        M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
        ;
        M92 X200.00 Y200.00 ; set steps per mm
        M92 Z1600 ; set steps per mm Z Axis
        M92 E412 ; set steps per mm Extruder
        ;
        M566 X600.00 Y600.00 Z200.00 E3600.00 ; set maximum instantaneous speed changes (mm/min)
        M203 X18000.00 Y18000.00 Z900.00 E3600.00 ; set maximum speeds (mm/min)
        M201 X1500.00 Y1500.00 Z250.00 E1500.00 ; set accelerations (mm/s^2)
        M906 X1280 Y1280 Z1220 E700 I30 ; set motor currents (mA) and motor idle factor in per cent
        M84 S30 ; Set idle timeout
        ; Leadscrew locations
        ;New 4-2-21
        M671 X-1:-1:350 Y24:281:151 S7.5
        ; Axis Limits
        ;M208 X0 Y0 Z0 S1 ; set axis minima
        ;M208 X230 Y300 Z400 S0 ; set axis maxima
        M208 X-10:300 Y0:300 Z-0.5:500 S0
        ; Endstops
        M574 X1 S1 P"io5.in" ; configure active-high endstop for low end on X via pin io5.in
        M574 Y1 S1 P"20.io2.in" ; configure active-high endstop for low end on Y via pin 20.io1.in
        ; Z-Probe - ToolBoard 1LC
        M950 S0 C"20.io0.out" ; create servo pin 0 for BLTouch
        M558 P9 C"^20.io0.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
        G31 P500 X-7 Y35 Z0.904 ; set Z probe trigger value, offset and trigger height
        ;M557 X15:215 Y15:195 S20 ; define mesh grid
        M557 X30:280 Y45:280 S20
        ; Z-Probe - Using io_1
        ;M950 S0 C"io1.out" ; create servo pin 0 for BLTouch
        ;M558 P9 C"^io1.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
        ;G31 P500 X-7 Y35 Z2.5 ; set Z probe trigger value, offset and trigger height
        ;M557 X15:215 Y15:195 S20 ; define mesh grid
        ; Heaters
        M308 S0 P"temp0" Y"thermistor" A"Heated Bed" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
        M950 H0 C"out0" T0 ; create bed heater output on out1 and map it to sensor 0
        ;M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
        M307 H0 R0.853 C250.9 D5.98 S0.60 ; tuned to 50degrees - 28/3/21
        M140 H0 ; map heated bed to heater 0
        M143 H0 S120 ; set temperature limit for heater 0 to 120C
        M308 S1 P"20.temp0" Y"thermistor" A"Mosquito" T500000 B4723 C1.19622e-7; configure sensor 1 as thermistor on pin 20.temp0
        M950 H1 C"20.out0" T1 ; create nozzle heater output on 20.out0 and map it to sensor 1
        ;M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
        M143 H1 S280 ; set temperature limit for heater 1 to 280C
        ;M307 H1 R1.632 C237.7 D6.86 S1.00 V24.2
        M307 H1 B0 R1.480 C221.2:201.5 D7.80 S1.00 V24.0
        ; Other Thermistors
        M308 S2 P"temp1" Y"thermistor" A"Bed-Top" T100000 B4138 ; configure sensor 0 as thermistor on pin temp0
        M308 S3 P"20.temp1" Y"thermistor" A"Chamber" T100000 B4138
        ; Fans
        M950 F0 C"20.out1+out1.tach" Q500 ; create fan 0 on pin 20.out1 and set its frequency
        M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
        M950 F1 C"20.out2" Q500 ; create fan 1 on pin 20.out2 and set its frequency
        M106 P1 S1 H1 T50 ; set fan 1 value. Thermostatic control is turned on
        ; Tools
        M563 P0 D0 H1 F0 ; define tool 0
        G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
        G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
        ;Lights
        M950 F10 C"out1"
        M106 P10 S0 H-1 C"Front Lights"
        M106 P10 S1
        M150 X1 Q3000000 ; Configure NeoPixel channel
        M150 R000 b000 u000 P128 S60 ; Turn them all off if on
        ; Custom settings are not defined
        ; Miscellaneous
        M575 P1 S1 B57600 ; enable support for PanelDue
        T0 ; select first hot end

        Regards
        Paul

        RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
        Voron 2.4 disassembled..... Waiting for the RailCore Mini....

        undefined 1 Reply Last reply 2 May 2021, 09:45 Reply Quote 0
        • undefined
          PaulHew @PaulHew
          last edited by 2 May 2021, 09:45

          Does not happen when printer is booted from power off
          Duet Mini 5+ and SBC

          Saw it when it started a print, will see if the error comes up again.

          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

          1 Reply Last reply Reply Quote 0
          • undefined
            PaulHew
            last edited by 2 May 2021, 10:41

            Just homed the printer, bed was about 150mm down, XY ok and after Z a new message appeared on the PanelDue.
            20210502_113521.jpg

            m122
            === Diagnostics ===
            RepRapFirmware for Duet 3 Mini 5+ version 3.3RC1 (2021-05-01 09:59:28) running on Duet 3 Mini5plus Ethernet (SBC mode)
            Board ID: A45XG-F396U-D65J0-40KML-1F03Z-H03XP
            m122 b20
            Diagnostics for board 20:
            Duet TOOL1LC firmware version 3.3beta2+1 (2021-04-07 10:51:19)
            Bootloader ID: SAMC21 bootloader version 2.3 (2021-01-26b1)

            Regards,

            Paul

            RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
            Voron 2.4 disassembled..... Waiting for the RailCore Mini....

            1 Reply Last reply Reply Quote 0
            5 out of 5
            • First post
              5/5
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA