Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGS in last firmware LS ESP32 Pro V 2.1 #477

Open
stef-ladefense opened this issue May 19, 2024 · 4 comments
Open

BUGS in last firmware LS ESP32 Pro V 2.1 #477

stef-ladefense opened this issue May 19, 2024 · 4 comments

Comments

@stef-ladefense
Copy link

stef-ladefense commented May 19, 2024

hi,

here is the list of bugs that I found in first 24 hours with this motherboard :

only one LED red alarm works, the others are apparently not managed... or the documentation is not up to date. (page 5/6).
Revision Date:2023-09...

The Z-endstop does not return the correct information
it returns |Pn:P> instead of |Pn:Z>, so it is confused with the probe
the Xendstop returns well |Pn:X>
the Yendstop returns well |Pn:Y>
so home Z ($HZ) does not work (nor $Homing/Cycle0=Z)

with an A4988 Z driver installed, with the switches on, so M1, M2 and M3 at +5v, therefore configure in 16 microsteps.
regardless of the value of $102, the travel of Z is 2mm. always!
(with of course $45=2 (xyz axis mode))

the list of $$ values is not in order, it's all mixed up.
moreover where does "$453=10,000 ;unknown" come from?
many values are misnamed or unknown, from $40 to $54
it does not correspond to page 25 of the documentation

restriction on the wifi key limited to 32 characters instead of 64, and with only letters and numbers! this is not the norm.

it's painful to endure the inconveniences of what is new
and it is even more so to not have the sources available to correct your work since you systematically let your creations die !

i use last firmware : LAS_MKS_ESPS3 PRO V4.1_V1.0.1_20240124
found in (https://github.com/makerbase-mks/MKS-DLC32/tree/main/MKS-ESP32-PRO-main/firmware)

but is this the correct firmware for this card "LS ESP32 PRO" in revision "V2.1_002" ?

SB

@stef-ladefense
Copy link
Author

stef-ladefense commented May 23, 2024

I found how to adjust the Z steps
it is not the $102 provided for this purpose but $49...
why did you split $102 into $49?

@stef-ladefense
Copy link
Author

for (2) in doc grbl

Input Pin State:

Pn:XYZPDHRS indicates which input pins Grbl has detected as 'triggered'.

Pin state is evaluated every time a status report is generated. All input pin inversions are appropriately applied to determine 'triggered' states.

Each letter of XYZPDHRS denotes a particular 'triggered' input pin.

X Y Z XYZ limit pins, respectively
P the probe pin.
D H R S the door, hold, soft-reset, and cycle-start pins, respectively.
Example: Pn:PZ indicates the probe and z-limit pins are 'triggered'.
Note: A may be added in later versions for an A-axis limit pin.
Assume input pin letters are presented in no particular order.

One or more 'triggered' pin letter(s) will always be present with a Pn: data field.

This data field will not appear if:

It is disabled in the config.h file. No $ mask setting available.
No input pins are detected as triggered.

@Nasreddine1991
Copy link

Messenger_creation_27f882d0-d333-48e6-a785-c4bd1ee5495a
الحل

@Grex3D
Copy link

Grex3D commented Aug 14, 2024

Hi,
I have a issue when I want to use my laser in offline mode.
When I start engraving via the SD card, the laser jerks (no issues with the same file via USB). I think there might be a problem with the reading speed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants