damium
@damium@programming.dev
- Comment on Any ideas what causes this in overhangs? 6 months ago:
If 35° (or something close to it) is the slicer setting for overhang detection it likely changes the cooling/speed/flow settings. If that is the case you can set it to a lower detection value and maybe get better results or change the normal cooling/speed/flow to be closer so it isn’t as drastic of a change.
- Comment on What's going wrong with my prints? 8 months ago:
The biggest issue is that your corners are lifting from the bed during the print. Fixing this is usually a combination of making sure the bed is clean and adding a brim to increase adhesion. Maybe messing with temperature and cooling fan settings for the first few layers.
Second is things look a bit over extruded. This could just be due to the corner issue though so fix that before any other changes.
- Comment on Should I bother with HTTPS over Tailscale? 9 months ago:
It can still have issues with potential attacks that would redirect your client to a system outside of the VPN. It would prevent MitM but not complete replacement.
- Comment on Upgraded Ender 3v2 Issues 10 months ago:
You might also try running a few leveling probes in a row to check the repeatability of the measurements. It’s possible that something is messing with the ability to make good measurements (unstable power feed, heat warp, probe binding, etc).
- Comment on Tearing my hair out over stringing with Klipper 11 months ago:
You may want to try hotter too if you haven’t yet. Printing faster can sometimes require a bit of extra heat and too low can cause a different kind of stringing.
- Comment on What are the recommended scripting languages for complex shell scripts beyond bash? 1 year ago:
The expression syntax for the GNU find command is very powerful. I would expect that it is up to the task. If you don’t have the GNU find command with it’s extensions I could see how it’s would be difficult.
- Comment on I mean it could be right 1 year ago:
The underutilized post increment operator.