Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 01:30AM |
Registered: 9 years ago Posts: 24 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 04:35PM |
Registered: 9 years ago Posts: 28 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 04:37PM |
Registered: 9 years ago Posts: 100 |
Quote
ansisl
on my other i3 I used cork layer ~3mm and alu foil
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 04:40PM |
Registered: 9 years ago Posts: 24 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 04:49PM |
Registered: 9 years ago Posts: 100 |
Quote
Yakuza
what size print area do you have?
Auto home will bring all the Axis to the end stop locations which are just off the build plate. when you move the axis's then it will jump to zero. Zero in this case is the corner of the plate, if its not there youll want to measure how much its off by and adjust this in the firmware under the configuration.h tab #define MANUAL_X_HOME_POS -5
#define MANUAL_Y_HOME_POS -6 dont use these values as i have a custom X carriage and hot end mount
and negative value such as -10 means the axis needs to move 10mm from the endstop to Zero on the plate.
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 04:51PM |
Registered: 9 years ago Posts: 24 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 05:49PM |
Registered: 9 years ago Posts: 100 |
Quote
kareem613
I can't get the hotend to heat up past around 165. When I remove the fan duct it gets up to the 185 I asked it to.
It appears the fan duct is actually aiming at the hotend instead of below it.
There doesn't seem to be a way to adjust it.
Had anybody else encountered this?
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 06:44PM |
Registered: 9 years ago Posts: 28 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 06:46PM |
Registered: 9 years ago Posts: 24 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 06:59PM |
Registered: 9 years ago Posts: 28 |
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 09:09PM |
Registered: 9 years ago Posts: 28 |
Quote
gatorNic
I think you should check your voltages. Hotend should easily and quickly go well beyond that fan or not. How about your bed, is that getting up to temp and quickly? If that's having trouble too I would certainly check your voltages at your power supply.
1. Check voltage at your power supply.
2. Check voltage at the board connector to the power supply.
3. With the extruder temp set, check the voltage on the board for the extruder output.
Re: Migbot Prusa i3 Unofficial Support Thread September 07, 2015 10:08PM |
Registered: 9 years ago Posts: 24 |
Quote
kareem613
How do people usually share images here?
Here it is with display reading 0,0,2.
Edit: Attached image.
[attachment 61664 20150907_185650.jpg]
Re: Migbot Prusa i3 Unofficial Support Thread September 08, 2015 01:00AM |
Registered: 9 years ago Posts: 100 |
Quote
kareem613
Here are voltages with the heatbed on and off.
Heat bed off
1. PS voltage: 10.8V
2. Board Connector 10.8V
3. Heat bed Connector: 0V
Heat bed on
1. PS voltage: 8.89V
2. Board Connector 8.89V
3. Heat bed Connector: 7.54V
I'm guessing this means I have a shoddy power supply. Is that right?
Re: Migbot Prusa i3 Unofficial Support Thread September 08, 2015 02:09AM |
Registered: 9 years ago Posts: 18 |
Re: Migbot Prusa i3 Unofficial Support Thread September 08, 2015 05:04AM |
Registered: 9 years ago Posts: 16 |
Re: Migbot Prusa i3 Unofficial Support Thread September 08, 2015 11:00PM |
Registered: 9 years ago Posts: 28 |
Re: Migbot Prusa i3 Unofficial Support Thread September 09, 2015 06:25PM |
Registered: 9 years ago Posts: 18 |
Re: Migbot Prusa i3 Unofficial Support Thread September 10, 2015 05:09AM |
Registered: 9 years ago Posts: 16 |
Quote
ansisl
guys I need help!
I'm having no luck with proximity sensor (sn04-p) - it is not stopping Z. Its connected to Z- (Z+ empty), light is coming on upon proximity, sensor outlet is giving out voltage once in proximity, BUT G29 isn't registering it
I did reflash with Marlin found at the start of this thread. Also tried feeding it 12v from board and using resistors for sensor output to reduce to ~5v. Tried fliping the v+ and sensor wires (blue - ground is in the middle). When I plug in regular Z endstop G29 is working ok with it. Any suggestions?
Thx!
Re: Migbot Prusa i3 Unofficial Support Thread September 10, 2015 05:36AM |
Registered: 9 years ago Posts: 18 |
Re: Migbot Prusa i3 Unofficial Support Thread September 10, 2015 07:26PM |
Registered: 9 years ago Posts: 28 |
Re: Migbot Prusa i3 Unofficial Support Thread September 11, 2015 12:41AM |
Registered: 11 years ago Posts: 444 |
Re: Migbot Prusa i3 Unofficial Support Thread September 11, 2015 05:15PM |
Registered: 9 years ago Posts: 24 |
Quote
steaneb
For those having trouble with prints not centre on the bed have a look at the offset settings in Marlin for the bed sensor and nozzle. I had the same trouble, and noticed the offset amounts were damn close to the distance the prints were off-centre. Reduced the offset and prints are now centre. Not sure if that's the right way to do it, but it works for me. From what I can see it has only moved the probe points slightly during levelling.
My settings below. might work for you.
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
#define X_PROBE_OFFSET_FROM_EXTRUDER -5
#define Y_PROBE_OFFSET_FROM_EXTRUDER 20
#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.80
Original settings were:
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
#define X_PROBE_OFFSET_FROM_EXTRUDER -20
#define Y_PROBE_OFFSET_FROM_EXTRUDER 30
#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.8
Re: Migbot Prusa i3 Unofficial Support Thread September 12, 2015 09:49AM |
Registered: 9 years ago Posts: 18 |
Quote
Yakuza
For ansisl check these in your configuration.h file
//#define ENDSTOPPULLUP_ZMIN uncomment or comment out this depending on what your F/W says
const bool Z_MIN_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop. and this see if it helps
Re: Migbot Prusa i3 Unofficial Support Thread September 12, 2015 09:56AM |
Registered: 9 years ago Posts: 28 |
Quote
Yakuza
Hey guys, its been a long while. Just read a ton on here. i think this firmware and settings i have linked here should help and make a difference.
For the Standard Bed printer 205*205 [drive.google.com]
For the Large Bed printer 205*265 [drive.google.com]
In there is the firmware plus the settings and some probe calibration instructions. I just wrote them today so let me know if i screwed the pooch on this one.
Re: Migbot Prusa i3 Unofficial Support Thread September 12, 2015 03:53PM |
Registered: 9 years ago Posts: 24 |
Quote
kareem613
Quote
Yakuza
Hey guys, its been a long while. Just read a ton on here. i think this firmware and settings i have linked here should help and make a difference.
For the Standard Bed printer 205*205 [drive.google.com]
For the Large Bed printer 205*265 [drive.google.com]
In there is the firmware plus the settings and some probe calibration instructions. I just wrote them today so let me know if i screwed the pooch on this one.
What heatbed is this for? MK2 or something else? The heatbed setting are very different from the config posted by the OP.
Re: Migbot Prusa i3 Unofficial Support Thread September 12, 2015 03:54PM |
Registered: 9 years ago Posts: 24 |
Re: Migbot Prusa i3 Unofficial Support Thread September 12, 2015 08:05PM |
Registered: 9 years ago Posts: 100 |
Re: Migbot Prusa i3 Unofficial Support Thread September 13, 2015 06:49AM |
Registered: 9 years ago Posts: 24 |
Re: Migbot Prusa i3 Unofficial Support Thread September 17, 2015 01:37PM |
Registered: 9 years ago Posts: 18 |
Re: Migbot Prusa i3 Unofficial Support Thread September 18, 2015 04:37AM |
Registered: 9 years ago Posts: 722 |