-
Notifications
You must be signed in to change notification settings - Fork 9
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
some advices #1
Comments
Could you elaborate what problem you are referring to?
I do not believe a double layer board would provide sufficient cooling.
Also the cost difference of a double vs 4 layer board is minimal at 10x10cm
size (jlcpcb.com).
~V
…On Wed, Apr 7, 2021 at 5:53 PM chinamore ***@***.***> wrote:
This version has the biggest problem. I guess no one except you dares to
copy this board. My idea is very simple. You can clear all the TMC2660 and
use a double-layer board layout, which will save a lot of cost. Provide 4
signals for each axis of the closed-loop printer: P+D+E+GND, which will
greatly facilitate players who use external drives
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6FRVQYVCDVCSRX2OOX7BLTHT5ADANCNFSM42R2HBAQ>
.
|
Hi @ghent360 I have explained the concept here: Since you are an experience designer I like to here from you if something like that makes sense to others as it makes sense to me. |
Hi,
One drawback of the nucleo-style board is that a lot of space is wasted on
the I/O ports. Especially if you want to go to a 100-pin or larger MCU
package - the 2.4mm pin spacing eats a lot of space, so you will have to go
to a fancier connector with higher density, which unfortunately removes the
price advantages.
If you focus on CNC controls - they use a relatively small number of IO
lines. If you move to integrated stepper drivers (Trinamic or others) -
then you have to add SPI, UART and other pins and the 64-pin package is not
sufficient and at one point half your board is consumed by the
board-to-board interconnect. It is not an impossible problem to solve -
just something to keep in mind as you go along.
~V
…On Sun, Dec 5, 2021 at 10:30 AM M10CUBE ***@***.***> wrote:
Hi @ghent360 <https://github.com/ghent360>
Some time ago we made a hardware platform called M10CUBE
https://hackaday.io/project/171770-m10cube
https://gitlab.com/m10cube/m10
A few days ago I ported to M10CUBE from maker @terjeio
<https://github.com/terjeio> a similar to yours (NUCLEO64) hardware but
for CNC control
terjeio/CNC_Breakout_Nucleo64#3
<terjeio/CNC_Breakout_Nucleo64#3>
I know you made a new version of the REPRAP controller but I like more the
NUCLEO idea. More flexible and extremely cheap.
One goal now I am looking is to make a common controller for REPRAP and
CNC.
Having all I/Os needed of the main board and use M10CUBE I/O modules
I have explained the concept here:
grblHAL/RP2040#3 (comment)
<grblHAL/RP2040#3 (comment)>
I am watching this in your you tube channel as well
Thanks
Since you are an experience designer I like to here from you if something
like that makes sense to others as it makes sense to me.
Thank and congratulations for your grate designs.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB6FRVQHAOEOAT5HO36IML3UPOVTJANCNFSM42R2HBAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Thanks @ghent360 for the quick response. All you said have solid ground. It is not a simple task to solve. For my M10CUBE concept to make sense is to make some compromises. So I end up thinking the cons and pros PROS That is to build a common board for GRBL and MAPLIN as I state it here: The design is not cure for ever illnesses but a "medicine" to cure many and become a useful tool for makers and educational community. So any info and help is valuable to me Thanks |
This version has the biggest problem. I guess no one except you dares to copy this board. My idea is very simple. You can clear all the TMC2660 and use a double-layer board layout, which will save a lot of cost. Provide 4 signals for each axis of the closed-loop printer: P+D+E+GND, which will greatly facilitate players who use external drives
The text was updated successfully, but these errors were encountered: