Re: My Replikeo Prusa i3 Rework Build January 14, 2015 12:38PM |
Registered: 9 years ago Posts: 120 |
Quote
Bratan
You lucky. It's such a pain to adjust bed level, and I have to do it almost every time I print. I made better z-endstop bracket that uses long screw that I can move up or down and it presses on the switch, but nuts on it keep unscrewing from vibration. I'm going to try proximity sensor next...Quote
Blue Ice
Yeah, I only adjusted mine twice over the past six months, so it hasn't really bothered me much. But when I do need to adjust it, it's quite a chore. One thing that I would like to see are captive nuts in the parts- that way you don't have to do all of the painful "hold the nut on one end and screw on the other" work. Instead, you would just screw in the screw. Maybe someday....
Re: My Replikeo Prusa i3 Rework Build January 14, 2015 12:42PM |
Registered: 9 years ago Posts: 120 |
Quote
pierrehavelaar
@Blue Ice I had inverted Y on my prints at first, so in Marlin I reversed the Y direction, home direction and plugged the endstop into the MAX setting in order to flip it.
Quote
pierrehavelaar
The Z-stop is in a really bad spot, I simply cannot access the nuts and bolt properly to fix it in place. I fixed it in place as good as I could and then used the bed screws to do the final leveling. I haven't touched the z-stop since.
I have looked around and I like this z-stop, but I haven't tried it myself yet.
adjustable z-stop
Re: My Replikeo Prusa i3 Rework Build January 16, 2015 04:43PM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build January 18, 2015 12:50PM |
Registered: 8 years ago Posts: 21 |
Quote
underthetire
Worked out in the end, the Replikeo Jhead was VERY loose in the extruder body, and the sainsmart one was not. So i have one close to perfect Jhead now, and no more replikeo ABS. I had also ordered a J head from Banggood US, so I did have a backup, but i sold that one to a guy at work.
Re: My Replikeo Prusa i3 Rework Build January 18, 2015 07:45PM |
Registered: 8 years ago Posts: 30 |
Quote
BoxSon
Quote
underthetire
Worked out in the end, the Replikeo Jhead was VERY loose in the extruder body, and the sainsmart one was not. So i have one close to perfect Jhead now, and no more replikeo ABS. I had also ordered a J head from Banggood US, so I did have a backup, but i sold that one to a guy at work.
How did you fix the loose J-Head in the end? I recieved a kit, buildt it up and now i'm facing the same problem: the J-Head is very loose in the extruder body. This leads to horrible prints !
Re: My Replikeo Prusa i3 Rework Build January 20, 2015 06:35PM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build January 27, 2015 11:08AM |
Registered: 9 years ago Posts: 137 |
#define INVERT_X_DIR false // for Mendel set to false, for Orca set to true #define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false #define INVERT_Z_DIR false // for Mendel set to false, for Orca set to true #define INVERT_E0_DIR false // for direct drive extruder v9 set to true, for geared extruder set to false // ENDSTOP SETTINGS: // Sets direction of endstops when homing; 1=MAX, -1=MIN #define X_HOME_DIR 1 #define Y_HOME_DIR -1 #define Z_HOME_DIR -1 //// MOVEMENT SETTINGS #define NUM_AXIS 4 // The axis order in all axis related arrays is X, Y, Z, E #define HOMING_FEEDRATE {50*60, 50*60, 4*60, 0} // set the homing speeds (mm/min) #define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,600} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {2000,2000,20,1000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
Re: My Replikeo Prusa i3 Rework Build January 29, 2015 12:19AM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build January 29, 2015 04:03PM |
Registered: 9 years ago Posts: 137 |
Thanks! I'll give it X axes another try today. I think I went thru all possible combinations tho.Quote
Jonny Five
Your X setting is going to similarly be what you've discovered for the Y. If your homing directions are correct, then it's your +/- logic that needs to be changed.
The Z axis issue can be solved by 1) increasing the voltage on your stepper motor potentiometer (but not too much as you'll overheat, read up on this and measure it with a voltmeter to make sure you aren't going too high, I think mine is set at around .6-.8, which is I think on the high end even though it maxes out around 1.3 or something. make sure you have your heat sinks installed), and 2) reducing your z-axis default max feedrate.
Re: My Replikeo Prusa i3 Rework Build January 29, 2015 04:37PM |
Registered: 9 years ago Posts: 344 |
Re: My Replikeo Prusa i3 Rework Build January 29, 2015 04:39PM |
Registered: 9 years ago Posts: 137 |
Wow, that's genius! I forgot there are different physical connections, I bet it's connected to wrong header! Thank you so much, I'll check tonight!Quote
gforce1
Z-axis: set max feedrate on 2 (standard 5).
X-axis:Your endstop is on the right side, so this is the max.endstop. is it connected on the max position of your (ramps)board?
Re: My Replikeo Prusa i3 Rework Build January 29, 2015 05:54PM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build January 29, 2015 05:56PM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build January 30, 2015 06:27AM |
Registered: 8 years ago Posts: 119 |
Anonymous User
Re: My Replikeo Prusa i3 Rework Build January 31, 2015 04:08PM |
Re: My Replikeo Prusa i3 Rework Build January 31, 2015 04:24PM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build January 31, 2015 07:07PM |
Registered: 8 years ago Posts: 119 |
Re: My Replikeo Prusa i3 Rework Build January 31, 2015 07:15PM |
Registered: 9 years ago Posts: 120 |
Quote
Ano
Yeah, capacitive sensor for auto-leveling was one of my top-things-to-do, too. I just finished my first print and I'm really impressed. Went much better than I thought. Well, after some troubleshooting (filament not getting into the hotend, because the metal thingy at the top of the hotend-plastic was turned in too much and was blocking the filament).
See attached!
Re: My Replikeo Prusa i3 Rework Build January 31, 2015 07:21PM |
Registered: 8 years ago Posts: 119 |
Anonymous User
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 03:11AM |
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 04:41PM |
Registered: 9 years ago Posts: 120 |
Quote
Ano
Btw. I used some of your buildlog infos and fotos from your blog to build up my printer, as some infos on the wiki where inaccurate, so thanks for that
Wanted to post a comment there, but I don't want to use google+
Quote
Ano
My second print, a 20x20x20mm cube (0,4 infill)
Three little questions: My printbed stays at high temperature, even after the print job is finished. It stayed hot for several minutes before I switched it off
manually. Is there some config where I could change this time to a minute or two?
While my dimensions are pretty good for a second try (about 19,8x19,8x19,6), the first 4 layers are being print in 21x21mm. Is this wanted? I mean,
is there a config that makes the first layers larger to better stick on the plate? If you look at my last post, the onewall-test had also the first layer being larger than the rest.
And the second thing: As you may see on the second image, the top layers are not filled 100%, which leads to some little holes. I would think this is due to a extruder rate
not being high enough, is this right? (Hotend temp is at 245°C and I think it is high enoug)
Btw: I seem to be unable to heat my bed to more than 110°C, and reaching the 110 is taking really long. This first pring was with 100°C for first layers, 95°C for the rest.
Could this become a problem? My next steps regarding this would be to change the mosfet for a better one (Texas Instruments is sending me some nice samples^^) and changing the cables,
because they were getting a bit warm (but not really hot, which leads me to think, that this will not change really much)
/edit: First bigger part (170mm length) went horribly wrong. After about 1 hour printing the abs retracted, bent and lost it's grip to the heatbed. 95°C seem to be too cold. Will try 105°C tomorrow.
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 04:43PM |
Registered: 8 years ago Posts: 119 |
That would be great =)Quote
Blue Ice
[...] I think I can help you out with these issues. Are you using Slic3r and Marlin?
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,473}to
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,598}Which now outputs 100mm in real.
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 06:11PM |
Registered: 9 years ago Posts: 120 |
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 06:23PM |
Registered: 8 years ago Posts: 119 |
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 10:39PM |
Registered: 9 years ago Posts: 137 |
Re: My Replikeo Prusa i3 Rework Build February 02, 2015 11:37PM |
Registered: 9 years ago Posts: 120 |
Quote
Ano
Three little questions: My printbed stays at high temperature, even after the print job is finished. It stayed hot for several minutes before I switched it off
manually. Is there some config where I could change this time to a minute or two?
M140 S0; turn off temperature for bed
Quote
Ano
While my dimensions are pretty good for a second try (about 19,8x19,8x19,6), the first 4 layers are being print in 21x21mm. Is this wanted? I mean,
is there a config that makes the first layers larger to better stick on the plate? If you look at my last post, the onewall-test had also the first layer being larger than the rest.
#define TEMP_SENSOR_0 60 //Ano #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_BED 60 //Ano
#define TEMP_SENSOR_0 1 #define TEMP_SENSOR_1 0 #define TEMP_SENSOR_2 0 #define TEMP_SENSOR_BED 1
// Preheat Constants #define PLA_PREHEAT_HOTEND_TEMP 180 #define PLA_PREHEAT_HPB_TEMP 70 #define PLA_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255 #define ABS_PREHEAT_HOTEND_TEMP 240 #define ABS_PREHEAT_HPB_TEMP 100 #define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
#define PLA_PREHEAT_HOTEND_TEMP 185 #define PLA_PREHEAT_HPB_TEMP 70 #define PLA_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255 #define ABS_PREHEAT_HOTEND_TEMP 215 #define ABS_PREHEAT_HPB_TEMP 100 #define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
Quote
Ano
And the second thing: As you may see on the second image, the top layers are not filled 100%, which leads to some little holes. I would think this is due to a extruder rate
not being high enough, is this right? (Hotend temp is at 245°C and I think it is high enoug)
Quote
Ano
Btw: I seem to be unable to heat my bed to more than 110°C, and reaching the 110 is taking really long. This first pring was with 100°C for first layers, 95°C for the rest.
Could this become a problem? My next steps regarding this would be to change the mosfet for a better one (Texas Instruments is sending me some nice samples^^) and changing the cables,
because they were getting a bit warm (but not really hot, which leads me to think, that this will not change really much)
Quote
Ano
/edit: First bigger part (170mm length) went horribly wrong. After about 1 hour printing the abs retracted, bent and lost it's grip to the heatbed. 95°C seem to be too cold. Will try 105°C tomorrow.
Re: My Replikeo Prusa i3 Rework Build February 03, 2015 05:07AM |
Registered: 8 years ago Posts: 119 |
Re: My Replikeo Prusa i3 Rework Build February 04, 2015 10:35AM |
Registered: 9 years ago Posts: 120 |
Quote
Ano
@Bratan: Well, 0.90$ at Amazon.de, nice. But I am living in germany, makes ! 20€ ! for here. I will try another glue stick, though ^^ seems less chemical and aggressive to me than acetone.
@Blue Ice: Thanks for the hint for slic3r. I didn't think of that^^
I copied the thermistor values from a website and tried to check them with another external thermometer. They seemed to be about right (+-3 to 4 °C). Will check that again this evening!
Also will try lifting my nozzle a bit and lowering the hotend temperature. Quite a list to work through =)
Will keep you informed how it went!
/Edit: So, I remeasured the temperatures and both (hotend and hotbed) were only +-2°C off from my other thermometer. So I think that they are pretty much right. I printed the first of the two
pieces for: http://www.thingiverse.com/thing:542892.
My hotend was at 225°C, still extruding quite good. The hotbed was set for 90°C, and even the small object was warping a bit, which leaded to not enough adhesion. No problem, cause I could
still finish the print, but still need to test some temperatures for the heatbed. I readjusted the nozzle height so have a bit more space between the hotend and the bed. The boarder around the
first layers was smaller, but still is there a bit. Need to raise it a bit more (and/or lower the nozzle-temp a bit more).
Re: My Replikeo Prusa i3 Rework Build February 04, 2015 12:38PM |
Registered: 8 years ago Posts: 30 |
Re: My Replikeo Prusa i3 Rework Build February 04, 2015 01:14PM |
Registered: 8 years ago Posts: 119 |