Fixed scan stride size parameter

This commit is contained in:
Joel Collins 2020-02-26 15:22:28 +00:00
parent 1480521057
commit 970e811043

View file

@ -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