일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- x99 itx/ac
- ITOP40
- Arduino #Wall Plotter
- centos7 #yum update #/boot
- CM-EF-NEX
- 피코프레소 #ITOP40
- razer #deathadder #viper #g102
- Oh My Zsh #macOS
- egpu #aorus gaming box #gtx1070 #tb3
- fat32 #rufus
- TensorFlow #Python #pip
- VNC #Firewall #CenOS7 #VMware
- Callaway #Mavrik #Epic Flash
- XTU #Virtual Machine System
- 매크로렌즈 #리버스링
- cycloidal #rv reducer
- Xeon #E5-2680
- VMware #Shared Folder
- Octave #homebrew #macOS
- Arduino #PlatformIO #macOS
- macro lens #EF #FD
- VirtualBox #VMware
- Tarantula #3D 프린터
- 다이슨 #배터리
- k6 #피코프레소
- ESP32 #Arduino
- Laptop #CPUID
- Java #MacBook #macOS
- Linux #VirtualBox
- Dell #Latitude #BIOS
- Today
- Total
목록분류 전체보기 (364)
얕고 넓게

2025.03.26KP3S에 Laser 추가를 위해 Marlin 으로 빌드했었다.자세한 내용을 정리하지 않아서 정리해 본다.KP3S Marlin Firmware로 검색하면 Kingroon 자료가 나온다.https://kingroon.com/blogs/3d-print-101/how-to-set-up-marlin-firmware-for-the-kingroon-kp3s-3d-printer?srsltid=AfmBOor7WjynTDvjk90pEfVgjc6WIW6P_XZj_VOuGoex-AMm_SdzZD0Z How to Set Up Kingroon KP3S Marlin FirmwareMarlin is one of the best and most powerful 3D printer firmware. It is als..
2025.03.24ChatGPT를 다시 활용✅ 수정 포인트 요약1. 색상 포맷 정의 (색상 변환 부분)색상은 보통 drawPixel, setColor, drawBitmap 등의 함수에서 처리되며, 다음 위치들을 확인해야 합니다:📁 Marlin/src/lcd/tft/ 디렉토리 내:tft_io/ → LCD I/O 정의 (SPI 전송 포함)tft_color.h 또는 tft_color.cpp → 색상 변환 함수tft_spi_ili9488.cpp → 드라이버별 구현 (특정 드라이버 대응)2. 색상 전송 포맷 변환ILI9488은 18bit(RGB666) 를 요구하므로, Marlin에서 사용하는 16bit RGB565 포맷을 18bit로 변환해주는 코드가 필요합니다.예를 들어 16bit 색상을 다음처럼 분리하고 전..

2025.03.24Ultimaker 호환 제품의 XY 시스템을 확장하기 위해 치수 측정하고 장단점을 확인해 보았다.ChatGPT 비교"Rotating Rods Gantry" 또는 "Crossed Rod System"아래는 Ultimaker의 XY 구동 방식과 H-Bot, CoreXY 방식 간의 주요 차이점을 비교한 표입니다:항목Ultimaker-style (Rotating Rods Gantry)H-BotCoreXY 모터 수 (XY용)2개 (X축 1개, Y축 1개)2개2개구동 원리X/Y 축 각각 별도의 막대와 모터로 독립 제어벨트 시스템으로 XY 동시 제어특수한 벨트 경로로 XY 동시 제어기계적 간섭없음모터 동작 시 프레임에 토크 발생없음 (H-Bot보다 개선됨)정밀도높음중간~낮음 (프레임 강성에 영..
2025.03.24검색: vivado programmer macoshttps://forum.digilent.com/topic/20046-programming-fpga-boards-from-a-mac/https://github.com/byu-cpe/BYU-Computing-Tutorials/wiki/Program-7-Series-FPGA-from-a-Mac-or-Linux-Without-Xilinx Program 7 Series FPGA from a Mac or Linux Without XilinxCollection of tutorials from the BYU Computer Engineering Group - byu-cpe/BYU-Computing-Tutorialsgithub.com맥북에 설치homeb..
2025.03.21내맘대로 수정하기 위해 개발 환경을 그대로 따라해 본다.https://docs.openwebui.com/getting-started/advanced-topics/development 🛠️ Development Guide | Open WebUIWelcome to the Open WebUI Development Setup Guide! Whether you're a novice or an experienced developer, this guide will help you set up a local development environment for both the frontend and backend components. Let’s dive in! 🚀docs.openwebui.com gi..
2025.03.19macOS에 Open-WebUI를 설치하기 위해 공식 문서를 보니 환경별로 정리가 되어있다.Docker는 빼고 정리UV는 runtime manager라고 하던데 패키지 관리자 같은 느낌 Linux/macOSWindowsuvcurl -LsSf https://astral.sh/uv/install.sh | shpowershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"path설정?export PATH=$HOME/.local/bin:$PATH DATA_DIR=~/.open-webui uvx --python 3.11 open-webui@latest serve$env:DATA_DIR="C:\open-webui..