Notifications
Clear all

Trouble inserting a magnet  

  RSS
SS220
(@ss220)
Estimable Member
Trouble inserting a magnet

I had two issues I'm looking for assistance with.

First, I used Prusaslicer 2.2.0 to insert a pause print (right clicked on the + sign) so I could insert a magnet into a print. The printer paused correctly, but when I clicked resume print, the print head went to the model then went back into pause. This happened over and over.  I had to click resume print about 10 times (I didn't actually count), then it finally began printing. Any idea why that might occur.

Second, the process above was all for naught because there is something magnetic in the print head and as soon as the print head went over the inserted magnet, the magnet leaped to the print head and stuck to it.  Anyone have any pointers on how I might be able to avoid this?

 

Posted : 08/09/2020 12:27 pm
Clemens M.
(@clemens-m)
Noble Member
RE: Trouble inserting a magnet

Try to dimension the hole for the magnet in that size, that the magnet is a little bit bigger than the hole, so that you have to use a little bit of force to get the magnet into the hole. Or you try to use superglue to use the magnet in position.

Best regards, Clemens

Mini, i3 MK2.5S, i3 MK4, CClone (Eigenbau)

Posted : 08/09/2020 2:12 pm
Neophyl
(@neophyl)
Illustrious Member
RE: Trouble inserting a magnet

What version firmware is your printer running ?

Posted : 08/09/2020 2:55 pm
SS220
(@ss220)
Estimable Member
Topic starter answered:
RE: Trouble inserting a magnet

@neophyl, I'm using 3.8.1-2869

@clemens-m Thanks for the suggestions!

 

Posted : 09/09/2020 11:58 am
Neophyl
(@neophyl)
Illustrious Member
RE: Trouble inserting a magnet

I suspected as such.  One of the bugfixes put into firmware 3.9.x is for a loop around M601 (Pause/Resume)

Infinite Loop

G-code M601 was in specific scenarios causing an endless loop.
https://github.com/prusa3d/Prusa-Firmware/releases/tag/v3.9.0   for the full release notes.

Posted : 09/09/2020 12:20 pm
karl-herbert
(@karl-herbert)
Illustrious Member
RE: Trouble inserting a magnet
Posted by: @stevensmith

I had two issues I'm looking for assistance with.

First, I used Prusaslicer 2.2.0 to insert a pause print (right clicked on the + sign) so I could insert a magnet into a print. The printer paused correctly, but when I clicked resume print, the print head went to the model then went back into pause. This happened over and over.  I had to click resume print about 10 times (I didn't actually count), then it finally began printing. Any idea why that might occur.

Second, the process above was all for naught because there is something magnetic in the print head and as soon as the print head went over the inserted magnet, the magnet leaped to the print head and stuck to it.  Anyone have any pointers on how I might be able to avoid this?

 

I did it this way - Insert in the printer settings at g-code before or after layer change:

; pause
{if layer_z==xx.xx}; set pause-z-coordinate xx.xx (z-insert-position)
M117 pause printing
M300 S1000 P500
G91
G1 Z50; pause, move print head up (check max_z)
M104 S170
M0 pause - press knob to continue (insert magnet or nut and clean nozzle)
M109 S[first_layer_temperature]
G1 Z-50; continue, move print head down
G90
M117 continue printing
{endif}

Don't forget to comment out this g-code after printing or set it to e.g. 999.

Statt zu klagen, dass wir nicht alles haben, was wir wollen, sollten wir lieber dankbar sein, dass wir nicht alles bekommen, was wir verdienen.

Posted : 09/09/2020 12:35 pm
Livius liked
Share: