add new firmware settings to test support

pull/1218/head^2
gabrielburnworth 2019-06-03 19:09:33 -07:00
parent 0e6c9e2a7c
commit 341eaa4ac7
1 changed files with 6 additions and 0 deletions

View File

@ -381,6 +381,12 @@ export function fakeFirmwareConfig(): TaggedFirmwareConfig {
movement_microsteps_x: 1,
movement_microsteps_y: 1,
movement_microsteps_z: 1,
movement_motor_current_x: 600,
movement_motor_current_y: 600,
movement_motor_current_z: 600,
movement_stall_sensitivity_x: 30,
movement_stall_sensitivity_y: 30,
movement_stall_sensitivity_z: 30,
movement_steps_acc_dec_x: 300,
movement_steps_acc_dec_y: 300,
movement_steps_acc_dec_z: 300,