Slicer Discord
Simplified hitbox using a Raspberry Pi Pico – 3D printable model from MakerWorld MakerWorld
Other Toys & Games

Simplified hitbox using a Raspberry Pi Pico

13 Downloads
3 Likes
2 Makes
Go to Model
要製作成品,請稍加修改文件符合您的需求 需要材料清單 pi pico*1 type-c 母座*1(為了可以直接用C口 M3*8螺絲(*4 M3*4*4.5螺帽(*4 任意鍵盤軸體*17 鍵帽*17 電線 熱插拔座(可選 將pi pico 刷上 circuit python https://circuitpython.org/ 將函式庫拉入 lib https://github.com/adafruit/Adafruit_CircuitPython_HID/releases 編輯code.py(由GPT生成,可用) import time import board import digitalio import usb_hid from adafruit_hid.keyboard import Keyboard from adafruit_hid.keycode import Keycode # 初始化鍵盤 keyboard = Keyboard(usb_hid.devices) # 按鍵對應設定 (腳位, 對應Keycode) button_configs = [ (board.GP0, Keycode.A), (board.GP1, Keycode.S), (board.GP2, Keycode.D), (board.GP3, Keycode.W), (board.GP6, Keycode.U), (board.GP7, Keycode.I), (board.GP8, Keycode.O), (board.GP9, Keycode.P), (board.GP10, Keycode.J), (board.GP11, Keycode.K), (board.GP12, Keycode.L), (board.GP13, Keycode.SEMICOLON), (board.GP18, Keycode.TWO), (board.GP19, Keycode.E), (board.GP20, Keycode.ESCAPE), (board.GP21, Keycode.Q), (board.GP22, Keycode.F), ] # 初始化所有按鍵(含狀態) buttons = [] for pin, keycode in button_configs: btn = digita
Category
Other Toys & Games
Source
MakerWorld
Published
Updated
What you need to print this: Intermediate Low confidence
Single piece Hardware needed
Supports 1/3
Assembly 0/3
Settings 1/3
Bed size 0/3
Post-process 1/3
Printer
FDM / FFF
File format
STL
Material
Post-processing
Hardware
Software
Cura, PrusaSlicer, or similar
No ratings yet
No comments yet – be the first!

Similar Models

6 Suggestions
Feed Blog Slicer Cost Calculator Image Search Submit Kontakt Discord ☕ Buy me a coffee
DE EN FR ES IT NL

Add to Collection