Magnetic Dice - design, 3D printing and testing

Поділитися
Вставка
  • Опубліковано 29 вер 2024
  • Just for fun, I was testing magnetic dice to get often the number 6. I don't recommend to anybody to use this in real game, main reason for this video was to test inserting an object into 3D printed object. 3D printing is process, which you can pause, insert some object and continue the 3D printing.
    I was inserting small magnets I bought on ebay, they should be Ø6×1mm but they were smaller, so I adopt my design (Ø6×1.8 mm was a hole for 2 magnets)
    Easiest way for me to pause the printing is to use the tool on Prusa website for inserting M600 command in g-code for filament (color) change.
    blog.prusaprin...
    Then I replaced the M600 command with my code. From some reason M601 command produced infinity pause, so I had to enter other code, this worked for me:
    M300
    G1 X10.000 Y200.000 E0
    M1
    G28 Y
    M105
    What they do:
    M300; beep
    G1 X10.000 Y200.000 E0; parking position, push forward the bed
    M1; user stop
    G28 Y; home y if you need to remove some filament from nozzle
    M105; return to current temp
    Dice STL files can be downloaded from my website:
    mytechfun.com/v...
    Have fun.

КОМЕНТАРІ • 3