• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2024

help-circle



  • Okay, but changing the nozzle still is a normal modification that is required to do if you want to print abrasive filaments for example or thinner or bigger nozzle diameters. It’s very easy to change the nozzle because of that, manufacturers expect you to change it.

    How about add-ons, not modifications? Do you count that as modifying if you add a raspberry pi or a camera, but you can still just remove them and have the printer just like it came ootb?









  • Yes, you can’t use Copilot to generate files in your code structure way if you start from scratch. I usually start by coding a skaffold and then use Copilot to complete the rest, which works quite good most of the time. Another possibility is to create comment templates that will give instructions to Copilot. So every new Go file starts with coding structure comments and Copilot will respect that. Junior Devs might also respect that, but I am not so sure about them