Browse Source

优化调试页面

feature/debug
LiLongLong 5 months ago
parent
commit
d1710071db
  1. 1
      src/views/debug/index.vue

1
src/views/debug/index.vue

@ -272,7 +272,6 @@ import {
if(!axis)return;
const x = parseFloat(parseFloat(machineryForm.value[axis]).toFixed(1));
console.log('x-------', x)
return;
const params = {
commandName:'moveMotorToPosition',
params: <MachineryType>{

Loading…
Cancel
Save