FiberPath Documentation¶
This folder hosts the primary knowledge base for the project. High-level content is split into user-facing guides, architectural notes, API references, and developer workflows.
Available Guides¶
architecture.md– planner/simulator/streaming overview with data-flow diagrams.concepts.md– glossary of filament-winding terminology used across the codebase.format-wind.md–.windfile schema and validation rules.api.md– REST entry points with sample payloads (kept in sync with the FastAPI schemas).planner-math.md– derivations for hoop/helical/skip layer formulas and guardrails.roadmap.md– phase-by-phase status of the rewrite (currently paused at Phase 5 completion).
Additional resources:
fiberpath_gui/ARCHITECTURE.mddocuments the Tauri + React desktop companion and the CLI bridge commands.- The top-level
README.mdnow lists hardware smoke-test steps for running the CLI/GUI against Marlin controllers, andCONTRIBUTING.mdoutlines the development workflow.