This commit is contained in:
QIDI TECH
2023-06-27 20:10:44 +08:00
parent 2de3fb95b5
commit 5adbe71d0c
4 changed files with 6 additions and 7 deletions

View File

@@ -202,7 +202,7 @@ void Mouse3DController::init()
// Registration is done either by 4letter constant (CFBundleSignature - obsolete
//and we dont have that) or Executable name in pascal string(first byte is string lenght).
//If no packets are recieved the name might be different - check cmake. If debugging try commenting
// set_target_properties(QIDISlicer PROPERTIES OUTPUT_NAME "prusa-slicer")
// set_target_properties(QIDISlicer PROPERTIES OUTPUT_NAME "qidi-slicer")
clientID = RegisterConnexionClient(
0, "\013QIDISlicer", kConnexionClientModeTakeOver, kConnexionMaskAxis);
BOOST_LOG_TRIVIAL(info) << "3dx mac handler registered";