Benachrichtigungen
Alles löschen

Stepcraft UCCNC strange estop

4 Beiträge
3 Benutzer
0 Reactions
4,213 Ansichten
(@fabien)
Beiträge: 20
Eminent Member
Themenstarter
 

Hello,
I have 2 Stepcraft D420 with performance kits that run the same work in parallel. They 99 % of the time stop at the same line (estop fired) and I don't know why ? I have to do "run from here" multiple times to get it done.

Gcode around is visible on the screenshoot and in the text file.

Thank you for your help.


 
Veröffentlicht : 30/10/2020 4:16 p.m.
Andre Steenveld
(@papaathome)
Beiträge: 30
Trusted Member
 

Hello,
I have 2 Stepcraft D420 with performance kits that run the same work in parallel. They 99 % of the time stop at the same line (estop fired) and I don't know why ? I have to do "run from here" multiple times to get it done.

I have an equal setup and had similar problems. And found out that my feed rate was too fast.
Have you checked your feed rate?
Is the point where it stops by any chance a spot where a sharp angle is involved?

Kind regards.


PapaAtHome Ich lese Deutsch, ich spreche (ein wenig) Deutsch, aber ich kann kein Deutsch schreiben.
SC420/2+Perf kit, D3/600, MM1000, laser module, WinPC-USB v3.02/06, UCCNC v2111, FreeCAD/Inkscape on Windows10, 64 bit.

 
Veröffentlicht : 17/04/2021 10:20 p.m.
(@fabien)
Beiträge: 20
Eminent Member
Themenstarter
 

Hello,
I manager the problem with a combinaison of 2 solutions:

In fusion 360 post, replace
allowedCircularPlanes = 1 << PLANE_XY; // allow only XY circular motion
with
allowedCircularPlanes = 0 << PLANE_XY; // not allow only XY circular motion

Dust management on the Y sensors: sometimes clean with brush and add protections that I designed (see attachments, you need 2 parts).

Fabien


 
Veröffentlicht : 17/04/2021 11:15 p.m.
(@konstantin8976)
Beiträge: 6
Active Member
 

Hello,
I manager the problem with a combinaison of 2 solutions:

In fusion 360 post, replace
allowedCircularPlanes = 1 << PLANE_XY; // allow only XY circular motion
with
allowedCircularPlanes = 0 << PLANE_XY; // not allow only XY circular motion

Dust management on the Y sensors: sometimes clean with brush and add protections that I designed (see attachments, you need 2 parts).

Fabien

yes that would be also one of my solutions for this. So good luck


 
Veröffentlicht : 13/05/2022 3:05 p.m.
Teilen: