From ca1fd5d04eababcf0023d764d0102bc25e5bcc05 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Sat, 17 Oct 2020 13:38:20 +0200 Subject: [PATCH] update update.md for MainsailOS Signed-off-by: Stefan Dej --- docs/update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update.md b/docs/update.md index 4f3ec353..14bcfb01 100644 --- a/docs/update.md +++ b/docs/update.md @@ -39,7 +39,7 @@ rm -R ./* wget -q -O mainsail.zip https://github.com/meteyou/mainsail/releases/download/v0.2.4/mainsail-beta-0.2.4.zip && unzip mainsail.zip && rm mainsail.zip ``` ### Move gui.json from gcodes to klipper_config -This is only necessary if you update from 0.2.2 to 0.2.3 or higher. +This is only necessary if you update from 0.2.2 to 0.2.3 or higher. If you use MainsailOS, the virtual_sdcard directory is `gcode_files` instead of `sdcard`. ``` mv ~/sdcard/gui.json ~/klipper_config/ ```