You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 58m 50s logged

Moved the PCB edge to flush with the edge of the USB-C port, added the corresponding hole in the case, and added some text to the case. I also began the compiling process and ran into a whole bunch of errors and missed semicolons…
In the code that I am testing, all but one of the errors is fixed! I don’t understand the correct syntax for switching layers, and code in a different file is a ‘statement with no effect.’

0
4

Comments 1

@Abracadabra

Figured it out, it needs to be layer_off([layer]); or layer_on([layer]); if it’s in a macro.