• 1 Post
  • 6 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
rss
  • Its just a test to dial your printer in. I shimmed my bed with 0.1mm washers. I haven’t done a full square of plastic, but I printed my first layer / z-offset print of choice in all 4 corners and center in order to verify the bed level results in octoprint were accurate.

    Before hand 70% of my bed printed perfect, but one spot was a little lower, and the mesh bed leveling wasn’t accounting enough for it. Parts printed on textured sheets would not pick up the texture as well in that one spot. I like the textured look for top surfaces of control panels and such, so having an area on the bed that wouldn’t apply the texture was a bit annoying.

    Tests like what you are talking about is an extreme way to verify that everything is square, or at least well accounted for in the firmware.

    Also, since this wasn’t something achievable out of the box until recently, printer manufacturers are showing it off as a point of pride / as a sales tactic.





  • I run freeipa internally, which handles all internal https certs (as well as nice things like handling non sudo auth so I can just ssh to machines from an already authed machine without a PW prompt, and doing ldaps for internal things that support it)

    For external web, I have a single box running nginx as a reverse proxy thats web exposed. That nginx box has letsencrypt certs for the public web stuff. The nginx rp has the internal CA on it and will validate the internal https certs (no mullet SSL here!)

    I also do different domains for internal vs external, but thats not a requirement for a setup like this