comakingspace / do-something

CoMakingSpace tasks and small projects
21 stars 2 forks source link

Workbee CNC: Wrong settings #303

Open NitramLegov opened 7 months ago

NitramLegov commented 7 months ago

Today we had an issue with the CNC Router. Apparently, homing was disabled.

When checking the settings, I realized they have been changed (or reset to default?) again. I checked why the CNC Panel did not automatically set our desired settings and found that the service for the panel had an error: image

Restarting the service and reconnecting the cnc router helped.

Can somebody with more JavaScript knowledge look into this? @Narquadah Would this be something for you?

Blacksheep70 commented 7 months ago

I can add that homing worked for me later that day. However, if appers to me that the machine settings are not correct. After unlocking and homing the command

G1 X500 X500 F1600

lead to a soft limit alarm. The command

G1 X200 Y200 F1600

worked fine.

As Workbee has a working area of 1250x1250 it's clear to me that somehow the machine settings are somehow lost / reset to defaults.