Large Format Dowell to Duet conversion
-
Plugged into temp 0 and temp 1 on the 3HC
Configuration file for Duet 3 (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.3.3 on Fri Oct 01 2021 16:59:54 GMT+0100 (British Summer Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves ; Wait a moment for the CAN expansion boards to start G4 S2 ; 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 M569 P1.0 S1 ; physical drive 1.0 goes forwards M584 X0.0 Y0.1 Z0.2:0.4:0.5:0.3 E1.0 M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X80.00 Y80.00 Z400.00 E420.00 ; set steps per mm M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min) M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2) M906 X2800 Y2800 Z1200 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X1200 Y2000 Z1600 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io0.in" ; configure active-high endstop for low end on X via pin io0.in M574 Y1 S1 P"io1.in" ; configure active-high endstop for low end on Y via pin io1.in M574 Z1 S2 ; configure Z-probe endstop for low end on Z ; Z-Probe M558 P9 C"^1.io1.in" H100 F120 T6000 ; set Z probe type to switch and the dive height + speeds G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters M557 X15:215 Y15:195 S20 ; define mesh grid ; Heaters M308 S0 P"1.temp0" Y"PT1000" M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S80 ; set temperature limit for heater 0 to 80C M308 S1 P"1.temp1" Y"PT1000" ; configure sensor 1 as thermistor on pin temp0 M950 H1 C"1.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 temperature limit for heater 1 to 300C ; Fans M950 F0 C"out8" Q0 ; create fan 0 on pin out8 and set its frequency M106 P0 S0 H T45 ; set fan 0 value. Thermostatic control is turned on M950 F1 C"out9" Q500 ; create fan 1 on pin out9 and set its frequency M106 P1 S1 H-1 ; set fan 1 value. Thermostatic control is turned off ; Tools M563 P0 S"lily" D0 H1 F0:1 ; define tool 0 G10 P0 X100 Y100 Z0 ; set tool 0 axis offsets G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C ; Custom settings are not defined
-
@charles-fraser ok so do you get errors when config.g is run using M98? and are both heaters showing correctly in the U and heating when commanded?
-
27/10/2021, 13:47:35 M98 P"0:/sys/config.g"
=
27/10/2021, 13:47:36 Error: M143: Heater 0 does not exist
27/10/2021, 13:47:36 Error: M307: Heater 0 not found -
I don’t get why the bed isn’t even showing up?
-
@charles-fraser just noticed in your most recent config.g that the command to create the bed is missing, must have been deleted in error. please add the line
M950 H0 C"1.out0" T0
so your heater section should look like this:; Heaters M308 S0 P"1.temp0" Y"PT1000" M950 H0 C"1.out0" T0 M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S80 ; set temperature limit for heater 0 to 80C M308 S1 P"1.temp1" Y"PT1000" ; configure sensor 1 as thermistor on pin temp0 M950 H1 C"1.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 temperature limit for heater 1 to 300C
sorry i did not spot this earlier.
-
Okay so that works! Thanks!
When I set ‘active’ to 50C on the noz and click ‘heater 1m the mosfet light goes blue which means the signal is going to the mosfet from the right heater on the 3HC but after a few secs it just says ‘fault’ so I emergency stop!
NB I still cant find a 3x15mm pt1000 thermistor anywhere! So at the moment I have this rather high tech workaround with the 6x50mm pt1000 where the thermistor is just held against the heating block with some tape so we can at least see if it’s getting warmer. Does this indicate that the heating cartridge is faulty?
Also when I set the heated bed to 30C on the active setting and turn it on it did seem to get warmer (went up by a degree) then reported fault
-
@charles-fraser The faults are probably because the bed and nozzle are not tuned. There is not much point in tuning them right now if thats the case because the setup is not how it will be in normal operation (PT1000 taped to the outside).
When you say you got a "fault" what fault did you get reported in the console?
I cant see anything in the photos of DWC that you upload. its better to cut and paste the text from the console into this thread (using the </> block for formatting. -
So when I set noz ‘active’ to 50 it starts heating and shortly after just says fault where it used to say active:
But if I just leave it it does work, the noz heats up. However when I stop it it says
The same is true for the bed but the bed does not heat up! I’ll try switching the polarity of the wires joining that relay!
Also what is this new: ‘incompatible firmware’ message. I didnt see that before.
-
@charles-fraser lets deal with the incompatible firmware bit and then come back to the heaters.
Please send M115 and M115 B1. copy the results from the console into here.
Then look at the "settings" machine and General to get the DWC and DSF versions.
-
27/10/2021, 15:36:37 M115 B1
Duet EXP3HC firmware version 3.4.0beta5 (2021-10-12 13:58:36)27/10/2021, 15:36:25 M115
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.3 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-06-15 21:45:56 -
Duet Web Control 3.4.0-b5
Board: Duet 3 MB6HC (MB6HC)
DSF Version: 3.4-b5
Firmware: RepRapFirmware for Duet 3 MB6HC 3.3 (2021-06-15) -
@charles-fraser ok so when you upgraded to 3.4b5 the mainboard did not get upgraded
-
@Charles-Fraser take this file:
Duet3Firmware_MB6HC.bin
From here
https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.0beta5and upgrade using the System->Upload System Files
-
Can you please explain exactly how - step by step. Last time I had to totally reinstall raspberry Pi and everything else!
So if I download that file and upload it to the system folder (not the firmware folder) then send command ... what was it again?
-
If you get the "Duet3Firmware_MB6HC.bin" from
https://github.com/Duet3D/RepRapFirmware/releases/tag/3.4.0beta5And then go to the systems page and upload that file using the Upload system Files dialog box it will prompt you to install it. Say yes.
The issues with the Pi before were different. everything else in your system is running 3.4b5
-
Okay we are beta 5 across the boards
28/10/2021, 10:32:41 M115 B1
Duet EXP3HC firmware version 3.4.0beta5 (2021-10-12 13:58:36)28/10/2021, 10:32:23 M115
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.0beta5 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-10-12 13:53:56 -
@charles-fraser ok, now you should not be getting a incompatibility fault and the temp sensors should be showing up. When you heat the heaters you may still get a heater fault. What is reported in the console for those heater faults? if its temperature is rising too slowly then we will fix that when you have the sensors installed in the hotend/bed and we are in a position to tune the PIDs for those heaters.
-
Yup all is heating up now with just a heater fault. there is nothing in the console about those faults. We could run autotune PID for the bed because that is set up but it's on bangbang mode so I wonder if that still has PID? I guess it must right?
I still havn't found a 3mm x 15mm p1000 but I will find one. Perhaps we can move onto the endstops now? I'm not sure which way around the wording convention indicates I have set up my end stops (again a diagram would be helpful) but perhaps there is a way I can test that is working and then start to do motor configuration after that? My thanks again!
Charles
-
In fact on closer inspection, when the bed fault comes on the bed stops heating
-
@charles-fraser
I would expect a report something like this in the DWC console when the bed hater faults:Error: Heater 0 fault: temperature rising much more slowly than the expected 1.7°C/sec
To tune the bed the documentation is here:
https://duet3d.dozuki.com/Wiki/M303an example is
M303 H0 P1 S60
Send this in the console - it will take a while to run and you will see the temp cycle. once its finished the send
M500
in the console to save the results to config-override.gWe can also look at XY endstops (Z probe is out the picture for now as you said)
With the Axis not at their limits where the ends tops are send
M119
from the console and see what is reported. Then with each of the endstops triggered in turn, sendM119
while they are triggered and see the response in the console.