@MegaAndy, Thank you for bringing this up, I have been trying for months to remove an issue with blobbing(or zitz). I've tried everything I could think of, and I tried everything others suggested. But I could not get rid of my problem. Then I changed my microstepping from 16 to 128, and the problem went almost away. I still have to do some tuning, but so far I am liking the results.
Best posts made by Iamturbo1978
-
RE: My Experience with Relative extrusion (Problem and Solution)
-
Would this work?
Hello everyone,
I came up with an idea that would automatically keep my stepper motors cool, and I want to see if it would work before I put any effort into it.
I currently have heatsinks and fans on my stepper motors. They work great, but the fans are on when there is no need to have them on. So I came up with the idea of having the DuetWifi control the fans when the motors got above a set temperature. Just like the hotend fan. I would have thermistors on each motor, and a fan that is linked to each thermistor. That way if a motor started to get warm, the cooling fan would kick in. Plus it would allow me to see if a motor is getting to hot since the temperature would be displayed on the web control.
I would not be buying a Duex2 or Duex5 for this since I don't have the need for the additional stepper drivers and/or the heater MOSFETS. I would using the Duex5 schematic as a reference for designing my own board. I would use all the exact same parts as the Duex5, just without the extras I don't need.
So I am asking all the Duet gurus... Could I use the Duet to monitor some thermistors and control some fans to keep my stepper motors cool without having the fans on all the time?
thermistors
Thanks
TCP.S. One option I did start on, is making a circuit using a comparator that would turn on a fan when the temperature went above a set level. I would do this idea if the Duet idea would not work.
-
RE: Filament config
@chrishamm thank you so much for the reply. It makes total sense why not to load the config automatically. I now understand what I need to do. Thank you.
-
RE: Closed loop for X and Y
@doctrucker good point. Hopefully, by putting the encoders as close to the print head as I can, a good majority of the "slop" in the system could be filtered out. In theory, the closed loop should notice the wobble of the head, and make corrections.
-
RE: RC Low-Pass Filter for Blower Fan
@wilriker Please understand, I am in no way an electronics pro, but from the questions I have asked in my life, and the experiences I have had, I think I can answer you correctly.
Peak-to-peak ripple really matters for sensitive systems. Like video/display, audio, high frequency microprocessors. But stuff like LED's, motors, fans, hotends, etc... dont care about the ripple. Ripple only really applies for power supplies. Within a power supply (non-linear kind), there is a coil called an inductor. The power supply will charge and discharge that inductor to either boost or buck the input voltage (depending on the setup). The charging and discharging of the inductor will create little spikes. Those spikes are ripple. Understanding ripple can be complicated. The duet's PWM output doen't have an inductor to charge. So the ripple should be very low, to almost no ripple at all.
Hope that helped
-
RE: Closed loop for X and Y
Thank you everyone for your insight. Because of your input, I think I am going to go forward with doing a closed loop system for a couple reasons... One, to add one more example of using a closed loop system on a FFF printer. Two, move out of my personal comfort zone doing the designing and planning.
-
RE: RC Low-Pass Filter for Blower Fan
@dc42 Thanks for bringing that up. I wanted to say there are 2 pulse fans. My Delta (company) fans are all 4 pulse per revolution.
-
RE: RC Low-Pass Filter for Blower Fan
@wilriker I'll try to make this as simple as I can, hopefully this will help.
A PWM signal only has 2 states, "HIGH" and "LOW". for this example the voltage does not matter. It could be 12V, 5V, 3.3V etc... We don't care about the voltage right now, only the PWM signal.
The PWM frequency is the number of PWM cycles in one second. If the frequency is 100Hz, then there are 100 PWM cycles in one second. Meaning, that each PWM cycle is only 0.01 seconds (10ms) long.
The duty cycle is the ratio of how long the signal is high to how long it is low.
If we have a duty cycle of 50%, the signal would be high for 0.005 seconds (5ms), then low for the remaining 0.005 seconds (5ms). If we set the duty for 30%, that would be 3ms high and 7ms low. and if we set it to 90%, that would be high for 9ms, and low for 1ms.
The common way for a PWM cycle is to start high, wait the amount of time set by the duty cycle, then go low for the remaining amount of time. Not everything follows this way, but for this example, we are not going to worry about the other ways.
Now, lets say our filter is tuned to only look at a single 10ms (100Hz) PWM cycle. It would only see the signal being high for sometime, then go low for sometime.
But now lets change the filter to look at a 9ms (106Hz) PWM cycle. It would see the high like the last filter, but the low would be shorter than the other filter.
Lets set the duet duty cycle to 50%, and the frequency to 100Hz (10ms cycle). The duet would make the signal high for 5ms, then low for 5ms. Now we add the 106Hz filter. The filter is only going to see 9ms of the PWM cycle. So that would be 5ms high, then 4ms low. That would mean the signal is high 80% of the time ((4ms/5ms)*100). That means, even though you set the duet to 50%, your fan would see 80%.
Capacitors are like water towers. They store a charge, and depending on there size, they can store a little or a lot of charge. That stored charge takes time to discharge. Larger caps take more time to discharge, just like water towers. Everytime the PWM signal goes high, the cap gets charged. And every time the signal goes low, the cap gets discharged. How much discharged depends on the load, your fan for example. If the cap cant discharge most of the energy before the next PWM cycle, the cap gets recharged before it can discharge. If you keep putting in a 80% PWM duty cycle into a cap, but only using 40% of the energy, the cap would be fully charged in only 2 PWM cycles or 20ms. That is why your fan stays on no matter what duty cycle you set. And that is why the lower frequency helped, there was more time for the cap to discharge.
The advice I gave you before was me trying to get what you had on hand to at least help you. Without some kind of feedback from the fan, and a circuit to monitor and adjust the PWM on the fly automatically, you are not going to be able to get a direct correlation between the speed you set, and the actual speed of the fan.
What I did is with my old ramps board is is found a R-C combination that removed the PWM noise from the my fan using the smallest cap I could use. I used a 100uF cap, and a 10Ω resister on a fan that has a 0.25A rating. If my fan used less power, I would have used a smaller cap.
Hope that helped.
Latest posts made by Iamturbo1978
-
RE: "Echo" Meta command help
@alex-cr That was the problem... Thank you
-
"Echo" Meta command help
Hello all,
I'm trying to setup an enraged rabbit, and I'm working through Perry's Enraged Rabbit On RRF setup EnragedRabbitOnRRF
I have been converting it from Duet3 to my Duet2WiFi. But I am getting stuck at the "echo" command. After a few hours trying to figure it out, I still cant figure out what is going on.
I then tried a simple echo command
echo >"mymacro.g" "G1 F3000 X"^10
This command should create a file named "mymacro" and place "G1 F3000 X10" into it... When I input it into the console, I get an error (same error from before)
Could someone please help me out, and tell me what I am missing?
Machine information:
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.0beta1 (2021-07-10)
Duet WiFi Server Version: 1.25 -
RE: Manual bed level setup - I have to be missing something
@garyd9 See... I knew I was missing something.
Thank you so much, that is what I was missing, and it totally worked.
-
Manual bed level setup - I have to be missing something
Hello everyone,
I really think I am missing something.
I'm trying to setup a 4 point manual bed leveling, but I keep getting an error. I've checked, and checked, and checked, and checked, both the config and the bed files. I can't for the life of me figure out what is going on.
Could someone please take a look, and tell me what I am missing?
Thanks
The error I am getting;
G32 Error: Number of calibration factors (3) not equal to number of leadscrews (4)
My config;
M671 X67:217:67:217 Y0:0:287:287 P0.8
Bed file;
G28 ; home G30 P0 X67 Y0 Z-99999 ; probe near an adjusting screw G30 P1 X217 Y0 Z-99999 ; probe near an adjusting screw G30 P2 X67 Y287 Z-99999 ; probe near an adjusting screw G30 P3 X217 Y287 Z-99999 S3 ; probe near an adjusting screw and report adjustments needed
-
RE: changing bed temp rate of change
@Phaedrux wonderful. I will give that a try. I couldn't use PID tuning for my last setup, that is why I didn't even consider tuning it. Thank you for the help.
-
changing bed temp rate of change
Hello all,
I just got my Duet2 WiFi, loaded with RRF 3.2
Everything is going great except my print bed faults out because it is taking to long to heat up because I have a very thick print bed (9mm thick, MIC6, freebee).
Error: Heater 0 fault: temperature rising much more slowly than the expected 1.8°C/sec
I didnt have this kind if problem with RRF 2.0
I did try
M570 H0 P30 T15
just to see what would happen. Same thing happened in the same amount of time.I need to find a way to change the temperature rate of change to a lower value.
Ive reviewed over all the Gcodes, and I couldnt find anything (I could have missed it).
Could someone please point me on how I can change the 1.8c/sec rate of change?
Thank you for any support you can offer.
-
RE: Duet2 WiFi + SBC question
@Phaedrux this is great information. Thank you.
-
Duet2 WiFi + SBC question
Hello all,
I've been running on a Duet2 (v1.03) board for a while. Today I had something happen, the main connector burned (my fault, I didn't check if the screws were tight).
So I'm replacing it with a new Duet (v1.04c) board. I'm also taking the plunge to software version 3.2
I was looking through the release notes, and I noticed that I can hook a SBC to it.
I was wondering what are the benefits of hooking a SBC to the Duet2? Is there any documentation about the features? Any documents explaining the setup? Etc..
I also noticed that 12864 displays are now supported. Is there any documentation about setup and use?
NOTE
I found the information about the display.
Thank you for any information you can provide.
-
RE: Extending EPS-12S
@jens55 said in Extending EPS-12S:
Just as an FYI, I think Duet sells the module (they sell duets as both internal as well as external antennas)
I could not find just the module on the Duet3D website, but I was able to get the part number off of the pictures. Digikey offers the module.
https://www.digikey.com/product-detail/en/rf-solutions/ESP-07S/ESP-07S-ND/9555693
I'll just de-solder the module, and install the external module. I like this idea so much better then trying to extend the module.
Thank you
-
RE: Extending EPS-12S
@jens55 said in Extending EPS-12S:
Get a wifi module with an external antenna.
That is a great idea. I will check into that