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

help-circle
  • Inside git’s internal plumbing folder, git holds a file with the branch name and all of the references (files and changes) for that branch.

    When you make a new branch git will update its internal plumbing checking to see if the new branch already exists, updates its references to the new branch if it doesn’t (all held internally in a case sensitive way). It will then make that new branch file, git has already checked that the case senitive name for the branch doesn’t exist internally, so it should be good to go.

    Part of its process is creating that internal branch file… But wait!

    Windows doesn’t have case sensitive naming so when it tries to make that new branch file it will overwrite the old one (since it shouldn’t exist by git’s own reference!) All of the files and references for it now get nuked.

    Now you’re at best back to wherever that originally named branch came from, at worse your .git folder is properly borked.


  • If the service isn’t starting due to a changed port then one of two things are happening:

    1. Something else is using that port and its throwing an error
    2. There’s a configuration issue (typo, comment, or duplicate setting) that is preventing the server from starting

    Do you have any logs from the server that might help with determining which of these two it is?

    Also are you trying to access the service on your local network or via something like your mobile data or a VPN? Because if it’s the latter you probably need to configure your router to allow external traffic (which can be a security risk).




  • jeansburger@lemmy.worldto3DPrinting@lemmy.worldClean finish while ironing
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    2
    ·
    2 years ago

    It’s because your nozzle is ever so slightly too low when you’re printing. I’d adjust your Z offset by one click upwards.

    Reprint the cube, and see if that resolved it. If not adjust upwards by another click.

    If after a handful of times you can’t get a decent ironing pass, I’d take a look at your extrusion multiplier. Drop it down by 0.01 and recalibrate and retry doing the above ironing calibration sequence again.