• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • If you do it manually, path is something like (if it’s on the ssd at least)

    ~/.local/steam/steamapps/common/StardewValley/mods
    

    SMAPI has a .sh in their release zip that sets it up for you, and their wiki is pretty solid if you’re wanting to do it through proton instead of the native application. I gave the nexus mod app a try, works pretty well but without premium you need to download mods individually, having an actual mod manager is nice though.

    I’ve done rimworld modding running that through proton, but rimworld has workshop support and various mod managers so that was really easy to do (and plays pretty well, but I played rimworld on the og steam controller in the past so was kinda used to it)



  • I did some testing for some parts for my dad, he keeps bees and lost a shaft support for one of his tools when he was reassembling it, he whipped up a replacement and fired me the stl when I was talking about my printers.

    Printing with the shaft in the z needed a lot of supports,

    laying it on its “back” was by far the easiest, outside of the support looked a little gross, could have benefitted from supports. Did them all in petg, gave them all to him just so he can get a feel for what 3D printed parts look like as he’s interested in getting one himself (trying to sell him on a v0 if he’s not sure, but kinda thinking about doing a trident)


  • If I recall the Verb-Noun idea is supposed to make it clear what is happening, take a look through stuff like the approved verbs for defining cmdlets. There’s aliases and stuff for sure for example I think ls is an aliases for Get-ChildItem in PowerShell.

    It’s supposed to make it so you don’t necessarily need to look things up, need to do something to an item? Well you can Copy, Remove, Rename, Move etc, and while yeah that’s a super basic example that you know the equivalent linux commands for, the concept is supposed to apply everywhere. Now, whether or not people follow the guidelines is probably another story.

    I don’t really hate shell scripting, feel like they all have their place, complex stuff though is nicer in straight PowerShell than bash IMO, but I’m fine using either.


  • Synapse link is a pain too if you’re doing everything with as much private networking as possible. Actual setup is quick, but you need a windows machine for the PowerShell libraries needed for the dynamics side of the link, and if you’re just added as a guest to a client tenant, the cmdlets won’t let you login on their tenant, always uses the default tenant as far as I recall and there’s no tenant flag. I’ve set it up a handful of times and once it’s up it works really well, just an annoyance sometimes getting there. Think doing it through event hub has some similar irritations too.

    I’ve not had the pain of dealing with fabric extensively, most of the engineers and data scientists I work with hate working with it, everything seems like a halfbaked implementation of stuff in synapse, adf and Power BI premium but somehow worse, and their documentation is increasingly unhelpful.


  • My partner suspected it like a decade ago, pandemic rolled around, masking got harder. Started with my current therapist, who has ADHD, they worked with me exploring why I thought I may and helped me navigate diagnosis, seeing others lived experiences was big and is why I’m open about it at work and otherwise.

    Had my preliminary consult with my psych and was given an eval that I passed with flying colours. Looking back, I check lots of boxes, I failed a course in uni because I got stressed and binged wow as an outlet, loss of structure hit me hard going from highschool. Courses I wasn’t interested in I had a hard time investing in. My masking at work didn’t do great for my mental health or personal life, food & alcohol were the drugs I used (incidentally vyvanse is used for binge eating disorder as well), hit financial issues from impulse spending. I’ve written about my experience with that in the past, was not a good time in my life (mentally or physically) but I’ve worked through it (with therapy) so it’s a chapter I don’t want to repeat.

    I went through stages of acceptance after my diagnosis, which is totally normal, I’d get frustrated realising how much of my behaviour is linked to my ADHD, either directly or as a coping mechanism. Was annoyed initially I got the diagnosis in my 30s but hey, can’t change the past and I wouldn’t be who I am without my experiences. I’ve still got work to do and maladaptive coping mechanisms to unpack, but hey it’s a journey and diagnosis was absolutely vital, I’m super grateful to my partner for really pushing me towards it, they’re also nd so we help support each other.


  • It’s a right of passage, I switched all my hotends to fixed blocks, accidentally loosened the block once on the older style hotend after torquing correctly and enveloped the thing in petg, it kinda vitrified too or something in the heat, was like glass so no getting that off.

    Generally, blobs off of your hotend, estop it and take a look, that’s a huge tell for a leak.

    Worth keeping a few spares around, at least for stuff like nozzles, blocks, heaters and probes.





  • I bought the LCD when it was really steeply discounted, like nearly $280 CAD before taxes and duties for a new one. I bought my partner an oled one and the screen is strikingly different to me, size makes a difference and it’s a lot more vibrant (+ HDR).

    The LCD is a solid machine and a great value, I like my partner’s screen and battery life but I don’t know if it’s worth spending twice the price. Regardless, both are really easy to service, way more comfortable than the switch is too.




  • Yeah, makes sense based on where the sensor is, my heater didn’t have a thermocouple on it so I drilled a hole for a thermistor midplate, it’s super slow to respond is the downside but in theory it should be accurate enough.

    I don’t have experience with the bambu, in theory everything will experience thermal expansion but for the voron setup, the bimetallic construction is some of the issue, they have different thermal expansion properties so it can cause deflections. Part quality will vary wildly depending on sourcing too, vorons are very diy and open as the draw, but there’s just so much variability from sourcing, mods, assembly etc.



  • It looked like you have a textured sheet? 0.2 mm variation over the entire built area isn’t huge, might be exaggerating it.

    How much of a heat soak? If you’re going to the edge, let that sit for at least an hour, preferably more, look at Ellis’ page on thermal expansion, frame will absolutely expand. I use backers on my 2.4, gantry is giant bimetallic strip, backers do seem to help with that. Klipper does have the ability to correct for this as well, in that link. I do also have a kinematic bed mount (it’s coupled loosely to the frame, basically gives the bed room to expand), which again does seem to help, but I’d personally say heat soak is the first thing to do to achieve consistency.

    And to echo others, degrease your bed with dish soap & water (unless your surface can be damaged, Buildtak that’s a no, don’t of that for example). If that’s a textured sheet, may need to give a bit more of a squish, but get it good and clean first. Ellis has some solid 1st layer calibration and troubleshooting guides to go through. For pei, personally I’ve found I needed to rough up the surface a bit with a brass brush, I don’t love pei on my voron, usually use buildtak but have had really good results with the fire resistant version of garolite.

    Edit: read up on your probe, eddy current based? Sounds really interesting, my first point is probably moot, though possible you could be picking up the texture or if you have strong magnets it could affect it (my bed has an array of strong round magnets, seen others that are just a magnetic sheet), the do call that out in their FAQ.


  • I was looking through, generally custom macros are in the config folder, unsure if they’ve implemented it differently, here’s the Raise3D repo I found earlier, klipper has some code in c for the microcontroller stuff AFAIK with klippy in python, I’ve not personally dove into the code, just config and macro stuff largely.

    Actually digging through a bit, there’s some gcodes in /klippy/gcode.py in the above repo I don’t see in the Mainline Klipper equivalent, like M9999, it might be a start, klippy lives on the host machine.



  • Yeah, didn’t think it was an image, just images in gcode are encoded.

    I did find their github with a klipper config, but yeah, unsurprisingly it’s not there. You could see if it has documentation through the klipper console? I’m betting it’s not going to be in your klipper config unfortunately. Definitely leaning toward it being the portion that has the firmware validate the key and then set things up.