Skip to content

Commit

Permalink
Fix: Artisan 10w laser print at wrong z height after camera capture
Browse files Browse the repository at this point in the history
  • Loading branch information
IDKHTS committed Jun 7, 2024
1 parent 8feddf3 commit f8f8305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/machine/ConnectionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ class ConnectionManager {
// Fixme: multi call to set work orign coordinate
// Camera Aid Background mode, force machine to work on machine coordinates (Origin = 0,0)
if (background.enabled && !isRotate && !useABPosition) {
await this.channel.setAbsoluteWorkOrigin({ x: 0, y: 0, z: 0, isRotate });
await this.channel.setAbsoluteWorkOrigin({ x: 0, y: 0, isRotate });
}
}

Expand Down

0 comments on commit f8f8305

Please sign in to comment.