• 8 Posts
  • 386 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • Here’s what that looks like for me. Basically a controller_fan configured to kick off with the steppers.

    #Case fan for cooling when heating bed [controller_fan controller_fan] pin: YOUR_FAN_PIN_HERE heater: heater_bed stepper: stepper_x,stepper_y,stepper_z heater_temp: 40.0 fan_speed: 0.8 shutdown_speed: 1.0 kick_start_time: 0.5







  • That’s a good way to put it.

    I’d personally amend it to this though:

    Math is the language we use to write pseudo-code for the rules of the universe. It allows us to reasonably predict and share/write our understanding of the universe.

    The best algorithms then match with the actual universe even if the real thing doesn’t use the math (looking at you -1, infinite points and black holes)






  • I’ve had some luck with attaching silicone pie mat to prints that I wanted to have a grippy surface.

    Downside is it picks up any grime, dust, dirt easily. No biggie when you throw a silicone mat in the dishwasher, more of an issue when you can’t do the same with something 3d printed.

    Another consideration could be large furniture non slip pads. Something made for putting on the feet of a couch/sofa for example, cut to size?




  • Not to mention the whole bones that can’t be broken because of the super strong metal.

    So… pre bone infusion Wolverine maybe? Although if he lost an arm and it grew into a new person would they have a functioning brain?

    For that matter, even if he didn’t, would a healed wolverine remember who he is if his brain suffered enough trauma?

    Which opens up a Pandora’s box of issues such as CTE’s j side his encase skull. Sure his brain can heal that damage but the memories, etc would be gone right?







  • FYI don’t use empty lines as spacing. Instead use breaks.

    Insert > Page Break (for quick and easy breaks that start on then next page)

    Or…if you need something more specific

    Layout > Breaks >

    Text Wrapping (to make sure things like captions, etc move below an embedded object like a picture, table, etc)

    Section Break (for the same layout/flow but potentially different styles, numbers/bullet lists reset, etc)

    Column Break (if you’re doing multi column layout and you want the next thing to be at the top of the next column)

    There are others