Commit 970e8110 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed scan stride size parameter

parent 14805210
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -356,7 +356,7 @@ export default {

      // Scan params
      payload.grid = [this.scanSteps.x, this.scanSteps.y, this.scanSteps.z];
      payload.step_size = [
      payload.stride_size = [
        this.scanStepSize.x,
        this.scanStepSize.y,
        this.scanStepSize.z