RatOS 2.1 Manta M5P Missing motor configuration in RatOS Configurator
I am trying to install RatOS 2.1 on a Manta M5P board and at the very last step in the configurator I get errors because stepper configuration is missing. In the previous step I can choose the motors and then in the last step I cannot Confirm and Save since config for the Z1 and Z2 motors are missing.
Error
[
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_step_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_dir_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_enable_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_uart_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_step_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_dir_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_enable_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_uart_pin"
],
"message": "Required"
}
]
Error
[
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_step_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_dir_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_enable_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z1_uart_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_step_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_dir_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_enable_pin"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"z2_uart_pin"
],
"message": "Required"
}
]
