Remora - ethernet NVEM / EC300 / EC500 cnc board
- MrDe
- Offline
- New Member
- Posts: 5
- Thank you received: 0
That's a warning, not an error. You can usually fix it by copying the libusb.dll (libusb dynamic link library) to the path of your Python installation.Thanks, I don't know if I did it right but I got an error message.
That's a warning, not an error. You can usually fix it by copying the
Note: If you downloaded Python from the Windows Store, you should copy libusb.dll to the C:/windows/system32 directory.
Please Log in or Create an account to join the conversation.
- beauxnez
- Offline
- Premium Member
- Posts: 105
- Thank you received: 8
in the directories VS2013,VS2015,VS2017,VS2022 there is a libusb-1.0.dll in each folderM.De post=317431 identifiant utilisateur=41690
beauxnez post=317414 identifiant utilisateur=22230Merci, je ne sais pas si je l'ai bien fait mais j'ai reçu un message d'erreur.
C'est un avertissement, pas une erreur. Vous pouvez généralement le corriger
en copiant le fichier libusb.dll (bibliothèque de liens dynamiques libusb) dans le chemin de votre installation Python.
Remarque : si vous avez téléchargé Python depuis le Windows Store, vous devez copier libusb.dll dans le répertoire C:/windows/system32.
Please Log in or Create an account to join the conversation.
- scotta
- Topic Author
- Offline
- Platinum Member
- Posts: 890
- Thank you received: 464
From the HBS86H data sheet:
PUL: pulse width should be longer than 10μs
DIR: signal should be ahead of PUL signal by 5μs at least
Therefore I'd suggest these settings in your config.txt as a starting point.
"Step Length": 10
"Dir Setup": 5
The normal stepgen runs at 40Khz so most drivers are happy with the step form being generated.
Please Log in or Create an account to join the conversation.
- tu_koper
- Offline
- New Member
- Posts: 2
- Thank you received: 0
Please Log in or Create an account to join the conversation.