From fc466d0698ce9519b238d727af3eeed5c4676812 Mon Sep 17 00:00:00 2001 From: alves Date: Mon, 9 Feb 2026 09:52:10 +0800 Subject: [PATCH] fix local host connect bug. --- src/slic3r/GUI/HttpServer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/HttpServer.hpp b/src/slic3r/GUI/HttpServer.hpp index 2c98d9ccb0..394f513803 100644 --- a/src/slic3r/GUI/HttpServer.hpp +++ b/src/slic3r/GUI/HttpServer.hpp @@ -16,7 +16,7 @@ #define LOCALHOST_PORT 13618 #define PAGE_HTTP_PORT 13619 -#define LOCALHOST_URL "http://localhost:" +#define LOCALHOST_URL "http://127.0.0.1:" namespace Slic3r { namespace GUI {