Rotating Magnetic Sensor - Keeps Pausing Printer
-
@thedragonlord I managed to get some testing done this week and have passed the results on to @dc42. I have some more tests to do though. I made a cut down version of your print file, with as little movement as possible to see some of the effect and got 64% to 106% which for movement with no major retractions I find odd. So in summary its not forgotten, but not pinned down yet.
-
@t3p3tony said in Rotating Magnetic Sensor - Keeps Pausing Printer:
@thedragonlord I managed to get some testing done this week and have passed the results on to @dc42. I have some more tests to do though. I made a cut down version of your print file, with as little movement as possible to see some of the effect and got 64% to 106% which for movement with no major retractions I find odd. So in summary its not forgotten, but not pinned down yet.
I've also been seeing some unusual behaviour with my 600ppr encoder based filament sensor but didn't have time to investigate so I've disabled it for now.
If there is any significant updates on this I'll reactivate my DIY sensor.
-
@t3p3tony said in Rotating Magnetic Sensor - Keeps Pausing Printer:
@thedragonlord I managed to get some testing done this week and have passed the results on to @dc42. I have some more tests to do though. I made a cut down version of your print file, with as little movement as possible to see some of the effect and got 64% to 106% which for movement with no major retractions I find odd. So in summary its not forgotten, but not pinned down yet.
ok, thanks! I think the key is PA...Let me know
-
@thedragonlord I have been testing magnetic filament monitor reporting yesterday and today with a view to discovering why some users are experiencing this type of problem. As part of this I am putting together a set of test files. Here are the first three (more will follow). Please try them on your machine. In each case:
- Select a tool and preheat it to your normal extrusion temperature, or a little higher (to make sure the extruder doesn't skip steps)
- Ensure that the MFM is disabled (use M591 D0 S0 if you are testing extruder 0)
- Run the file. It will home the printer if it hasn't already been homed, then extrude 10mm above the bed between X0 Y0 and X0 Y50. So it should be OK to run on almost any printer.
- At the end it will use M591 to report the calibration data. Report the results here.
- For the third one, the results may depend on your pressure advance setting. I get good results with PA=0.2 (my usual setting) and also with PA=1 but your results may vary.
- The default extrusion speed is 1mm/sec. You can run the tests at a higher extrusion speed using the speed multiplier or the extrusion factor multiplier.
-
@dc42 said in Rotating Magnetic Sensor - Keeps Pausing Printer:
@thedragonlord I have been testing magnetic filament monitor reporting yesterday and today with a view to discovering why some users are experiencing this type of problem. As part of this I am putting together a set of test files. Here are the first three (more will follow). Please try them on your machine. In each case:
- Select a tool and preheat it to your normal extrusion temperature, or a little higher (to make sure the extruder doesn't skip steps)
- Ensure that the MFM is disabled (use M591 D0 S0 if you are testing extruder 0)
- Run the file. It will home the printer if it hasn't already been homed, then extrude 10mm above the bed between X0 Y0 and X0 Y50. So it should be OK to run on almost any printer.
- At the end it will use M591 to report the calibration data. Report the results here.
- For the third one, the results may depend on your pressure advance setting. I get good results with PA=0.2 (my usual setting) and also with PA=1 but your results may vary.
- The default extrusion speed is 1mm/sec. You can run the tests at a higher extrusion speed using the speed multiplier or the extrusion factor multiplier.
Thanks! I'll try the three files when I'll be back home this evening and I'll let tyou know
-
@thedragonlord here's test file 4. For this one you need to configure firmware retraction using M207.
-
@wouldstain please can you run these four test files too.
-
@dc42 said in Rotating Magnetic Sensor - Keeps Pausing Printer:
@thedragonlord here's test file 4. For this one you need to configure firmware retraction using M207.
I'll try this too. I've never used the M207, I suppose I have to configure it with the same params I set in the slicer for retraction, right? I usually set 3mm at 40mm/sec so I have to set:
M207 P0 S3 F2400
and set it in the config.g correct?
-
@thedragonlord yes thats right
-
Here are my results if they are helpful:
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.2 ELECTRONICS: Duet Ethernet 1.02 or later FIRMWARE_DATE: 2021-01-05(I took out the var... part since my version of RRF doesn't support that)
Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 114, measured sensitivity 26.00mm/rev, min 98% max 102% over 98.5mm Finished printing file 0:/gcodes/1635171097795-mfm-test-1.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 114, measured sensitivity 26.40mm/rev, min 96% max 103% over 98.8mm Finished printing file 0:/gcodes/1635171097802-mfm-test-2.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 131 agc 114, measured sensitivity 26.76mm/rev, min 97% max 102% over 48.5mm Finished printing file 0:/gcodes/1635171097805-mfm-test-3.gcode, print time was 0h 0m (At this point, I entered M207 P0 S3 F2400 in the GCODE console) Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 131 agc 114, measured sensitivity 26.80mm/rev, min 96% max 103% over 40.0mm Finished printing file 0:/gcodes/1635173702760-mfm-test-4.gcode, print time was 0h 0m
-
PS all these files use relative extrusion. I will add M83 commands to the final versions, in the mean time feel free to ad M83 commands yourself if you do not have M83 in config.g.
-
@alankilian thanks, so far they look good (I'm looking at the measured sensitivity min/max). More test files to follow.
-
Here are some more test files, also the earlier ones with added M83 commands.
MFM test 7.gcode MFM test 6.gcode MFM test 5.gcode MFM test 4.gcode MFM test 3.gcode MFM test 2.gcode MFM test 1.gcode -
@dc42 said in Rotating Magnetic Sensor - Keeps Pausing Printer:
Here are some more test files, also the earlier ones with added M83 commands.
MFM test 7.gcode MFM test 6.gcode MFM test 5.gcode MFM test 4.gcode MFM test 3.gcode MFM test 2.gcode MFM test 1.gcodeHere are my results:
Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 132 agc 68, measured sensitivity 25.36mm/rev, min 96% max 104% over 98.2mm Finished printing file 0:/gcodes/Test/1635178672419-mfm-test-1.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 129 agc 66, measured sensitivity 25.28mm/rev, min 97% max 104% over 98.2mm Finished printing file 0:/gcodes/Test/1635178672425-mfm-test-2.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 129 agc 66, measured sensitivity 25.18mm/rev, min 97% max 102% over 48.9mm Finished printing file 0:/gcodes/Test/1635178672427-mfm-test-3.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 129 agc 66, measured sensitivity 25.28mm/rev, min 98% max 102% over 40.0mm Finished printing file 0:/gcodes/Test/1635178672429-mfm-test-4.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 130 agc 66, measured sensitivity 25.22mm/rev, min 98% max 104% over 98.3mm Finished printing file 0:/gcodes/Test/1635178672431-mfm-test-5.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 130 agc 66, measured sensitivity 25.22mm/rev, min 97% max 104% over 98.3mm Finished printing file 0:/gcodes/Test/1635178672433-mfm-test-6.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, disabled, sensitivity 24.78mm/rev, allow 0% to 160%, check every 3.0mm, version 3, mag 130 agc 66, measured sensitivity 25.07mm/rev, min 98% max 102% over 48.1mm Finished printing file 0:/gcodes/Test/1635178672436-mfm-test-7.gcode, print time was 0h 1m
-
This was without M207 P0 S3 F2400
Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 114, measured sensitivity 25.57mm/rev, min 99% max 102% over 48.3mm Finished printing file 0:/gcodes/1635178672436-mfm-test-7.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 131 agc 114, measured sensitivity 25.80mm/rev, min 97% max 102% over 97.9mm Finished printing file 0:/gcodes/1635178672433-mfm-test-6.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 116, measured sensitivity 26.07mm/rev, min 96% max 104% over 98.4mm Finished printing file 0:/gcodes/1635178672431-mfm-test-5.gcode, print time was 0h 0m
This was WITH M207 P0 S3 F2400
With M207 P0 S3 F2400 Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 114, measured sensitivity 25.52mm/rev, min 99% max 102% over 48.1mm Finished printing file 0:/gcodes/1635178672436-mfm-test-7.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 114, measured sensitivity 25.89mm/rev, min 97% max 103% over 97.8mm Finished printing file 0:/gcodes/1635178672433-mfm-test-6.gcode, print time was 0h 0m Duet3D rotating magnet filament monitor v3 on pin e0stop, enabled, sensitivity 28.80mm/rev, allow 60% to 160%, check every 3.0mm, version 3, mag 132 agc 114, measured sensitivity 25.91mm/rev, min 98% max 102% over 98.5mm Finished printing file 0:/gcodes/1635178672431-mfm-test-5.gcode, print time was 0h 0m
-
I can certainly run those files tomorrow.
Additional datapoint:
I ran an 8hr job yesterday with PETG (have had far fewer problems with PETG than PLA)
with zero issues after running with the the sensor set wide open:M591 P3 C"e0_stop" S1 D0 L26.5 R1:200
printing at 60mm/sec perimeter and 80mm/sec infill.
If I slow down the print speed (only tried to slow to 40/60) I get stops again.
Will run test files tomorrow and share results.
-
@wouldstain said in Rotating Magnetic Sensor - Keeps Pausing Printer:
I can certainly run those files tomorrow.
Additional datapoint:
I ran an 8hr job yesterday with PETG (have had far fewer problems with PETG than PLA)
with zero issues after running with the the sensor set wide open:M591 P3 C"e0_stop" S1 D0 L26.5 R1:200
printing at 60mm/sec perimeter and 80mm/sec infill.
If I slow down the print speed (only tried to slow to 40/60) I get stops again.
Will run test files tomorrow and share results.
So your problems seem to happen when you print slower? mmh, interesting...I always print at 60mm/s internal perimeters and infill and 40mm/s external perimeter....have you configured PA as well?
-
@wouldstain said in Rotating Magnetic Sensor - Keeps Pausing Printer:
zero issues after running with the the sensor set wide open:
do you have a report of the window that was detected by the end of the print?
-
So far my test files have failed to identify the problem. I can see that @alankilian has an abnormally high AGC value which I would normally consider out of the workable range, but despite that his results are good.
I printed the drywall anchor from @wouldstain yesterday. It showed an expansion of the measured range towards the end. After 13 minutes the range was 81% to 127%, but in the final 3 minutes it increased to 53% to 130%. So I will try to work out the movement pattern that caused that - or maybe it was just slower printing time towards the end.
-
@dc42 said in Rotating Magnetic Sensor - Keeps Pausing Printer:
So far my test files have failed to identify the problem. I can see that @alankilian has an abnormally high AGC value which I would normally consider out of the workable range, but despite that his results are good.
I printed the drywall anchor from @wouldstain yesterday. It showed an expansion of the measured range towards the end. After 13 minutes the range was 81% to 127%, but in the final 3 minutes it increased to 53% to 130%. So I will try to work out the movement pattern that caused that - or maybe it was just slower printing time towards the end.
If it could help I've noticed too that in my prints (when they don't stop immediately) there's ALMOST always a range expansion during the print in terms of max and min limit....at a certain point I thought that the two values could be "incremental" values....