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

help-circle

  • Oh it is certainly not just you, I am sometimes confused reading them even for commands I have used for years and I know what flag I am looking for but don’t remember the exact syntax or something hah! I am glad they are there but they are definitely not a complete guide to any command, especially built-ins.

    Interestingly, this is something AI has been very useful for to me, less searching because I can describe the outcome I want and it figures out what I am talking about generally.



  • Okay so when you say “unplug the power” do you mean shut it down first or just pull the plug? The latter is a great way to corrupt your storage pools as ZFS uses memory for read and write cache etc by default. You definitely need to do a graceful shutdown especially if there is data that was recently written to disk, that’s why a UPS is so recommended. That said you can usually import an existing pool when that happens, I think there is a UI menu for it now.




  • In addition to everyone’s suggestions, have you tried rotating the part so it is at a 45 on the bed? This will keep the printer from accelerating as much in the Y direction since it is not a straight motion, I used to have to do that for tall prints on my Mk3 sometimes.

    Also, if I were printing that part I would flip it over unless there is some reason you can’t. You might also get more rigidity using normal supports for the large surface facing the bed, might print faster too, tree supports for large areas take a while for me usually.







  • Just to add what others have said, the temp you dry at is as important if not more important than time and different for each type of plastic. If you don’t have it hot enough (typically near the glass transition temperature of the plastic) then the moisture is not able to escape the plastic.

    Cool project as well, I have wanted to do the same!


  • Ah yeah that is good, just making sure because it has caused me a lot of strange issues hah.

    One thing that prob doesn’t matter but I usually dry PETG at 55 or 60, not sure how much of a difference that will make, 51 might be warm enough though. From what I have learned, it has to be warm enough that the moisture can escape the plastic (usually just below the glass transition temp) so you might try turning it up a bit if nothing else works because the moisture might not be escaping.






  • I found this diagram on SO at one point but I can’t find the post and it is the best explanation I have found for how all of the files work for bash and zsh, each color is an individual path of execution (eg, follow the red line).

    Bottom line though, it only really matters if you are overriding something that is already defined, for example I tell my users to use zshrc and I provide defaults and common things in zprofile because zshrc is executed last when they login.