Skip to content

Commit

Permalink
Cephla: Sleep after giving Home Z command during startup
Browse files Browse the repository at this point in the history
  • Loading branch information
nicost committed Jan 15, 2025
1 parent 9baa6be commit 83a9e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DeviceAdapters/Cephla/SquidHub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ int SquidHub::Home()
int ret = SendCommand(cmd, cmdSize);
if (ret != DEVICE_OK)
return ret;
CDeviceUtils::SleepMs(1000); // Give the objective time to go down

cmd[1] = CMD_HOME_OR_ZERO;
cmd[2] = AXIS_XY;
Expand Down

0 comments on commit 83a9e9b

Please sign in to comment.