Single V4 Extruder First Look.

The place to discuss your hardware and software/firmware modifications...
User avatar
sthone
Posts: 897
Joined: Tue Jul 08, 2014 8:25 pm
Location: Connecticut
Contact:

Re: Single V4 Extruder First Look.

Post by sthone » Fri Feb 13, 2015 2:31 pm

First thank you for your service... Welcome to the M2 club your going to love it and it sounds like you bought everything you need right off that bat so you should be good there for awhile. You made the right decision going with the M2, I've heard a lot of people are disappointed with the Makerbots but you'll be hard pressed to find an unhappy M2 owner.

As for Mods on the M2 there really aren't any mods that you will "Need" to do, this thing just runs awesome right out of the box. (so to speak, you do have to put it together) There are things you can print to make life easier like tool holders, fan bracket, etc. but its more of "wanting" different upgrade like the V4 then "needing" them you will be very satisfied with the stock M2. The only thing recommended is to print spare motor and extruder mounts just to have back ups. Other than that just put it together and start printing, you'll figure the "want" parts later on and if you run into trouble along the way there are so many helpful people here on the forum and Rick's customer support is top notch too.

Again welcome to the Club.... :D

-Steve
____________________________________________________
See my projects at https://www.theneverendingprojectslist.com

nelsond6
Posts: 16
Joined: Wed Jan 07, 2015 9:36 pm

Re: Single V4 Extruder First Look.

Post by nelsond6 » Fri Feb 13, 2015 9:26 pm

I second what Steve says. The M2 is great as is. I am only upgrading to the v4 as I wanted to have a second nozzle, but the v3b is still working great for me. The only thing I wish I would have done sooner was setup octoprint as being able to remotely watch/control your prints is great. Have fun with your new printer.
-Dan

msmollin
Posts: 55
Joined: Fri Dec 19, 2014 3:07 pm

Re: Single V4 Extruder First Look.

Post by msmollin » Sat Feb 14, 2015 5:01 am

+1 on the above 2 comments.The M2 is great out of the box. Welcome to the club, and thank you for your service!


Great write up of the v4. The pictures are going to be immensely helpful when I'm triple-checking my upgrade. How's it printing so far for you? What have you put through it? Change any settings from the v3b? Sorry for twenty questions :)

User avatar
sthone
Posts: 897
Joined: Tue Jul 08, 2014 8:25 pm
Location: Connecticut
Contact:

Re: Single V4 Extruder First Look.

Post by sthone » Sat Feb 14, 2015 5:40 am

Thanks, I've only run PLA through it so far at all the same settings I used on the 3VB (basically stock S3D settings) but it's printing great. I plan on trying ABS this weekend and I have some flex stuff to try too I just need to find something worth printing in it.

-Steve
____________________________________________________
See my projects at https://www.theneverendingprojectslist.com

User avatar
JohnnyRobot
Posts: 128
Joined: Tue Apr 22, 2014 9:25 pm

Re: Single V4 Extruder First Look.

Post by JohnnyRobot » Tue Feb 17, 2015 8:41 pm

So... Where can I get me one of these bad boys? It's not listed on the MakerGear web site...
╒═════════════════════════════════════════════════════════╕
-- Hi! No signature here.
╘═════════════════════════════════════════════════════════╛

User avatar
insta
Posts: 2007
Joined: Tue Sep 16, 2014 3:59 am

Re: Single V4 Extruder First Look.

Post by insta » Tue Feb 17, 2015 8:47 pm

JohnnyRobot wrote:So... Where can I get me one of these bad boys? It's not listed on the MakerGear web site...
http://www.makergear.com/products/m2-upgrades
Custom 3D printing for you or your business -- quote [at] pingring.org

DrRobot
Posts: 51
Joined: Wed Aug 19, 2015 5:27 pm

Re: Single V4 Extruder First Look.

Post by DrRobot » Mon Apr 25, 2016 11:49 pm

Just ordered single v4 upgrade :D One question: After installation, do I need to change anything in Simplify 3D? Do I need to calibrate the temperature sensor and the max allowed temperature in the firmware? Thanks!

User avatar
Jules
Posts: 3144
Joined: Wed Jan 21, 2015 1:36 am

Re: Single V4 Extruder First Look.

Post by Jules » Tue Apr 26, 2016 12:05 am

DrRobot wrote:Just ordered single v4 upgrade :D One question: After installation, do I need to change anything in Simplify 3D? Do I need to calibrate the temperature sensor and the max allowed temperature in the firmware? Thanks!
Nope! You will need to reset the Z-Stop (and do the Z-Offset and Filament Drive Screw tension calibrations), but that's pretty darned easy with a V4, so good choice!

DrRobot
Posts: 51
Joined: Wed Aug 19, 2015 5:27 pm

Re: Single V4 Extruder First Look.

Post by DrRobot » Tue Apr 26, 2016 12:23 am

Jules wrote:
DrRobot wrote:Just ordered single v4 upgrade :D One question: After installation, do I need to change anything in Simplify 3D? Do I need to calibrate the temperature sensor and the max allowed temperature in the firmware? Thanks!
Nope! You will need to reset the Z-Stop (and do the Z-Offset and Filament Drive Screw tension calibrations), but that's pretty darned easy with a V4, so good choice!
Thanks for the quick reply! I finally pulled the trigger and hopefully it's easier to maintain than v3b as far as jams.

User avatar
Tim
Posts: 1205
Joined: Thu Apr 10, 2014 2:19 pm
Location: Poolesville, Maryland
Contact:

Re: Single V4 Extruder First Look.

Post by Tim » Tue Apr 26, 2016 12:51 am

Jules wrote:
DrRobot wrote:Do I need to calibrate the temperature sensor and the max allowed temperature in the firmware?
Nope!
That's not entirely true. . . The v4 has a different enough heating characteristic from the v3b that you should do a PID auto-tune run. Fortunately, the PID values are held in EEPROM so you don't need to mess with the actual firmware, although it's always a good idea to take the values you got back from the auto-tune run and plug them back into the firmware source, so you don't have to think about it if you ever end up re-flashing your firmware for whatever reason.

Running auto-tune is pretty easy. Just have the machine turned on and send the command

Code: Select all

M303 E0 S200 C8
Then apply those values using

Code: Select all

M301 P<Kp_value> I<Ki_value> D<Kd_value>
And then commit to EEPROM with

Code: Select all

M500
The other two choices are (1) keep the values from the V3b, which are certainly not correct but likely to be close enough that you won't notice the difference, or (2) use some known PID values on the principle that they don't vary much from machine to machine. I'd give you my numbers, but I'm running a different firmware and have no idea if the values are compatible or not.

Post Reply