Mhackney's Rostock Max
Connection freezing
Is anyone experiencing regular issues with repetier host freezing with repetier firmware during a several hour print? I'm running on Mac OSX. Basically it happens when unattended so it MIT be related to screen saver kicking inor something. But I have also had 2 hour prints complete unattended. I have tried both the repetier protocol and ASCII protocol in the printer setup and have experienced this with both. When it happens, the printer and host are unresponsive. I have to disconnect and reconnect in order to regain control.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
- MorbidSlowBurn
- Printmaster!
- Posts: 169
- Joined: Sun Mar 03, 2013 5:33 pm
Re: Mhackney's Rostock Max
I am running windows 7 and my problem with repetier host is when I access the EEPROM menu the host freezes. When it freezes I can see in the column where numbers should be the next line's description. I normally have to restart repetier and my printer a couple of times before I get a good read.
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Mhackney's Rostock Max
When you say unresponsive, does the LCD still work?
Can you upload a large file to SDCARD?
I'm using OSX and I have changed the power management options to stop it sleeping, because it did bite me in the ass.
In addition there seems to be an issue where there are a lot of serial port errors, pushing the estop button in the host when you first connect toggles the state of the reset line on the Arduino and for some bizarre reason this seems to greatly reduce the error rate.
The author is aware of this and is going to change the behavior in the next release.
Can you upload a large file to SDCARD?
I'm using OSX and I have changed the power management options to stop it sleeping, because it did bite me in the ass.
In addition there seems to be an issue where there are a lot of serial port errors, pushing the estop button in the host when you first connect toggles the state of the reset line on the Arduino and for some bizarre reason this seems to greatly reduce the error rate.
The author is aware of this and is going to change the behavior in the next release.
Printer blog http://3dprinterhell.blogspot.com/
Re: Mhackney's Rostock Max
Yes, the LCD is responsive. I haven't tried loading to the sd card so I'll try that now. I'll disable sleep and see how that goes too.
Thanks,
Michael
Thanks,
Michael
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Mhackney's Rostock Max
You should also try hitting the estop button when you first connect, the big red one in the top right corner of repetier host, it takes a little while for the board to reset when you do it, but for me it was the difference between comms errors every few hundred lines of GCode and none in 2 million lines.mhackney wrote:Yes, the LCD is responsive. I haven't tried loading to the sd card so I'll try that now. I'll disable sleep and see how that goes too.
Thanks,
Michael
Printer blog http://3dprinterhell.blogspot.com/
Re: Mhackney's Rostock Max
Will do.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
*** 24V Power Supply caution ***
I was in the middle of a print and all of a sudden my hotend temperature plummeted. I verified 24V to the heating resistors but measured no resistance. I did not smell the magic smoke when this happened. I've now taken the hotend apart and the thermistors are indeed fried.
I have replacements so good to go for that. I should say that the hot end goes from RT to 230°C in about 50 seconds with this supply and that may be damaging them. There is a parameter in Repetier -
// maximum time the heater is can be switched on. Max = 255. Overridden if EEPROM activated.
#define EXT0_PID_MAX 255
Perhaps lowering this to about 1/2 might limit the power to the hot end and not cause damage.
So, if you are using a 24V supply, proceed with caution until we have more info on this.
I have replacements so good to go for that. I should say that the hot end goes from RT to 230°C in about 50 seconds with this supply and that may be damaging them. There is a parameter in Repetier -
// maximum time the heater is can be switched on. Max = 255. Overridden if EEPROM activated.
#define EXT0_PID_MAX 255
Perhaps lowering this to about 1/2 might limit the power to the hot end and not cause damage.
So, if you are using a 24V supply, proceed with caution until we have more info on this.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Mhackney's Rostock Max
Yeah you're pushing almost 8+A through those resistors with 24V, it wouldn't surprise me if they failed.
Printer blog http://3dprinterhell.blogspot.com/
Re: Mhackney's Rostock Max
are the resistors and thermistors able to handle 24volts?
I wasn't sure, that is one reason why I left 12volts powering the rambo. I liked having the idea of dedicated supply for the heatbed anyway.
I wasn't sure, that is one reason why I left 12volts powering the rambo. I liked having the idea of dedicated supply for the heatbed anyway.
Last edited by cambo3d on Wed Mar 20, 2013 3:06 pm, edited 1 time in total.
My rostock build log http://forum.seemecnc.com/viewtopic.php?f=42&t=1228
-
- ULTIMATE 3D JEDI
- Posts: 2417
- Joined: Mon Mar 26, 2012 1:44 pm
- Location: Redmond WA
Re: Mhackney's Rostock Max
The thermistors are fine they are "powered" from the 5V USB source, you can't put 24V safely into the arduino, so the jumper has to be set to use USB for power.cambo3d wrote:are the resistors and thermistors able to handle 24volts?
I wasn't sure, that is one reason why I left 12volts on the other rails. I liked having the idea of dedicated supply for the heatbed anyway.
The resistor is a different question.
Printer blog http://3dprinterhell.blogspot.com/
Re: Mhackney's Rostock Max
As Polygonhell said- I am powering the Rambo from the USB. Now that I am adding a dual extruder setup, I am going to dedicate the 24V supply to the heated bed and use the 12 volt supply for the extruders, fans and motors.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: Mhackney's Rostock Max
http://www.ebay.ca/itm/221168698861?ssP ... 757wt_1398
Have you seen these yet? Looks like a nicer cleaner way of heating the hotend. Less chance of shorting out too.
Have you seen these yet? Looks like a nicer cleaner way of heating the hotend. Less chance of shorting out too.
"Now you see why evil will always triumph! Because good is dumb." - Spaceballs
Re: Mhackney's Rostock Max
What, you mean like this:
[img]http://mhackney.zenfolio.com/img/s1/v57 ... 0404-3.jpg[/img]
I've been wanting to put this on for a couple of weeks so this made a good excuse. It has a nice slide in fit into the hot end. I used a little Omegatherm 201 heat compound and held it in place with Permatex Copper. Should be ready to tryout soon. This is exactly the unit you linked to on eBay - same vendor. It also eliminates that gnarly twisting of resistor leads and crimping to wires. The silicone covered wires with this heater are a good 2' long.
This is also a little sneak peek at the Quick Change Tool Holder in process. Not all of it is shown though.

[img]http://mhackney.zenfolio.com/img/s1/v57 ... 0404-3.jpg[/img]
I've been wanting to put this on for a couple of weeks so this made a good excuse. It has a nice slide in fit into the hot end. I used a little Omegatherm 201 heat compound and held it in place with Permatex Copper. Should be ready to tryout soon. This is exactly the unit you linked to on eBay - same vendor. It also eliminates that gnarly twisting of resistor leads and crimping to wires. The silicone covered wires with this heater are a good 2' long.
This is also a little sneak peek at the Quick Change Tool Holder in process. Not all of it is shown though.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: Mhackney's Rostock Max
LOL, you mean like this? It's the all metal hotend I had resorted too untill my replacement comes. I may end up keeping it though it worked really well for the 1 print I got off before my thermistor issues.
"Now you see why evil will always triumph! Because good is dumb." - Spaceballs
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Mhackney's Rostock Max
They have both 12v and 24v too!
Re: Mhackney's Rostock Max
Yes, at the time I bought mine I had intended to use it on my H-1 to test - it is a 12volt system. But, as I mentioned above, I am going to use my 12V and 24V supplies together now. Just makes sense, especially with dual extruders, to have 2 supplies.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
- foshon
- Printmaster!
- Posts: 600
- Joined: Fri Mar 08, 2013 3:05 pm
- Location: Just to the right of SeeMeCNC
Re: Mhackney's Rostock Max
Awesome! I picked up a ten pack of these the other day. The discussion on thermal adhesive got me thinking and I ordered then that night.
Purple = sarcasm
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Please do a board search before posting your question, many have been answered with very time consuming detail already.
Cartridge Heaters
I have my hot end back together with the 12V cartridge heater. I also rewired so now only the heated bed is powered by the 24V supply and everything else by the 12V supply. Things are working great. I retuned the PID for the cartridge heater. It heats up to 230°C in just a little less than 2 minutes. It seems to hold a more constant temperature than the resistors, very little temp fluctuation. It makes for a neater install too. I have about 8hrs of print time on it now.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
- Eaglezsoar
- ULTIMATE 3D JEDI
- Posts: 7159
- Joined: Sun Apr 01, 2012 5:26 pm
Re: Cartridge Heaters
Have you tried two cartridge heaters?mhackney wrote:I have my hot end back together with the 12V cartridge heater. I also rewired so now only the heated bed is powered by the 24V supply and everything else by the 12V supply. Things are working great. I retuned the PID for the cartridge heater. It heats up to 230°C in just a little less than 2 minutes. It seems to hold a more constant temperature than the resistors, very little temp fluctuation. It makes for a neater install too. I have about 8hrs of print time on it now.
Carl
Re: Mhackney's Rostock Max
No, I don't see any reason to do that! One has more than enough Umph (technical term) to get the job done. I'm printing Taulman Nylon with one no problem. I have thought about filling the other hole with a brass rod to add extra thermal mass and a bit of bling!
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: Mhackney's Rostock Max
Nice, I bought a 12v 40 watt heater on eBay and measured it to see if it would fit.
Are you powering it from the same ports that the resistors were plugged into?
Are you powering it from the same ports that the resistors were plugged into?
Re: Mhackney's Rostock Max
Yes, exactly. It is basically a drop-in replacement. You only need one though. And don't forget to auto-tune the PID.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: Mhackney's Rostock Max
Michael, what temps are you using for the nylon?
- dan
- dan
Re: Mhackney's Rostock Max
245 C - but this is actual temperature as measured by a thermocouple that was inserted into the barrel and touching the nozzle. You basically sneak up on the temperature - I went 3 degrees at a time until I got a good flow.
Sublime Layers - my blog on Musings and Experiments in 3D Printing Technology and Art
Start Here:
A Strategy for Successful (and Great) Prints
Strategies for Resolving Print Artifacts
The Eclectic Angler
Re: Mhackney's Rostock Max
What about bed temp? What build surface?
- dan
- dan