mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
ENH: use a rare unfrequent port
Change-Id: I29cd679c9d1e435170cbd091cd85a0973cca1012 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
0aa2916d4b
commit
7ecc8a9834
3 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,8 @@ using namespace boost;
|
|||
using namespace boost::system;
|
||||
using namespace boost::asio;
|
||||
|
||||
#define LOCALHOST_URL "http://localhost:9090"
|
||||
#define LOCALHOST_PORT 13618
|
||||
#define LOCALHOST_URL "http://localhost:"
|
||||
|
||||
namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue