• 1 Post
  • 22 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle






  • Do you have some pictures and drawing to explain what you want to achieve?

    I agree with the comment about using something simpler than Blender. Blender is the right tool for organic shapes and for sculpting.

    What I understand is that you have two models, one for a phone case, one of a “hole” for fixing a magnetic holder.

    I use OpenSCAD. With this tool, this would be my logic (could be replicated in other tools :

    • import the mag holder stl
    • create a rough shape, like a cylinder, that would fill the hole
    • make a “difference()” between the cylinder and the mag holder. This way, the cylinder has the shape of the complex hole. You can then use this shape to make a hole in the stl of the case
    • import the case
    • import the mag holder once again / or add a volume the shape you want
    • use “difference()” between the case+mag holder and the complex hole shape to clear the hole

    you can enhance this process by creating a negative shape of the buttons holes








  • I have this kind of issue with shitty white filament. Changing the filament with better quality ones solves the issue.

    For this roll of filament, it looks like a retractation setting problem. When the head “jumps” across the hole, the printer retracts the filament to release the pressure. If the retractation setting it too high, it will starts the new slice with a lag in the pressure, leading to underextrusion.

    You may try to calibrate your retractation setting. The value should be lower. You may get other artefacts (filament residue in the hole) but it’s easy to clean.

    You can make a “retractation tower” to get the best value.


  • That’s what I currently try (I am not OP) and it does not works. The slicers use one magic Gcode command (M600) that does all the filament change movements and interactions.

    My shitty printer (Weedo Tina2) does not recognize this command (I have found the documentation).

    A printer at my fablab (artillery X2) just ignores it.

    What do you use to make midprint filament change?