I ended up more or less doing this. I still don't understand what was happening and that bothers me, but it's working now.
Posts made by honeycris
-
RE: Issues with tool offsets after "brush" macros, e3d tool changer
-
RE: Issues with tool offsets after "brush" macros, e3d tool changer
@rjenkinsgb I don't have a brush at all. I haven't figured out how to get the slicer not to call for the brush script, but I don't actually have a brush set up.
-
Issues with tool offsets after "brush" macros, e3d tool changer
I am having trouble with my tool head seeming to lose its offsets after it does the auto brush during a print. I'm attaching my gcode for the simple test print here I'm using. It's a 1mm tall bocx. On this print, for example, the first layer is fine, and then after doing it's little brush dance off to the side, the next layer is way off on the Z as well as the X axis. Then when I cancel the print, the tool head doesn't seem to know where it is on the X axis because it crashes T0 into T1 when its dropping off the tool. I'm not sure what's going on. I don't like this brush feature anyway so maybe I just need to remove that, but I'd like to try an understand the issue at least.
Here is the gcode for the test print:
Shape-Box.gcodeAlso attaching my config file:
config.g -
RE: Blew a fuse! replacing 7.5A fuse for 10A (Duex5)?
Got it. And that is because the SSR is controlled by the board but the power from the PSU doesn't run through the board, rather it runs through the SSR?
Sorry for the basic questions. I am learning...
I ordered a more powerful PSU (1000w) and an external MOSFET so once those come in I'm going to re-wire everything and try this out.
-
RE: Blew a fuse! replacing 7.5A fuse for 10A (Duex5)?
So would it be safe to replace the Duex5 fuse with a 15A one and run the heaters as I have it set up? Or would that potentially draw too much power for the Duex heater output?
The bed heater is AC powered through an SSR.
I guess I'm confused again. I am currently driving the bed heater with the SSR but I am still using the Duet bed heater output for the bed itself. I have the heated bed screw terminals connected to the SSR input. So how can I use this output for the chamber heaters?
The system is 24V. It's an E3D tool changer. The only things that are different is I'm trying to set up a chamber heating system and there is a liquid cooling system that is also currently being powered from the same power system.
Below is the heating element I'm using. One 250W and the other 100W wired in the same circuit.
Also, the PSU I have is 400W so it seems like I need something beefier, huh.
-
RE: Blew a fuse! replacing 7.5A fuse for 10A (Duex5)?
I don't think I understand what you mean. Here is a picture of the wiring setup. The red circle is the heated bed and the yellow circle is the chamber heater setup which consists of two separate heating elements that are 250W and 100W.
-
Blew a fuse! replacing 7.5A fuse for 10A (Duex5)?
I blew the 7.5A fuse on the Duex5 board. From what I can gather, the fuse is for the V_IN itself. I blew it when I was running an 800W heated bed and 2 chamber heaters (250W and 100W) at the same time. The heated bed is wired through the Duet board while the chamber heater is wired through the Duex5 heater input.
I think 7.5A might be too low for what I have going on here. Is there any issue with replacing the 7.5A fuse with a 10 or 15A? The V_IN screw terminal is rated for 25A I believe.
-
RE: M307 "bad model parameters" please help
Okay that makes a lot of sense. Thanks.
-
RE: M307 "bad model parameters" please help
I spoke too soon. I tuned the heater with the thermistor pretty close to the heater because otherwise I kept getting the "auto tune cancelled because temperature is not increasing" error. So I moved the thermistor and was able to get it to tune, but then I moved the thermistor to above the print bed. After moving it when I tried to run the heater it would never get up to temp. So then I tried to re-tune with the better thermistor position and I got the auto tune error again and again.
I ultimately want the thermistor to be above the print bed for reasons but I cant get the heater tuned in that position.
-
RE: M307 "bad model parameters" please help
@phaedrux
This worked! I was able to tune correctly and the bad model parameters were probably that heater 7 shouldn't have existed. -
RE: M307 "bad model parameters" please help
I upgraded the firmware and I'm getting all the same results.
M307 results:
m307 h7 d60
Error: M307: bad model parametersTuning results:
m303 h7 s50
Auto tuning heater 7 using target temperature 50.0°C and PWM 1.00 - do not leave printer unattended
Auto tune cancelled because temperature is not increasing -
RE: M307 "bad model parameters" please help
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 3.3 (2021-06-15 21:44:54) running on Duet WiFi 1.02 or later + DueX5
Board ID: 0JD0M-9P6M2-NW4SJ-6J9DD-3SJ6J-KASRK
Used output buffers: 3 of 24 (16 max)
=== RTOS ===M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabledconfig-override.g config.g -
RE: M307 "bad model parameters" please help
@fcwilt
I tried to change D to lower numbers and here are my results:M307 H7 D30
Error: M307: bad model parametersM307 H7 D60
Error: M307: bad model parametersM307 H7 D69
Error: M307: bad model parametersM307 H7 D70
Error: M307: bad model parameters -
RE: M307 "bad model parameters" please help
@fcwilt
OK cool. that makes sense. I'm a she not a he just fyi. -
RE: M307 "bad model parameters" please help
@fcwilt
Any thoughts on the "bad model parameters" when trying to add more dead time? -
RE: M307 "bad model parameters" please help
@fcwilt
Yes. The temperature increases during the auto tune as well, but it's just a little slower than the auto tune will allow so the auto tune process cancels itself.It also increases when I just turn on the heater from web control.
-
M307 "bad model parameters" please help
I am trying to tune a chamber heater.
-Here is the output for M115:
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.2.2 ELECTRONICS: Duet WiFi 1.02 or later + DueX5 FIRMWARE_DATE: 2021-02-11
-Here is my config file for this heater:
M308 S7 P"duex.e6temp" Y"thermistor" T100000 B4138 ; configure sensor 7 as thermistor on pin e6temp
M950 H7 C"duex.e6heat" T7 ; create chamber heater output on e6heat and map it to sensor 7
M141 H7 ; map chamber to heater 7
M143 H7 S100 ; set temperature limit for heater 7 to 100C-Whenever I run auto tune, I get the following error:
Auto tune cancelled because temperature is not increasing.
-I've tried to increase dead time using M307 so that the auto tune will work and here are the results:
M307 H7 D200
Error: M307: bad model parametersM307 H7 D300
Error: M307: bad model parametersM307 H7 D500
Error: M307: bad model parametersM307 H7 D6000
Error: M307: bad model parametersWill adding more dead time fix my auto tune issues? What is with this "bad parameters" error?