From cff68ae658706969ecac2b64c9a834f3dd1bb297 Mon Sep 17 00:00:00 2001 From: cpu Date: Fri, 15 May 2026 23:28:16 +0200 Subject: [PATCH] panelized design --- Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 336a760..39722b9 100644 --- a/Readme.md +++ b/Readme.md @@ -12,7 +12,7 @@ Designed in **KiCad v9**. ## Table of Contents 1. [Features](#features) 2. [Hardware Design (KiCad)](#hardware-design-kicad) -3. [Panel Design](#panel-design) +3. [Panel Design and GCode](#panel-design-and-gcode) 4. [Microcontroller Pin Mapping](#microcontroller-pin-mapping) 5. [Firmware Logic](#firmware-logic) 6. [Development & Programming](#development--programming) @@ -30,7 +30,7 @@ Designed in **KiCad v9**. * **Sensor Compatibility:** ZJ-S401 (or similar 5V Hall-effect flow sensors). * **Output:** 3-pin CNC interface (+5V, GND, ALARM_CNC). Connects directly to standard CNC active-low sinking inputs. -## Panel Design +## Panel Design and GCode The `scripts` folder contains a guide to panelize the board (`Flow_Controller_Panel.kicad_pcb`) and howto generate gcode. ## Microcontroller Pin Mapping (Per Schematic) @@ -54,3 +54,4 @@ The `scripts` folder contains a guide to panelize the board (`Flow_Controller_Pa ## Development & Programming To flash the CH32V003, you will need a **WCH-LinkE** programmer connected to the 3-pin SWIO header `J1` (+5V, SWIO, GND). +