New Build, MPCNC 3D model, tube selection

Hi MPCNC fans,
I’m eager to build a MPCNC, ordered the kit and also the printed parts from v1 shop, exciting!

I have few questions for now and also to start this journey and become a contributing member.

Where can I find a complete 3D/stl model of entire machine? Kind of all the STLs combined, I’m trying to have a reference to all parts connections, exploded view and so on.

Regarding the tubing, I’m using the EMT 3/4" conduit, the question I have is, would galvanized pipe work? It is more stiff and would make the machine base heavy and stable, what do you think?

Thanks and best!

1 Like

Ive got a feeling that pipe isn’t going to be the right OD. I think 3/4 conduit is something like 0.92 inches OD.

If you want a rigidity bump from conduit, 1inch DOM or even stainless are are great options. Plastic parts are different though.

Tony is right. Ryan’s 3D printed parts are very sensitive to tubing/pipe size. Schedule 40 galvanized pipe is either too small or too large. For example, 3/4" pipe has an outside diameter (OD) of 1.05" (26.7mm). His builds are designed for 23.4mm, or 25.0mm, or 25.4mm OD tubing/conduit. And 1/2" pipe has an OD of 21.3mm, so would be too small for any of his builds.

FYI, typically tubing is measured from the OD, but pipe is measured from the ID.

2 Likes

Yoooooooooooo, I’m gonna show my wife your post. She’s NEVER going to believe I was right!

3 Likes

You are right, since I have the EMT and already printed the 23.5 size which fits, maybe just a start until I figure it out. Not sure how easy to modify the printed parts, will give it a try and also learn more in this area. Thanks!

Haa, they all don’t :slight_smile:

1 Like

There isn’t a complete stl of it assembled. The individual parts are linked from the docs:

https://docs.v1engineering.com/mpcnc/PParts/

The instructions there should keep you on track.

Sounds good, thank you!

Got the kit, following the guide, almost done with frame, steppers and XYZ axis, next is the electronics part, I’m using RAMPS 1.4 kit, very exciting!!

The more I get deeper into the build the more I appreciate the design, thoughts put behind, great work for the designer/s/community!

4 Likes

It really does go together nice, doesn’t it?

2 Likes

I put the beta testers through hell on this one. Thanks for noticing!

3 Likes

Yes, the core was a fight :slight_smile: just to get all bolts in, aligned, bearings alignment …etc so only five points touching the rails, I was worried to run into alignment issues but at the end all sit perfectly and smooth!

Will work on electronics part today, which is my favorite area and know more about, will come back for questions I’m sure, thanks a lot!

2 Likes

I got it all up and running and then all of a sudden the screen will show some gibberish like Chinese fonts random, I had to power reset, now I’m gett an error when I try to flash the firmware using VSCode and not flashing, I think maybe the board got corrupted.

Is the a way to complete reset ATMega board?

I’m using a RAMP kit got from Amazon.

Thanks!

You can try taking the ramps shield off the mega board and flash it naked like that.

So i have ramps kit from amazon. I used the fw from here with xloader and it was a breeze, unless you need something custom
https://docs.v1engineering.com/electronics/xloader/

I did it already, also tried the “Burn bootloader” option and the board is timing out no matter what I do.

Plan B, I have SKR Pro (was planing to explore the MP3DP), I wanted to learn more about the RAMPS world, I did some anyway, time for more fun, hopefully I do not mess it up.

Question: can the Arduino power source used at same time with the power pins in the shield (no jumper cables as mentioned here:

https://docs.v1engineering.com/electronics/ramps/

Add extruder section.

I’m planning to do 3D print later.

Thank you!


It did work fine uploading firmware, doing initial testing, during the crown example I was navigating the menu on the shield screen then I see random typing on screen, reset was the only option out, it could be the screen part of it.

what firmware did you load? You loaded the V1CNC_Ramps
firmware, right?

Sorry for the late response, really late :), finally back to the world of tinkering!

Yes, I used V1CNC_Ramps firmware.

I was able to get it working, the bootloader was corrupted, so I did a reset then burn a new firmware (Atmega16U2 part of it), then flash Atmega328P.

Reset the 16u2 :
short the reset pin with the ground, right behind the USB connector port.

Burn a new firmware:
sudo apt-get install dfu-programmer avrdude -p at90usb82 -F -P usb -c avrispmkii -U flash:w:MEGA-dfu_and_usbserial_combined.hex -U lfuse:w:0xFF:m -U hfuse:w:0xD9:m -U efuse:w:0xF4:m -U lock:w:0x0F:m

Reference:

Time for some testing then will move to SKR Pro and Endstops.

Thanks!

2 Likes

Awesome, glad to hear it is working! Make anything yet?