From d5f9c3be2c67d10909cc1c6d5b6d10927f32ab41 Mon Sep 17 00:00:00 2001 From: Adam Nock Date: Tue, 9 Aug 2022 18:35:58 +0800 Subject: [PATCH] Update MacOS Compatibility note Added comment that MacOS Docker cannot currently map TTY devices to containers, preventing using Klipper via host serial devices --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d523be..4613598 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ __Klipper with Moonraker shipped with Fluidd and/or Mainsail__ ___Prerequisites:___ - _Your klipper host machine runs Linux or MacOS (Windows was not tested yet)_ + - (MacOS) Currently it is not possible to expose serial devices to a container in MacOS Docker. This is a known issue with Docker (https://github.com/docker/for-mac/issues/900) - _You have docker and docker-compose installed on your machine_ - _You have flashed your printer with the appropriate .bin_ - _You have your printer connected to your machine and you know it's serial mount point (e.g. /dev/ttyACM0 or /dev/ttyUSB0)_