From a6c260642b3299a9958bca0af2198135bfe43994 Mon Sep 17 00:00:00 2001 From: Tengo10 Date: Thu, 11 Apr 2024 17:33:21 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0881bae..9586d65 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Very very early implementation of Klipper control via FabAccess. It uses an HTTP API that talks to the FabAccess server via CapnProto ## printer.cfg - +``` [fabaccess_klipper] ip: HTTP API IP and port -machine: _machineid_ \ No newline at end of file +machine: _machineid_ +```