We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix M601 S1 session control documentation Corrects M601 S1 documentation across all wiki files: - Fix misleading summary table in M-Code-Reference.md ("Connect WiFi" → "Request Control") - Update all examples to use M601 S1 instead of bare M601 - Clarify session control requirements across A3, A4, and 5M series docs - Update Authentication.md TCP session examples M601 S1 is the universal request-control command for all FlashForge printers on the TCP API.
fix: correct discovery packet structure for both protocols Status code is at offset 0x8A in both legacy and modern protocols, not 0x80 (legacy) or 0x90 (modern) as previously documented. Modern name field is 128B + 4B padding, not 132B. Added LAN mode flag at 0x90 and corrected serial number field size to 128B + 2B padding.
Add TMC datasheet reference for F44/F45 register values Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Remove reverse engineering methodology references Soften language around how protocol details were discovered. No content changes, only wording adjustments. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Complete wiki: add 6 new pages, update 8 existing pages New pages: - Adventurer 4 Series (TCP-only, Pro/Lite variant comparison) - AD5X Root Access (SSH/ADB via USB firmware update) - AD5X Maintenance Console (hidden 5-tab debug/calibration UI) - Adventurer 5M Maintenance Console (hidden maintenance UI) - AD5X IFS Serial Protocol (UART F-command reference, 12 commands) - AD5X Platform Notes (Ingenic X2600 MIPS32, hardware, filesystem) Updated pages: - Home: add links for A4 Series and Advanced section - _Sidebar: reorganize into Core Protocols, References, Printer Families, Advanced - Capability-Matrix: rename A4 Pro to A4 Series (Pro + Lite identical) - Adventurer-3-Series: add 4-variant comparison table (AD3/Lite/Pro2/3C) - Authentication: update A4 Pro to A4 Series - TCP-Protocol: add M28 path regex and timeout behavior - Discovery-Protocol: remove TypeScript code example - State-Machines: remove TypeScript code examples Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rewrite Home.md to be comprehensive and professional
Fix all broken markdown file links
Remove Firmware recovery from TCP use cases
Remove end-user hardware troubleshooting from technical docs
update wiki
Capitalize remaining page names and update sidebar links
Fix title
Fix title, remove unnecessary security comments
Fix title, wrong info about completed state
Add API documentation
Initial Home page