Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Qdeathstar
    • Profile
    • Following 0
    • Followers 2
    • Topics 20
    • Posts 214
    • Best 4
    • Groups 0

    Qdeathstar

    @Qdeathstar

    4
    Reputation
    16
    Profile views
    214
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    Qdeathstar Unfollow Follow

    Best posts made by Qdeathstar

    • RE: Laser Filament Monitor - test results

      Ok, So here is another test:

      Black ABS - Matterhackers - Benchy Test
      Calibrated Steps/mm 441

      M591 D0

      Duet3D laser filament monitor on endstop input 3, disabled, allowed movement 40% to 120%, check every 3.0mm, current position -9.6, brightness 94, shutter 17, measured minimum 94%, average 100%, maximum 105% over 3972.5mm

      I am using the fully enclosed mount provided in the documentation and it is mounted about 3" above the extruder. I am using a bondtech BMG extruder direct drive.

      I am going to run the test again now with white ABS.

      posted in Filament Monitor
      Qdeathstar
      Qdeathstar
    • RE: Help with BLTouch

      Did you cut the trace to make it 3.3v and not 5v? Also, is the bl-touch blinking red or steady red or off?

      posted in Duet Hardware and wiring
      Qdeathstar
      Qdeathstar
    • RE: gcode everywhere... a user friendly approach to config?

      I think, the good thing about gcode is, once you learn it, what you see is what you get. Some firmwares every time you want to change stepper current or fine tune steps per mm you gotta to recompile and upload. Yuck.

      There is a list of g-codes, getting the first layer level and adheared to the bed is more difficult than gcode is....

      I’m sorry, but overall, judging from your posts, you have a sloppy bios and inattention to detail. Is it the boards fault or is it the builders fault. Loose connections - builders fault...

      posted in General Discussion
      Qdeathstar
      Qdeathstar
    • Sound plays on web-interface when temp is reached

      I would be nice to have a BING to let you know when the heatbed is heated up or when the hotend is ready.. It takes about 15-20minutes for my heater to get up to snuff and I get distracted browsing for porn research material, but if there was some sorta chime to let me know the printer is ready to go that would be neat 😄

      posted in Firmware wishlist
      Qdeathstar
      Qdeathstar

    Latest posts made by Qdeathstar

    • RE: Heat chamber configation

      @phaedrux

      I replaced the bl touch attached to my printer with a spare I had.

      So that is new wire and sensor. Continuity is fine. I don’t have a different printer sadly.

      The bl touch has a red and a blue right on it. When I power off the printer it does it’s self test, but it doesn’t do it every time I reset the printer, only when power is cut. On the old software I thought I remembered it doing a self test every reset.

      What I do Notice is that when I call M401 or M402 there is a high pitched whine sound, just loud enough to hear it. It makes the noise even with the bl touch unplugged.

      It kinda sounds like a bad high frequency cap maybe? But it’s just weird that it was working before and I don’t know why it would make that sound only when the pin is PWMing.

      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux

      I cannot figure this out.

      I have even wired a bl touch right to the board and it is not working.

      I have included a diagram of how i have it wired. It goes right from the board to the bl touch....

      Image2.png

      M669 K1;
      M111 S0;
      M552 S1;
      
      M555 P2                           	; Set output to look like Marlin
      M575 P1 B57600 S1			; Comms parameters for PanelDue
      
      G21                                 	; Work in millimetres
      G90                                	; Send absolute coordinates...
      M83                                 	; ...but relative extruder moves
      
      ; Axis and motor configuration
      M569 P0 S0				; Drive 0 goes backwards
      M569 P1 S1				; Drive 1 goes forwards
      M569 P2 S0				; Drive 2 goes backwards
      M569 P3 S1				; Drive 3 goes forwards
      M584 X0 Y1 Z2 E3      
      M574 X1 S1 P"!^xstop"                            ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y2 S1 P"!^ystop"                            ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
      M574 Z1 S2    
      M667 S1
      M350 X16 Y16 E16 I1    			; Set 16x microstepping with interpolation
      M92 X53.3 Y53.3 Z1500 E919.8 ;773		; Set axis steps/mm
      M906 X1700 Y1700 Z2300 E1200 I60		; Set motor currents (mA) and increase idle current to 60%
      M201 X1000 Y1000 Z100 E1000		; Accelerations (mm/s^2)
      M203 X10000 Y10000 Z500 E3600		; Maximum speeds (mm/min)
      M566 X300 Y300 Z200 E1201		; Maximum instant speed changes mm/minute
      
      ; z Probe
      M950 S0 C"exp.heater3"
      M558 P9 C"^zprobe.in" H5 F120 T6000  ; BLTouch connected to Z probe IN pin, free up MOD pin
      G31 P500 X18 Y32.2 Z1.55
      M557 X10:360 Y10:300 S40
      
      M308 S0 P"bedtemp" Y"thermistor" T100000; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                          ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00 R0.441 C363.5 D1.73 S1.00 V12.0                              ; enable 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 120C
      
      M308 S1 P"e0temp" Y"thermistor" T100000  ; configure sensor 1 as thermistor on pin e0temp
      M950 H2 C"e1heat" T1                           ; create nozzle heater output on e1heat and map it to sensor 1
      M307 H2 B0 R1.535 C232.7 D6.00 S1.00 V12.0; disable bang-bang mode for heater  and set PWM limit
      M143 H2 S280                                   ; set temperature limit for heater 2 to 280C
      
      
      ;M308 S2 P"e2temp" Y"thermistor" T100000 ; configure sensor 2 as thermistor on pin e1temp
      ;M950 H3 C"!^exp.heater3" T2                           ; create chamber heater output on e1heat and map it to sensor 2
      ;M307 H3 B1 S1.00                               ; enable bang-bang mode for the chamber heater and set PWM limit
      ;M141 H3                                        ; map chamber to heater 2
      ;M143 H3 S280                                   ; set temperature limit for heater 2 to 280C
      
      ; Fans
      M950 F0 C"fan0"                          ; create fan 0 on pin fan0 and set its frequency
      M106 P0 T45 S1 H1                                   ; set fan 0 value. Thermostatic control is turned off
      
      
      ; Tools
      M563 P0 D0 H2 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 P0 C"exp.heater6"
      
      
      
      
      M671 X0:380:142.5 Y155:155:300 P0.8  
      
      
      M208 S0 X360 Y345 Z320                  	
      M208 S1 Z-.20			; set minimum Z
      
      T0					; select first hot end
      

      M122

      M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.0 or 1.01
      Board ID: 08DAM-999TL-MQ4S4-6JKF6-3S86P-T4GVZ
      Used output buffers: 3 of 24 (11 max)
      === RTOS ===
      Static ram: 23876
      Dynamic ram: 74928 of which 24 recycled
      Never used RAM 15588, free system stack 206 words
      Tasks: NETWORK(ready,12.3%,237) HEAT(delaying,0.0%,341) Move(notifyWait,0.1%,340) MAIN(running,85.0%,467) IDLE(ready,2.7%,29), total 100.0%
      Owned mutexes:
      === Platform ===
      Last reset 00:00:36 ago, cause: software
      Last software reset at 2021-12-04 21:21, reason: User, GCodes spinning, available RAM 15588, slot 2
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      Aux0 errors 0,0,0
      Step timer max interval 0
      MCU temperature: min 26.8, current 27.8, max 30.1
      Supply voltage: min 1.2, current 1.3, max 1.4, under voltage events: 0, over voltage events: 0, power good: no
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Driver 0: position 0, ok, SG min/max not available
      Driver 1: position 0, ok, SG min/max not available
      Driver 2: position 0, ok, SG min/max not available
      Driver 3: position 0, ok, SG min/max not available
      Driver 4: position 0, ok, SG min/max not available
      Driver 5: position 0
      Driver 6: position 0
      Driver 7: position 0
      Driver 8: position 0
      Driver 9: position 0
      Driver 10: position 0
      Driver 11: position 0
      Date/time: 2021-12-04 21:35:46
      Cache data hit count 1540836165
      Slowest loop: 8.28ms; fastest: 0.12ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 5.1ms, write time 0.0ms, max retries 0
      === Move ===
      DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1
      Heater 2 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
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 15.47ms; fastest: 0.00ms
      Responder states: HTTP(2) 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 5c:cf:7f:2c:27:af
      WiFi Vcc 3.38, reset reason Turned on by main processor
      WiFi flash size 4194304, free heap 25200
      WiFi IP address 192.168.1.208
      WiFi signal strength -73dBm, mode 802.11n, reconnections 0, sleep mode modem
      Clock register 00002002
      Socket states: 4 0 0 0 0 0 0 0
      
      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux

      e2temp is for the thermistor . It is working?

      M308 S2 P"e2temp" Y"thermistor" T100000 ; configure sensor 2 as thermistor on pin e1temp
      M950 H3 C"!^exp.heater3" T2
      

      I am keeping e1temp and heater2 free in case I decide to go back to dual extrusion.

      In any case, I don’t understand why it isn’t working. I should be able to use any pin with PWN correct @dc42 ?

      I appreciate your help phaedrux.

      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux heater 3 is used for my heat chamber. I guess I can map that to a different pin…

      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux I changed which pin the yellow wire from the BL touch several times in my attempt to troubleshoot.

      I guess that technical means the wiring has changed, but what I meant is from the board to the sensor.

      Right now it is attached to the heater 5 pin. Is there a way to see if I have it plugged into rte correct pin, by toggling the pin high and low directly? I’ve triple checked trying to punt the pins but it’s possible it’s still wrong.

      I’ve removed the I1 but there isn’t any affect. Did I1 mean inverted?

      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux Thank you.

      I was able to get it updated after trying again.

      However the BL touch is still an issue. I think i have it just like your example but it still not working, (responding to M401 or M402). I would think that means it is a wiring issue, but it was working fine previously and none of the wiring has changed. I have my config.g and deploy and retract files below.

      M669 K1;
      M111 S0;
      M552 S1;
      
      M555 P2                           	; Set output to look like Marlin
      M575 P1 B57600 S1			; Comms parameters for PanelDue
      
      G21                                 	; Work in millimetres
      G90                                	; Send absolute coordinates...
      M83                                 	; ...but relative extruder moves
      
      ; Axis and motor configuration
      M569 P0 S0				; Drive 0 goes backwards
      M569 P1 S1				; Drive 1 goes forwards
      M569 P2 S0				; Drive 2 goes backwards
      M569 P3 S1				; Drive 3 goes forwards
      M584 X0 Y1 Z2 E3      
      M574 X1 S1 P"!^xstop"                            ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y2 S1 P"!^ystop"                            ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
      M574 Z1 S2    
      M667 S1
      M350 X16 Y16 E16 I1    			; Set 16x microstepping with interpolation
      M92 X53.3 Y53.3 Z1500 E919.8 ;773		; Set axis steps/mm
      M906 X1700 Y1700 Z2300 E1200 I60		; Set motor currents (mA) and increase idle current to 60%
      M201 X1000 Y1000 Z100 E1000		; Accelerations (mm/s^2)
      M203 X10000 Y10000 Z500 E3600		; Maximum speeds (mm/min)
      M566 X300 Y300 Z200 E1201		; Maximum instant speed changes mm/minute
      
      ; z Probe
      M950 S0 C"exp.heater5"
      M558 P9 C"^zprobe.in" H5 F300 T3000  ; BLTouch connected to Z probe IN pin, free up MOD pin
      G31 P500 X18 Y32.2 Z1.55
      M557 X10:360 Y10:300 S40
      
      M308 S0 P"bedtemp" Y"thermistor" T100000; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                          ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00 R0.441 C363.5 D1.73 S1.00 V12.0                              ; enable 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 120C
      
      M308 S1 P"e0temp" Y"thermistor" T100000  ; configure sensor 1 as thermistor on pin e0temp
      M950 H2 C"e1heat" T1                           ; create nozzle heater output on e1heat and map it to sensor 1
      M307 H2 B0 R1.535 C232.7 D6.00 S1.00 V12.0; disable bang-bang mode for heater  and set PWM limit
      M143 H2 S280                                   ; set temperature limit for heater 2 to 280C
      
      
      M308 S2 P"e2temp" Y"thermistor" T100000 ; configure sensor 2 as thermistor on pin e1temp
      M950 H3 C"!^exp.heater3" T2                           ; create chamber heater output on e1heat and map it to sensor 2
      M307 H3 B1 S1.00                               ; enable bang-bang mode for the chamber heater and set PWM limit
      M141 H3                                        ; map chamber to heater 2
      M143 H3 S280                                   ; set temperature limit for heater 2 to 280C
      
      ; Fans
      M950 F0 C"fan0"                          ; create fan 0 on pin fan0 and set its frequency
      M106 P0 T45 S1 H1                                   ; set fan 0 value. Thermostatic control is turned off
      
      
      ; Tools
      M563 P0 D0 H2 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 P0 C"exp.heater6"
      
      
      
      
      M671 X0:380:142.5 Y155:155:300 P0.8  
      
      
      M208 S0 X360 Y345 Z320                  	
      M208 S1 Z-.20			; set minimum Z
      
      T0					; select first hot end
      

      Deploy; i have also tried with without hte I1 but it doents make a differne.ce

      M280 P0 S10 I1;
      
      

      and retract;

      M280 P0 S90 I1;
      
      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Pausing during printing

      @terencemuscat do you have a filament runout sensor installed?

      posted in General Discussion
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux I was only trying to upload the webserver.bin file, after i uploaded the entire folder it still doesnt update. It reports:

      M997 S0:1
      Error: M997: File 0:/firmware/DuetWiFiServer.bin not found
      

      Ok, so i think i have everything figured out but the z-probe. At first, the bltouch would not deploy. Then i added the lines for the updated way of setting up a BL touch and then the bl touch deployed, but it will not retract or respond to any M280 commands, though when i send them it doesnt report any errors.

      My M98 P"config.g" comes back clean and i have reported config.g and M122 below

      M669 K1;
      M111 S0;
      M552 S1;
      
      M555 P2                           	; Set output to look like Marlin
      M575 P1 B57600 S1			; Comms parameters for PanelDue
      
      G21                                 	; Work in millimetres
      G90                                	; Send absolute coordinates...
      M83                                 	; ...but relative extruder moves
      
      ; Axis and motor configuration
      M569 P0 S0				; Drive 0 goes backwards
      M569 P1 S1				; Drive 1 goes forwards
      M569 P2 S0				; Drive 2 goes backwards
      M569 P3 S1				; Drive 3 goes forwards
      M584 X0 Y1 Z2 E3      
      M574 X1 S1 P"!^xstop"                            ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
      M574 Y2 S1 P"!^ystop"                            ; configure switch-type (e.g. microswitch) endstop for high end on Y via pin ystop
      M574 Z1 S2    
      M667 S1
      M350 X16 Y16 E16 I1    			; Set 16x microstepping with interpolation
      M92 X53.3 Y53.3 Z1500 E919.8 ;773		; Set axis steps/mm
      M906 X1700 Y1700 Z2300 E1200 I60		; Set motor currents (mA) and increase idle current to 60%
      M201 X1000 Y1000 Z100 E1000		; Accelerations (mm/s^2)
      M203 X10000 Y10000 Z500 E3600		; Maximum speeds (mm/min)
      M566 X300 Y300 Z200 E1201		; Maximum instant speed changes mm/minute
      
      ; z Probe
      
      M558 P9 C"^zprobe.in" H5 F300 T3000  ; BLTouch connected to Z probe IN pin, free up MOD pin
      M950 S0 C"!^exp.heater4" ; 
      
      M308 S0 P"bedtemp" Y"thermistor" T100000; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0                          ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00 R0.441 C363.5 D1.73 S1.00 V12.0                              ; enable 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 120C
      
      M308 S1 P"e0temp" Y"thermistor" T100000  ; configure sensor 1 as thermistor on pin e0temp
      M950 H2 C"e1heat" T1                           ; create nozzle heater output on e1heat and map it to sensor 1
      M307 H2 B0 R1.535 C232.7 D6.00 S1.00 V12.0; disable bang-bang mode for heater  and set PWM limit
      M143 H2 S280                                   ; set temperature limit for heater 2 to 280C
      
      
      M308 S2 P"e2temp" Y"thermistor" T100000 ; configure sensor 2 as thermistor on pin e1temp
      M950 H3 C"!^exp.heater3" T2                           ; create chamber heater output on e1heat and map it to sensor 2
      M307 H3 B1 S1.00                               ; enable bang-bang mode for the chamber heater and set PWM limit
      M141 H3                                        ; map chamber to heater 2
      M143 H3 S280                                   ; set temperature limit for heater 2 to 280C
      
      ; Fans
      M950 F0 C"fan0"                          ; create fan 0 on pin fan0 and set its frequency
      M106 P0 T45 S1 H1                                   ; set fan 0 value. Thermostatic control is turned off
      
      
      ; Tools
      M563 P0 D0 H2 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 P0 C"exp.heater6"
      
      
      G31 X18 Y32.2 Z1.55
      
      M671 X0:380:142.5 Y155:155:300 P0.8  
      
      M557 X10:360 Y10:300 S40
      M208 S0 X360 Y345 Z320                  	
      M208 S1 Z-.20			; set minimum Z
      
      T0					; select first hot end
      
      M122
      === Diagnostics ===
      RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.0 or 1.01
      Board ID: 08DAM-999TL-MQ4S4-6JKF6-3S86P-T4GVZ
      Used output buffers: 3 of 24 (6 max)
      === RTOS ===
      Static ram: 23876
      Dynamic ram: 75212 of which 0 recycled
      Never used RAM 15328, free system stack 190 words
      Tasks: NETWORK(ready,14.0%,237) HEAT(delaying,0.0%,330) Move(notifyWait,0.1%,340) MAIN(running,85.3%,467) IDLE(ready,0.6%,29), total 100.0%
      Owned mutexes:
      === Platform ===
      Last reset 00:06:04 ago, cause: software
      Last software reset at 2021-12-03 01:05, reason: User, GCodes spinning, available RAM 15360, slot 2
      Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
      Error status: 0x00
      Aux0 errors 0,0,0
      Step timer max interval 0
      MCU temperature: min 29.2, current 30.4, max 31.1
      Supply voltage: min 1.2, current 1.3, max 1.4, under voltage events: 0, over voltage events: 0, power good: no
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Driver 0: position 0, ok, SG min/max not available
      Driver 1: position 0, ok, SG min/max not available
      Driver 2: position 0, ok, SG min/max not available
      Driver 3: position 0, ok, SG min/max not available
      Driver 4: position 0, ok, SG min/max not available
      Driver 5: position 0
      Driver 6: position 0
      Driver 7: position 0
      Driver 8: position 0
      Driver 9: position 0
      Driver 10: position 0
      Driver 11: position 0
      Date/time: 2021-12-03 01:11:13
      Cache data hit count 4294967295
      Slowest loop: 539.10ms; fastest: 0.12ms
      I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
      === Storage ===
      Free file entries: 10
      SD card 0 detected, interface speed: 20.0MBytes/sec
      SD card longest read time 4.2ms, write time 45.9ms, max retries 0
      === Move ===
      DMs created 83, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters = 0 -1 -1 -1, chamberHeaters = 3 -1 -1 -1
      === 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
      Daemon is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === Network ===
      Slowest loop: 539.28ms; fastest: 0.00ms
      Responder states: HTTP(2) 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.21
      WiFi MAC address 5c:cf:7f:2c:27:af
      WiFi Vcc 3.38, reset reason Turned on by main processor
      WiFi flash size 4194304, free heap 15056
      WiFi IP address 192.168.1.250
      WiFi signal strength -76dBm, mode none, reconnections 0, sleep mode modem
      Clock register ffffffff
      Socket states: 0 0 0 0 0 0 0 0
      
      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @phaedrux

      Yes, I was in the process of making the coversion. Everything is different but it seemed like any change I made didn’t affect anything so I was kinda stuck. With what dc42 said though it makes sense. The A was one of the old variables from PID tuning in the previous version.

      When I try to update The WiFi server, after I upload the file via the web control panel it says it can’t find the file, so I put that problem on the back burner.

      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar
    • RE: Heat chamber configation

      @t3p3tony Neither one of those seems to work. I even tried to comment out the lines in the config and run them on the console in case the config file was explaining the "pin not available" issue. The other thing is, how does it know that "e2temp" is pin 35? Is it automatically assigned?

      
      
      8:05:54 AMM308 S2 P"duex.e2temp" Y"thermistor" T100000 A45.7 C917.2 D32.7
      Error: M308: Pin 'duex.e2temp' is not free
      8:05:39 AMM308 S2 P"deux.e2temp" Y"thermistor" T100000 A45.7 C917.2 D32.7
      Error: M308: Unknown pin name 'deux.e2temp'
      8:04:40 AMM308 S2 P"e2temp" Y"thermistor" T100000 A45.7 C917.2 D32.7
      Error: M308: Pin 'e2temp' is not free
      8:04:23 AMM308 S2 P"e2temp" Y"thermistor" T100000 A45.7 C917.2 D32.7
      Error: M308: expected string expression
      8:02:45 AMM112
      M999
      8:02:44 AMConnection established!
      8:02:32 AMConnection established!
      8:02:32 AMPage Load complete!
      
      posted in Using Duet Controllers
      Qdeathstar
      Qdeathstar