Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Anvil
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 72
    • Best 4
    • Controversial 0
    • Groups 0

    Anvil

    @Anvil

    6
    Reputation
    1
    Profile views
    72
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Anvil Unfollow Follow

    Best posts made by Anvil

    • RE: SOLVED - Heater Temp not increasing after initial test.

      @phaedrux

      Ok so I was just starting to feel like it may somehow be a bad heater core and I plugged in a new rapido hotend just to at least rule it out. And it worked!!

      No idea if it sent it to the moon on initial test and burned the heater core out or something but It appears to have just been the heater itself!
      Sheesh!

      posted in General Discussion
      Anvilundefined
      Anvil
    • RE: Hotend fan issue.

      @phaedrux your a wizard man. totally a wire in the drag chain... as soon as the hotend moves to the far side of the bed the wire for the fan is bent and when it straightens out in the chain it comes back on. Thanks!

      posted in Firmware installation
      Anvilundefined
      Anvil
    • RE: Duet2 wifi setting bl touch z offset help.

      0:/sys/config.g
      ; Configuration file for Duet WiFi (firmware version 2.03)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.0.3 on Fri Sep 13 2019 00:35:32 GMT+0100 (British Summer Time)

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

      ; Network
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S1 ; enable FTP
      M586 P2 S1 ; enable Telnet

      ; Drives
      M569 P0 S1 ; physical drive 0 goes forwards
      M569 P1 S1 ; physical drive 1 goes forwards
      M569 P2 S0 ; physical drive 2 goes backwards
      M569 P3 S0 ; physical drive 3 goes backwards
      M584 X0 Y1 Z2 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X80.40 Y80.00 Z796.01 E274.64 ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z300.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E900 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; Axis Limits
      M208 X-5.5 Y0 Z0 S1 ; set axis minima
      M208 X350 Y350 Z400 S0 ; set axis maxima

      ; Endstops
      M574 X1 Y1 S1 ; set active high endstops

      ; Z-Probe
      M574 Z1 S2 ; set endstops controlled by probe
      M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
      M558 P9 H2.5 F180 T6000 ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X45 Y-3 Z2.14 ; set Z probe trigger value, offset and trigger height
      M557 X0:305 Y0:315 S25 ; define mesh grid

      ; Heaters
      M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
      M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
      M143 H1 S280 ; set temperature limit for heater 1 to 280C

      ; Fans
      M106 P0 S1 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. 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

      ; Custom settings
      M591 D0 P2 C3 S1 ; Filament Run out sensor
      G29 S1 ; Load mesh bed

      ; Miscellaneous
      M501 ; load saved parameters from non-volatile memory
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

      Ender 5 Plus
      Send code...
      Status
      Idle
      Tool Position
      X
      15.0
      Y
      15.0
      Z
      2.50
      Extruder Drives
      Drive 0
      0.0
      Speeds
      Requested Speed
      0 mm/s
      Top Speed
      0 mm/s
      Sensors
      Vin
      24.1 V
      MCU Temperature
      30.8 C
      Fan RPM
      0
      Z-Probe
      0
      Tools
      Extra
      Control All
      Tool Heater Current Active Standby
      Tool 0
      T0 - Load Filament Heater 1
      off 25.1 C
      0
      0
      Bed Heater 0
      off 25.0 C
      0
      0
      Temperature Chart
      System Directory

      posted in General Discussion
      Anvilundefined
      Anvil
    • RE: Newbie. wifi connection issues with duet 2

      Ok so for ATT users not familiar with networking settings.... in your IP gateway the option for advanced settings is a small blue link at the top of the home network/ wifi page. And thats where you can separate the 2.4 and 5 ghz bands with separate ssid names.

      Worked finally! Separating the bands into two separate networks was the key.

      posted in Firmware installation
      Anvilundefined
      Anvil

    Latest posts made by Anvil

    • RE: Whats wrong with my end gcode?

      @fcwilt so in the slicer end gcode I would put

      M98 P"stop.g" to call it up?

      Or is that redundant because it already seems to be doing it after my slicer end gcode?

      which brings up another question... why is it also running the stop.g after my slicer end gcode?

      posted in Tuning and tweaking
      Anvilundefined
      Anvil
    • RE: Whats wrong with my end gcode?

      @jay_s_uk ahhhhh. I didnt realize that stop.g would happen after the custom end gcode in my slicer... So should I just replace my stop system file with my slicer end gcode and not use the slicer one at all?

      posted in Tuning and tweaking
      Anvilundefined
      Anvil
    • RE: Whats wrong with my end gcode?

      @jay_s_uk I do...

      G91
      G0 Z10
      G90
      
      ; move print bed out from under heater in case of heater fault and to present the print
      G0 X{move.axes[0].min}
      
      ; disable heaters
      
      M568 P0 A0
      M140 S0
      
      ; disable part cooling fan
      
      M106 S0
      
      
      posted in Tuning and tweaking
      Anvilundefined
      Anvil
    • Whats wrong with my end gcode?

      Hi! I have a ratrig vcore 3.1 500 and I've been tweaking my start and end gcode. I'm alright with gcode and tweaks and making myself some quality of life macros... but I'm stumped on this. probably something silly.

      I keep getting this error.

      duet print end code error.jpg

      this is my end gcode

      duet print end gcode .jpg

      config if needed.

      ; General preferences
      G90                                     ; send absolute coordinates...
      M83                                     ; ...but relative extruder moves
      M550 P"----RATRIG"                         ; set printer name
      M669 K1                                 ; CoreXY
      G21                                     ; Set Units to Millimeters
      
      ; Network
      M552 S1                                 ; enable network
      M586 P0 S1                              ; enable HTTP
      M586 P1 S0                              ; disable FTP
      M586 P2 S0                              ; disable Telnet
      
      ; Drives
      M569 P0.0 S1                            ; physical drive 0.0 goes forwards
      M569 P0.1 S1                            ; physical drive 0.1 goes forwards
      M569 P0.2 S1                            ; physical drive 0.2 goes forwards
      M569 P0.3 S1                            ; physical drive 0.3 goes forwards
      M569 P0.4 S1                            ; physical drive 0.4 goes forwards
      M569 P0.5 S1                            ; physical drive 0.5 goes forwards
      M584 X0.3 Y0.4 Z0.0:0.1:0.2 E0.5        ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                 ; configure microstepping with interpolation
      
      M92 X80 Y80 Z807.07                     ; set steps per mm
      M906 X1600 Y1600 Z1600 I30              ; set motor currents (mA) and motor idle factor in per cent -- safe for Duet 3 mini 5+
      M84 S30                                 ; Set idle timeout
      
      M566 X400.00 Y400.00 Z6.00 E300 P1             ; set maximum instantaneous speed changes (mm/min)
      M203 X10800.00 Y10800.00 Z1000.00 E7200        ; set maximum speeds (mm/min)
      M201 X6500.00 Y6500.00 Z100.00 E10000          ; set accelerations (mm/s^2)
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                               ; set axis minima
      M208 X510 Y500 Z450 S0                         ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"io0.in"                           ; configure active low endstops
      M574 Y2 S1 P"io1.in"                           ; configure active high endstops
      
      M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5       ; define positions of Z leadscrews or bed levelling screws
      M557 X50:450 Y50:450 P6                        ; define 5x5 mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed"    ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 Q11                                 ; create bed heater output on out5 and map it to sensor 0, lower switching frequency to 11Hz
      M307 H0 B0 S1.00                                       ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                                ; map heated bed to heater 0
      M143 H0 S120                                           ; set temperature limit for heater 0 to 110C
      
      ;; Run Bed PID Tune!! Below is an example for a 300x300 bed
       M307 H0 R0.366 K0.216:0.000 D8.44 E1.35 S1.00 B0
      
      ; Fans
      M950 F0 C"out5" Q500                   ; create fan 0 on pin out5 and set its frequency
      M106 P0 C"Layer Fan" S0 H-1            ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"out3" Q500                   ; create fan 1 on pin out3 and set its frequency
      M106 P1 C"Hotend Fan" S0 H1 T45        ; set fan 1 name and value. Thermostatic control turned on for Hotend
      M950 F2 C"out6" Q500                   ; create fan 2 on pin out6 and set its frequency
      M106 P2 C"Layer Fan 2" S0 H-1          ; set fan 0 name and value. Thermostatic control is turned off
      
      ; Tools
      M563 P0 D0 H1 F0:2         ; 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
      
      M950 H1 C"out1" T1         ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00           ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S300               ; set the maximum temperature in C for heater
      
      ; EVA 2 / ORBITER2.0 / RAPIDO
      
      M92 E687.57       ; set extruder steps per mm, 0.9 angle/step (POLYLITEPLAPRO)
      ;M92 E662.40      ; set extruder steps per mm, 0.9 angle/step (3DXTCFABS)
      M906 E1200 I10    ; set extruder motor current (mA) and idle factor in per cent
      
      M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as 104NT on pin temp1
      ;M308 S1 P"temp1" Y"pt1000"                           ; configure sensor 1 as PT1000 on pin temp1 
      ;; Run Heater PID Tune!! 
      M307 H1 R4.558 K0.565:0.162 D5.19 E1.35 S1.00 B0 V24.0
      
      ;BTT Smart Filament Sensor
      M591 D0 P7 C"io5.in" L7.0 R20:180 E22 S1
      ;M80 C"!io5.out" ; allocates the pin and sets the pin in the power on state.
      ;M81 C"io5.out" ; allocate the PS_ON pin to power control but leave power off
      M591 D0 ; display filament sensor parameters for extruder drive 0
      
      ; Z-Probe
      ;; Inductive Probe
      ; M558 P5 C"!io3.in" H5 F400 T5000       ; set Z probe type to unmodulated and the dive height + speeds
      ; G31 P500 X-30 Y-15 Z0.20               ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      ;; BLTouch
      M950 S0 C"io2.out"                     ; Create a servo pin on io2
      M558 P9 C"io2.in" H5 F240 T10800 A5    ; set Z probe type to unmodulated and the dive height + speeds
      G31 P25 X-28.00 Y-13.00 Z3.624         ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      
      ; Select default tool
      T0
      
      ; SKEW ADJUSTMENT
      M556 S100 X0.829 Y0.346 Z0.192
      
      
      ; AXIS SCALING
      M579 X1.00 Y1.00
      
      
      ; Pressure Advance
      ; PP HTCF PLA
      ;M572 D0 S0.015
      ; POLYLITE PLA PRO
      M572 D0 S0.015
      
      M501
      
      posted in Tuning and tweaking
      Anvilundefined
      Anvil
    • Pausing when sequence printing.

      So when printing models one at a time is there a way to make sure the pause location clears the tallest completed part? Or is it just easier to set the pause location accordingly?

      and if thats the case is there a way to have custom gcode in start files that can comment out current pause location and uncomment the sequence location? Or is that just something i would have to do manually in the system files before printing?

      posted in General Discussion
      Anvilundefined
      Anvil
    • vcore 3.1 motor stalling.

      Hello, So im commissioning my ratrig build for the first time and Im having an issue with one of the xy motors. I'm unsure if 'stalling" is the proper term for the issue but it just makes a horrendous noise and doesn't move the printhead in its diagonal direction when I individually command the motor for "Y". When i test the "X" motor it moves nice and smooth. Ive switched the motor mapping in the config and the issue swaps to the "x" diagonal direction. This is my first corexy build so im not sure how to properly troubleshoot this issue. Ive tried googling for a solution but im not having much luck. Any help would be much appreciated!

      config to see if im overlooking something.

      ; General preferences
      G90                                     ; send absolute coordinates...
      M83                                     ; ...but relative extruder moves
      M550 P"IWS RATRIG"                         ; set printer name
      M669 K1                                 ; CoreXY
      G21                                     ; Set Units to Millimeters
      
      ; Network
      M552 S1                                 ; enable network
      M586 P0 S1                              ; enable HTTP
      M586 P1 S0                              ; disable FTP
      M586 P2 S0                              ; disable Telnet
      
      ; Drives
      M569 P0.0 S1                            ; physical drive 0.0 goes forwards
      M569 P0.1 S1                            ; physical drive 0.1 goes forwards
      M569 P0.2 S1                            ; physical drive 0.2 goes forwards
      M569 P0.3 S0                            ; physical drive 0.3 goes backwards
      M569 P0.4 S0                            ; physical drive 0.4 goes backwards
      M569 P0.5 S1                            ; physical drive 0.5 goes forwards
      M584 X0.4 Y0.3 Z0.0:0.1:0.2 E0.5        ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                 ; configure microstepping with interpolation
      
      M92 X80.00 Y80.00 Z800.00               ; set steps per mm
      M906 X1600 Y1600 Z1600 I30              ; set motor currents (mA) and motor idle factor in per cent -- safe for Duet 3 mini 5+
      M84 S30                                 ; Set idle timeout
      
      M566 X400.00 Y400.00 Z6.00 E300 P1             ; set maximum instantaneous speed changes (mm/min)
      M203 X10800.00 Y10800.00 Z1000.00 E7200        ; set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00 Z100.00 E10000          ; set accelerations (mm/s^2)
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                               ; set axis minima
      M208 X510 Y500 Z450 S0                         ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"io0.in"                           ; configure active high endstops
      M574 Y2 S1 P"io1.in"                           ; configure active high endstops
      
      M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5       ; define positions of Z leadscrews or bed levelling screws
      M557 X50:450 Y50:450 P5                        ; define 5x5 mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed"    ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0 Q11                                 ; create bed heater output on out5 and map it to sensor 0, lower switching frequency to 11Hz
      M307 H0 B0 S1.00                                       ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                                ; map heated bed to heater 0
      M143 H0 S110                                           ; set temperature limit for heater 0 to 110C
      
      ;; Run Bed PID Tune!! Below is an example for a 300x300 bed
       M307 H0 R0.366 K0.216:0.000 D8.44 E1.35 S1.00 B0
      
      ; Fans
      M950 F0 C"out5" Q500                   ; create fan 0 on pin out5 and set its frequency
      M106 P0 C"Layer Fan" S0 H-1            ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"out3" Q500                   ; create fan 1 on pin out3 and set its frequency
      M106 P1 C"Hotend Fan" S1 H1 T45        ; set fan 1 name and value. Thermostatic control turned on for Hotend
      M950 F2 C"out6" Q500                   ; create fan 2 on pin out6 and set its frequency
      M106 P2 C"Layer Fan 2" S0 H-1          ; set fan 0 name and value. Thermostatic control is turned off
      
      ; Tools
      M563 P0 D0 H1 F0:2         ; 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
      
      M950 H1 C"out1" T1         ; create nozzle heater output on out2 and map it to sensor 1
      M307 H1 B0 S1.00           ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S250               ; set the maximum temperature in C for heater
      
      ; EVA 2 / ORBITER2.0 / RAPIDO
      
      M92 E690          ; set extruder steps per mm, 0.9 angle/step (LDO Pancake)
      M906 E1200 I10    ; set extruder motor current (mA) and idle factor in per cent
      
      M308 S1 P"temp1" Y"pt1000" ; configure sensor 1 as PT1000 on pin temp1  
      ;; Run Heater PID Tune!! 
      M307 H1 R4.558 K0.565:0.162 D5.19 E1.35 S1.00 B0 V24.0
      
      ; Z-Probe
      ;; Inductive Probe
      ; M558 P5 C"!io3.in" H5 F400 T5000       ; set Z probe type to unmodulated and the dive height + speeds
      ; G31 P500 X-30 Y-15 Z0.20               ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      ;; BLTouch
      M950 S0 C"io2.out"                     ; Create a servo pin on io2
      M558 P9 C"io2.in" H5 F240 T10800 A5    ; set Z probe type to unmodulated and the dive height + speeds
      G31 P25 X-28.00 Y-13.00 Z0.90          ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      
      ; Select default tool
      T0
      
      ; Pressure Advance
      M572 D0 S0.10
      M501
      
      m122
      === Diagnostics ===
      RepRapFirmware for Duet 3 Mini 5+ version 3.4.0 (2022-03-15 18:59:15) running on Duet 3 Mini5plus WiFi (standalone mode)
      Board ID: 0Z3DT-2N6KL-K65J0-409NA-27X1Z-77YJ0
      Used output buffers: 3 of 40 (14 max)
      === RTOS ===
      Static ram: 103684
      Dynamic ram: 110492 of which 28 recycled
      Never used RAM 27436, free system stack 190 words
      Tasks: NETWORK(ready,14.9%,246) HEAT(notifyWait,0.0%,356) Move(notifyWait,0.0%,292) CanReceiv(notifyWait,0.0%,942) CanSender(notifyWait,0.0%,372) CanClock(delaying,0.0%,339) TMC(delaying,1.2%,81) MAIN(running,83.0%,428) IDLE(ready,0.1%,29) AIN(delaying,0.8%,264), total 100.0%
      Owned mutexes: WiFi(NETWORK)
      === Platform ===
      Last reset 00:05:49 ago, cause: software
      Last software reset at 2023-02-23 08:52, reason: User, GCodes spinning, available RAM 27508, slot 1
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      MCU revision 3, ADC conversions started 350119, completed 350119, timed out 0, errs 0
      Step timer max interval 1461
      MCU temperature: min 39.2, current 40.8, max 40.9
      Supply voltage: min 24.0, current 24.1, max 24.1, under voltage events: 0, over voltage events: 0, power good: yes
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Events: 0 queued, 0 completed
      Driver 0: standstill, SG min 0, read errors 0, write errors 1, ifcnt 19, reads 31789, writes 9, timeouts 0, DMA errors 0, CC errors 0
      Driver 1: standstill, SG min 0, read errors 0, write errors 1, ifcnt 19, reads 31789, writes 9, timeouts 0, DMA errors 0, CC errors 0
      Driver 2: standstill, SG min 0, read errors 0, write errors 1, ifcnt 19, reads 31789, writes 9, timeouts 0, DMA errors 0, CC errors 0
      Driver 3: standstill, SG min 0, read errors 0, write errors 1, ifcnt 22, reads 31786, writes 12, timeouts 0, DMA errors 0, CC errors 0
      Driver 4: standstill, SG min 0, read errors 0, write errors 1, ifcnt 22, reads 31786, writes 12, timeouts 0, DMA errors 0, CC errors 0
      Driver 5: standstill, SG min 0, read errors 0, write errors 1, ifcnt 19, reads 31789, writes 9, timeouts 0, DMA errors 0, CC errors 0
      Driver 6: standstill, SG min 0, read errors 0, write errors 1, ifcnt 19, reads 31789, writes 9, timeouts 0, DMA errors 0, CC errors 0
      Date/time: 2023-02-23 08:58:33
      Cache data hit count 666457839
      Slowest loop: 8.17ms; fastest: 0.13ms
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 22.5MBytes/sec
      SD card longest read time 3.5ms, write time 0.0ms, max retries 0
      === Move ===
      DMs created 83, segments created 3, maxWait 293588ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 3, completed 3, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters 0 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
      Heater 1 is on, I-accum = 0.0
      === GCodes ===
      Segments left: 0
      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
      USB is idle in state(s) 0
      Aux is idle in state(s) 0
      Trigger is idle in state(s) 0
      Queue is idle in state(s) 0
      LCD is idle in state(s) 0
      SBC is idle in state(s) 0
      Daemon is idle in state(s) 0
      Aux2 is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty
      === CAN ===
      Messages queued 3149, received 0, lost 0, boc 0
      Longest wait 0ms for reply type 0, peak Tx sync delay 0, free buffers 18 (min 18), ts 1750/0/0
      Tx timeouts 0,0,1749,0,0,1398 last cancelled message type 4514 dest 127
      === Network ===
      Slowest loop: 16.97ms; fastest: 0.00ms
      Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
      HTTP sessions: 1 of 8
      - WiFi -
      Network state is active
      WiFi module is connected to access point 
      Failed messages: pending 0, notready 0, noresp 0
      WiFi firmware version 1.26
      WiFi MAC address e8:68:e7:e5:fa:fe
      WiFi Vcc 3.38, reset reason Power up
      WiFi flash size 2097152, free heap 23120
      WiFi IP address 192.168.0.38
      WiFi signal strength -42dBm, mode 802.11n, reconnections 0, sleep mode modem
      Clock register 00002002
      Socket states: 0 0 0 0 0 0 0 0
      
      posted in Duet Hardware and wiring
      Anvilundefined
      Anvil
    • RE: Orbiter 2.0 configuration on Duet 2 wifi

      @dc42 I dont think its actually skipping steps though. I really cant pinpoint the noise if its the hob gears or in the housing...
      The tension arm never moves and the visible bearing doesnt bounce. And im also not seeing any hiccups in the print.

      I went through teaching techs calibration site twice getting it dialed in and my e steps are spot on. I still had to dial the flow back to 72% in my slicer. But It could just be the rapidos long melt zone and having to print PETG slower than pla. So im not sure if thats some underlying issue or anything but everything is printing very well...

      Maybe im just being paranoid about burning it out. Ive been monitoring it with a FLIR thermal camera and i havent seen it get above 92c ... generally hangs out around 85- 86c.

      posted in Tuning and tweaking
      Anvilundefined
      Anvil
    • RE: Hotend fan issue.

      @phaedrux your a wizard man. totally a wire in the drag chain... as soon as the hotend moves to the far side of the bed the wire for the fan is bent and when it straightens out in the chain it comes back on. Thanks!

      posted in Firmware installation
      Anvilundefined
      Anvil
    • RE: Hotend fan issue.

      Ya it seems like m107 in the g code is turning off fan1 for some reason....

      man what a frustrating issue....

      It was printing flawlessly when I printed a part with a small first layer...

      noticed the issue yesterday when i had a part with a large base and i had a jam by layer 2 because of heat creep 😞

      posted in Firmware installation
      Anvilundefined
      Anvil
    • RE: Hotend fan issue.

      @jay_s_uk

      ;FLAVOR:RepRap
      ;TIME:26567
      ;Filament used: 97.598m
      ;Layer height: 0.5
      ;MINX:8.32
      ;MINY:11.374
      ;MINZ:0.5
      ;MAXX:323.257
      ;MAXY:313.949
      ;MAXZ:196.5
      ;Generated with Cura_SteamEngine main
      T0
      M190 S95
      M104 S257
      M109 S257
      M82 ;absolute extrusion mode
      G28 ; home all axes
      G1 X5 Y10 Z0.2 F3000 ; get ready to prime
      G92 E0 ; reset extrusion distance
      G1 X160 E25 F600 ; prime nozzle
      G1 X180 F5000 ; quick wipe
      M83 ;relative extrusion mode
      G10
      ;LAYER_COUNT:393
      ;LAYER:0
      M107
      M204 T500
      M566 X540 Y540
      G0 F12000 X33.244 Y38.514 Z0.5
      G0 X26.042 Y51.51
      M204 P700
      ;TYPE:SKIRT
      G11
      G1 F2700 E0.32429
      G1 F1500 X26.208 Y50.643 E0.09371
      G1 X26.346 Y50.005 E0.06929
      G1 X26.583 Y49.023 E0.10724
      G1 X26.742 Y48.469 E0.06118
      G1 X27.034 Y47.602 E0.09711
      G1 X27.287 Y46.895 E0.07971
      G1 X27.453 Y46.486 E0.04686
      G1 X27.893 Y45.518 E0.11287
      G1 X28.217 Y44.849 E0.07891
      G1 X28.412 Y44.484 E0.04393
      G1 X28.935 Y43.588 E0.11013
      G1 X29.309 Y42.981 E0.07568
      G1 X29.554 Y42.617 E0.04658
      G1 X30.143 Y41.815 E0.10563
      G1 X30.617 Y41.196 E0.08276
      G1 X30.893 Y40.866 E0.04567
      G1 X31.575 Y40.112 E0.10792
      G1 X32.14 Y39.515 E0.08725
      G1 X32.492 Y39.176 E0.05188
      G1 X33.244 Y38.514 E0.10635
      G1 X33.755 Y38.079 E0.07124
      G1 X34.018 Y37.869 E0.03573
      G1 X34.373 Y37.603 E0.04709
      G1 X35.491 Y36.818 E0.14501
      G1 X35.848 Y36.588 E0.04508
      G1 X36.341 Y36.298 E0.06072
      G1 X37.413 Y35.704 E0.1301
      G1 X37.714 Y35.549 E0.03594
      G1 X37.957 Y35.434 E0.02854
      G1 X38.83 Y35.051 E0.1012
      G1 X39.457 Y34.789 E0.07214
      G1 X39.729 Y34.684 E0.03095
      G1 X40.128 Y34.545 E0.04485
      G1 X40.82 Y34.326 E0.07705
      G1 X41.556 Y34.105 E0.08157
      G1 X41.841 Y34.028 E0.03134
      G1 X42.256 Y33.931 E0.04524
      G1 X43.048 Y33.768 E0.08584
      G1 X43.703 Y33.643 E0.07079
      G1 X44.016 Y33.593 E0.03365
      G1 X44.471 Y33.534 E0.0487
      G1 X47.181 Y33.137 E0.29075
      G1 X49.818 Y32.674 E0.28421
      G1 X52.457 Y32.136 E0.2859
      G1 X55.019 Y31.537 E0.2793
      G1 X57.624 Y30.847 E0.28606
      G1 X60.224 Y30.082 E0.2877
      G1 X62.718 Y29.27 E0.27842
      G1 X65.282 Y28.353 E0.28906
      G1 X67.75 Y27.391 E0.28118
      G1 X70.222 Y26.347 E0.28485
      G1 X72.647 Y25.241 E0.28293
      G1 X75.082 Y24.045 E0.28798
      G1 X77.408 Y22.821 E0.27901
      G1 X79.765 Y21.493 E0.28718
      G1 X82.042 Y20.125 E0.28198
      G1 X84.288 Y18.687 E0.2831
      G1 X86.513 Y17.172 E0.28574
      G1 X89.167 Y15.242 E0.34835
      G1 X89.438 Y15.057 E0.03483
      G1 X90.336 Y14.486 E0.11296
      G1 X90.913 Y14.138 E0.07153
      G1 X91.287 Y13.933 E0.04527
      G1 X92.302 Y13.427 E0.12039
      G1 X92.9 Y13.147 E0.07009
      G1 X93.181 Y13.025 E0.03252

      posted in Firmware installation
      Anvilundefined
      Anvil