Hi
I noticed a bug in DWC2. The heater names in the Tools box are displayed correctly.
Hi
I noticed a bug in DWC2. The heater names in the Tools box are displayed correctly.
I'm currently building a big pellet extruder with three different temperature zones. Since, obviously there is quite a big spread in the sensor quality and the way they are attached to the band heater, I would also warmly (no pun intended) welcome individual temp offsets for the sensors.
Hi
I've been trying to setup three thermocouples over the last days using two temp daughterboards. Up until now, I was only able to get a reading from the first two sensors. Today, I tried the RRF v3 on my Duet 2 Wifi.
I used the RRF Config Tool to create a fresh set of files. Then, I tried them and I got even less response from the sensors. Suddenly, all of them seemed to be dead. After looking up the new M308 syntax https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_M308_Create_or_modify_sensor_or_report_sensor_parameters and referencing that to the generated config files I realized that there is a bug in the config tool.
This is the command it should be: M308 S1 P"spi.cs1" Y"thermocouple-max31855"
And instead the online tool gives you this: M308 S1 P"spi.cs1" Y"max31855"
Please fix this.
Other than that, my struggle is still far from over. Now there is still a real fault in the thermocouple... The sheath it shorted to the signals
I haven't found a solution yet. Any ideas?
@dc42 Oh wow, I didn't expect a response that quick I already left the lab, so I can't send you the config file at once, but I essentially used the Tobben's example config.
So, I'll try to quickly recreate the config settings based on Tobben's file:
; Configuration file for testing Duet Ethernet and Wifi
; Communication and general
M111 S0 ; Debug off
M550 PHP4Test ; Machine name and Netbios name (can be anything you like)
;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Networking - Enable for both WiFi and Ethernet boards.
M552 S1 ; Turn network on
;*** Ethernet networking: Adjust the IP address and gateway in the following 2 lines to suit your network
M552 P192.168.1.14 ; (0 = DHCP)
M554 P192.168.1.255 ; Gateway
M553 P255.255.255.0 ; Netmask
M555 P2 ; Set output to look like Marlin
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
;;;; HANGPRINTER SPECIALS (M669, M666) BEGIN HERE ;;;;
; M669 K6 ; This is a Hangprinter enables ABCD-parameters in gcodes that refer to motors
; M584 A5 B6 C7 D8 P4 ; map ABCD-axes to ext driver pins (four visible)
; M584 E0:1:2:3:4 ; Regard all TMC2660s as extruder motor drivers
; M569 P0 S1 ; Drive 0 goes forwards
; M569 P1 S1 ; Drive 1 goes forwards
; M569 P2 S1 ; Drive 2 goes forwards
; M569 P3 S1 ; Drive 3 goes forwards
; M569 P4 S1 ; Drive 4 goes forwards
; M569 P5 S1 ; Drive 5 (A) goes forwards
; M569 P6 S0 ; Drive 6 (B) goes backwards
; M569 P7 S1 ; Drive 7 (C) goes forwards
; M569 P8 S0 ; Drive 8 (D) goes backwards
M669 P2000.0 ; Hangprinter printable radius (unused for now)
M669 S200 ; Hangprinter segments per second
; Output of auto calibration script for Hangprinter
M669 A0.0:-1604.54:-114.08 B1312.51:1270.88:-162.19 C-1440.27:741.63:-161.23 D2345.00
M666 Q0.035619 R65.239:65.135:65.296:64.673
; End of output auto calibration script for Hangprinter
; The following is assumed
; by the auto calibration script
; to be constant for all HP4s
M666 U2:2:2:2 ; Mechanical advantages on ABCD
M666 O1:1:1:1 ; Number of lines per spool
M666 L20:20:20:20 ; Motor gear teeth of ABCD axes
M666 H255:255:255:255 ; Spool gear teeth of ABCD axes
; Adjust the following to match your ODrive settings
M666 J25:25:25:25 ; Full steps per ABCD motor revolution
M208 Z2309.54 ; set maximum Z at D anchor. See M669 ... D<number>
; Use
; M564 S0
; If you don't want G0/G1 moves to be be limited to a software defined volume
;M569 P5 I"0x0a" ; i2c addresses set up, but will probably not be used on HP4
;M569 P6 I"0x0b"
;M569 P7 I"0x0c"
;M569 P8 I"0x0d"
; Connect ODrive 0 to Serial device 1 at 115200 baud
; M569 Q0:1:115200
; Connect ODrive 1 to Serial device 99 at 115200 baud
; M569 Q1:99:115200
; Device 99 is the two middle pins on DuetWifi's SPIO header
; (sometimes called Temp Daughterboard header)
; The special number 99 is used because this serial device
; is special. It's really meant to be used for
; SPI communication with temp daughterboards and such.
; MOSI = TX (Connects to ODrive's RX)
; MISO = RX (Connects to ODrive's TX)
; Look for SPI0_MISO and SPI0_MOSI on DuetWifi wiring diagram
M201 X10000 Y10000 Z10000 E1000 ; Accelerations (mm/s^2)
M203 X36000 Y36000 Z36000 E3600 ; Maximum speeds (mm/min)
M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
M906 X1200 Y1200 Z1200 E1400 I60 ; Set motor currents (mA) and increase idle current to 60%
M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute
; Thermistors & thermocouples
M305 P0 T100000 B3950 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
M305 P1 X100
M305 P2 X101
M305 P3 X102
M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds
; Adjustments for J-heads used as dummy heaters on test rig
M307 H0 A250 C140 D5.5 B1
; M307 H1 A1271.9 C432.5 D8.2 B0
; M307 H2 A250 C140 D5.5 B0
; Tool definitions
M563 P0 D0 H1:2:3 ; Define tool 0
G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
M92 E415 ; Set extruder steps per mm
M208 S1 Z-10.0 ; set minimum Z
T0 ; select first hot end
; Enable Fan 1,2 & 3 thermostatic mode for heater 1 (E0 HEAT) at 45 degrees
M106 P2 X150 T45 H1:2:3
Hi
I'm currently setting up Duet 2 Wifi for my Hangprinter. Today, I was trying to setup three thermocouples on two stacked daughterboards. First I had issues to get a temp reading from the second thermocouple that was connected to the first board.
As I'm working with Tobben's firmware, and the setup uses some of the expansion pins to control the ODrive boards, I suspected that it could be related to the non-standard setup.
So, I disconnected the ODrive cables and flashed the Duet with the latest v2.05 firmware. That helped me to get a reading from both thermocouple of the first board. The second board though remains silent. I only get the 2000deg reading.
Also, I switched the boards just to be sure they are both working, and they are. This is firmware/config related, but I'm not sure where to look.
Any hints?