Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 05:52PM |
Registered: 9 years ago Posts: 16 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 06:05PM |
Registered: 9 years ago Posts: 19 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 06:13PM |
Registered: 9 years ago Posts: 19 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 06:20PM |
Registered: 9 years ago Posts: 100 |
#if ((Y_PROBE_OFFSET_FROM_EXTRUDER * AUTO_BED_LEVELING_GRID_POINTS) >= (BACK_PROBE_BED_POSITION - FRONT_PROBE_BED_POSITION)) #error "The Y axis probing range is not enough to fit all the points defined in AUTO_BED_LEVELING_GRID_POINTS"
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 06:52PM |
Registered: 9 years ago Posts: 100 |
Quote
rumjar86
3DST I honestly wouldn't know where to start when putting info in my configuartion.h file, would you be able to help me out?
G28 G29 ;auto bed level
#define AUTO_BED_LEVELING_GRID_POINTS 3
#define LEFT_PROBE_BED_POSITION -25 #define RIGHT_PROBE_BED_POSITION 175 #define BACK_PROBE_BED_POSITION 150 #define FRONT_PROBE_BED_POSITION -25
// these are the offsets to the probe relative to the extruder tip (Hotend - Probe) #define X_PROBE_OFFSET_FROM_EXTRUDER -15 #define Y_PROBE_OFFSET_FROM_EXTRUDER 60 #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.8
#define XY_TRAVEL_SPEED 9000 // X and Y axis travel speed between probes, in mm/min #define Z_RAISE_BEFORE_PROBING 4 //How much the extruder will be raised before traveling to the first probing point. #define Z_RAISE_BETWEEN_PROBINGS 4 //How much the extruder will be raised when traveling from between next probing points
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 07:15PM |
Registered: 9 years ago Posts: 19 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 07:20PM |
Registered: 9 years ago Posts: 19 |
Quote
rumjar86
cheers gator. I know that I sound like a dumb ass at times, just need that little bit of you know mentoring, if you could point me in the right direction just to make sure I have everything setup correctly with me config, for bed size tracking etc. I have a 200 x 200 x 180 print size, or is the print size controlled by the slicing software when organising from stl to gcode?
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 07:23PM |
Registered: 9 years ago Posts: 100 |
Quote
rumjar86
cheers gator. I know that I sound like a dumb ass at times, just need that little bit of you know mentoring, if you could point me in the right direction just to make sure I have everything setup correctly with me config, for bed size tracking etc. I have a 200 x 200 x 180 print size, or is the print size controlled by the slicing software when organising from stl to gcode?
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 07:29PM |
Registered: 9 years ago Posts: 19 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 07:35PM |
Registered: 9 years ago Posts: 100 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 07:44PM |
Registered: 9 years ago Posts: 19 |
Re: Migbot Prusa i3 Unofficial Support Thread July 01, 2015 09:07PM |
Registered: 9 years ago Posts: 100 |
Re: Migbot Prusa i3 Unofficial Support Thread July 05, 2015 12:47AM |
Registered: 9 years ago Posts: 100 |
Re: Migbot Prusa i3 Unofficial Support Thread July 05, 2015 08:26AM |
Registered: 9 years ago Posts: 16 |
Quote
Invictus
gatorNic,
I fixed the centering by setting the actual position in my start.gcode after homing and z-probing:
G28 ;home all axes G29 ;detailed z-probe G92 X-15 Y130 ;adjust position so 100,100 is center of bed
Please post your results if you tweak your offsets in firmware. I plan to update mine, but haven't gotten around to it yet.
Re: Migbot Prusa i3 Unofficial Support Thread July 05, 2015 11:02AM |
Registered: 9 years ago Posts: 111 |
Re: Migbot Prusa i3 Unofficial Support Thread July 05, 2015 12:31PM |
Registered: 9 years ago Posts: 16 |
Quote
steaneb
Don't really understand this, and I've got the same problem as everyone else with the print off-centre. Not a problem with small prints but will be with larger objects.
When homed, I've got X -15 and Y -45. Would I need to add those values to the G92 (with the ';adjust position so 100,100 is center of bed[/code]' added)' to get the bed to centre at 100, 100
And where would I add the line? Another G92 below G29 (above the G1)
Re: Migbot Prusa i3 Unofficial Support Thread July 05, 2015 09:03PM |
Registered: 11 years ago Posts: 444 |
Re: Migbot Prusa i3 Unofficial Support Thread July 07, 2015 12:26AM |
Registered: 9 years ago Posts: 18 |
Re: Migbot Prusa i3 Unofficial Support Thread July 07, 2015 06:35PM |
Registered: 9 years ago Posts: 5 |
Re: Migbot Prusa i3 Unofficial Support Thread July 07, 2015 06:44PM |
Registered: 17 years ago Posts: 824 |
Re: Migbot Prusa i3 Unofficial Support Thread July 07, 2015 10:24PM |
Registered: 9 years ago Posts: 112 |
Re: Migbot Prusa i3 Unofficial Support Thread July 07, 2015 10:29PM |
Registered: 9 years ago Posts: 112 |
Re: Migbot Prusa i3 Unofficial Support Thread July 08, 2015 05:32AM |
Registered: 9 years ago Posts: 16 |
Quote
rejaak
i don't know if this will help, but, i finally was able to get my prints centered in cura by adding "G92 X-15 Y120" right before the M117 command in the start gcode. for some reason in Repetier Host, its "G92 X-18 Y120". dead nuts center.
Re: Migbot Prusa i3 Unofficial Support Thread July 08, 2015 10:07AM |
Registered: 17 years ago Posts: 824 |
Re: Migbot Prusa i3 Unofficial Support Thread July 09, 2015 02:25PM |
Registered: 9 years ago Posts: 33 |
Re: Migbot Prusa i3 Unofficial Support Thread July 09, 2015 11:47PM |
Registered: 17 years ago Posts: 824 |
Re: Migbot Prusa i3 Unofficial Support Thread July 10, 2015 11:43AM |
Registered: 9 years ago Posts: 33 |
Re: Migbot Prusa i3 Unofficial Support Thread July 10, 2015 11:53AM |
Registered: 9 years ago Posts: 100 |
Re: Migbot Prusa i3 Unofficial Support Thread July 10, 2015 12:33PM |
Registered: 9 years ago Posts: 33 |
Re: Migbot Prusa i3 Unofficial Support Thread July 10, 2015 09:06PM |
Registered: 9 years ago Posts: 31 |