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

help-circle



  • 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.




  • 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.