-
Notifications
You must be signed in to change notification settings - Fork 86
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
Can you implement the kinematics for the scara arms? #169
Comments
I, or somebody else that has access to a machine (I do not), can.
If there are valid use cases then not. |
If I'm talking about obsolescence or uselessness, it's because there's no kinetix in this github. I speak French and I didn't quite understand your message. thank you |
Since I do not have access to a scara arm machine it is not easy for me to implement the scara kinematcs. So perhaps somebody that has (you?) can do it? |
I found this thread while doing some housekeeping, perhaps the author has something to share? |
very thanks for your help |
The call signature of |
thanks i passed the errors and now it's compiled and injected in the stm32f411 black pil CE but after problem usb error impossible to connect the stm problem port com an idea |
Incorrect clock tree setup? The USB peripheral clock must be 48 MHz. |
I don't know |
I don't know either - when I compile and flash with Eclipse my F411 Blackpill works as it should. |
without kinematic, no problem |
Then the platformio.ini file might be incorrect? Both works for me:
|
[env:blackpill_f411ce] See Inc/my_machine.h for options-D BOARD_BLACKPILL= Uncomment to enable Spindle PWM output on the SpinDir pin#-D PROTONEER_SPINDLE_PWM= Alternatively, place the .pio/build//firmware.bin on the NODE_F4xxRE drive; change MCU frequency |
another discovery that fried me 2 stm32, I downloaded from web builder the bin for stm32black pil wall plotter, when I connect with my programs I configure the limits to invert them and then I want to test one of the engines and no reaction, is it possible that the bin generated by web builder are unusable? |
The bits from the platformi.ini file above does not tell me anything.
It is, due to a regression from moving the call to the init function earlier in the startup sequence - before the settings are loaded. Fixed now. |
Finaly with webbuilder polar and wall bin ok but a smale question for polar coaster, servo pin in stm32f411 ? It's a pity that webbuilder doesn't allow you to download a zip of the source files according to the configuration made on the site, because as soon as kinmeatics is activated the system doesn't work when you build it manually. i hate servos, i'd like to be able to use a stepper to do the same thing as a servo but i don't know how to activate it in grbl hal |
The real pity is that I do not make enough money from this project to hire people that could add useful stuff when I do not have enough time myself? The spindle PWM output can be used to control a servo when the spindle is configured for it via settings. See footnote 13 for details. BTW this week I will be busy so do not have much time to spare for support. |
obsolete, useless?
thanks in advance
The text was updated successfully, but these errors were encountered: