VoronDesign / Voron-Hardware

Cool Hardware designed by the Voron Design group
GNU General Public License v3.0
874 stars 356 forks source link

First upload of the RP2040 display #205

Closed th0mpy closed 7 months ago

th0mpy commented 1 year ago

This is my remix of the V0_display, based on the RP2040 (RaspberryPi Pico).

timmit99 commented 9 months ago

Got an error on the CLI action: image

Let me take a look

bartlammers commented 9 months ago

Few points of feedback:

th0mpy commented 9 months ago

Don't commit the changes just yet. Just a few housecleaning things to get out of the way first. In the meantime, I updated per @bartlammers suggestions.

  1. Updated (rolled back) to micro-usb for usability in both a vertical and horizontal configuration. Later update may go back to USB-C
  2. One 3.3v and one GND pour, coming up.
  3. Did some small updates to the README but will finish up with the housecleaning later (need to update pictures and such)
  4. See point 3 😄
  5. SHOULD* be all updated to PLAY BOLD. Question, do you want knockout or prefer the regular font?
  6. My logo is removed (hidden in another layer) and the Voron logo is added.

I'll get to the screenshots tonight and will push a new update as well as do just a little cleaning to tidy up the structure of the KiCad and regenerate the production files.

th0mpy commented 9 months ago

I made a couple updates to the schematics, per some design considerations.

th0mpy commented 9 months ago

@bartlammers all updates accounted for. Please review and let me know what you think.

th0mpy commented 8 months ago

Regarding the STLs. Yes, the Voron 0 STLs are 100% the same as before. I can just remove those STLs.

th0mpy commented 8 months ago

I just received a few boards yesterday with all of the changes. I'll snap a few new pics tonight and upload with updated filenames.

th0mpy commented 8 months ago

Images updated. Please have a look and let me know if you approve of the changes. Side note, I confirmed that the new version of KiCad will not allow you to change the extension names. It really messes things up and I had to restore from a backup. All should be good now.

timmit99 commented 7 months ago

@th0mpy Only thing i noticed was the Neopixel out silkscreen looks to overlap. May be best to make the pin names a bit larger and shift the title up a bit. image (this may just be my font though, but your image looks to have the same issue)

image

th0mpy commented 7 months ago

I updated that label.

timmit99 commented 7 months ago

I updated that label.

ok great, than i see nothing else to nitpick =D

wlhlm commented 6 months ago

This PR seems to have removed V0_Display/KiCad/V0_Display.kicad_pcb, which was the PCB layout for the STM32 V0 display. Was this intentional?

th0mpy commented 6 months ago

The V0_Display.kicad_pcb was an accident. I've fixed it, but it still shows as a deletion in the PR.

th0mpy commented 6 months ago

Although, I do see that the file was indeed deleted. I can do a new pull request to fix that.