Re: Bed Auto Leveling.. check this out October 12, 2014 04:03PM |
Registered: 9 years ago Posts: 10 |
Re: Bed Auto Leveling.. check this out October 12, 2014 04:23PM |
Registered: 8 years ago Posts: 32 |
Quote
ti-luc
This is my G code
G28
G28 X0 Y0 ; home all axes
G1 X5;
G28 Z0; Home Z
G29 ; auto bed leveling
G90 ; set absolute coordinates
G1 X0 Y0 F3000
When i print, i see the Z motor working. they move the extruder up when it goes on the right side of the bed.
Re: Bed Auto Leveling.. check this out October 12, 2014 05:31PM |
Registered: 9 years ago Posts: 10 |
Re: Bed Auto Leveling.. check this out October 12, 2014 05:33PM |
Registered: 9 years ago Posts: 10 |
Re: Bed Auto Leveling.. check this out October 12, 2014 11:13PM |
Registered: 9 years ago Posts: 10 |
Quote
szabi
Quote
ti-luc
This is my G code
G28
G28 X0 Y0 ; home all axes
G1 X5;
G28 Z0; Home Z
G29 ; auto bed leveling
G90 ; set absolute coordinates
G1 X0 Y0 F3000
When i print, i see the Z motor working. they move the extruder up when it goes on the right side of the bed.
It looks lice it is a Cure start code or it looks very similar to it.
Cura has some problems with bed leveling if you add anything after G28 (at least this is my experience)
Try this start code:
G21 ;metric values
G90 ; set absolute coordinates
M82 ;set extruder to absolute mode
G28 ;home all aexes
;G28 X0 Y0 ; home all axes
G1 X5;
;G28 Z0; Home Z
G29 ; auto bed leveling
G1 X0 Y0 F3000
Re: Bed Auto Leveling.. check this out October 12, 2014 11:50PM |
Registered: 10 years ago Posts: 791 |
Re: Bed Auto Leveling.. check this out October 13, 2014 03:10AM |
Registered: 8 years ago Posts: 32 |
Quote
ti-luc
Quote
szabi
Quote
ti-luc
This is my G code
G28
G28 X0 Y0 ; home all axes
G1 X5;
G28 Z0; Home Z
G29 ; auto bed leveling
G90 ; set absolute coordinates
G1 X0 Y0 F3000
When i print, i see the Z motor working. they move the extruder up when it goes on the right side of the bed.
It looks lice it is a Cure start code or it looks very similar to it.
Cura has some problems with bed leveling if you add anything after G28 (at least this is my experience)
Try this start code:
G21 ;metric values
G90 ; set absolute coordinates
M82 ;set extruder to absolute mode
G28 ;home all aexes
;G28 X0 Y0 ; home all axes
G1 X5;
;G28 Z0; Home Z
G29 ; auto bed leveling
G1 X0 Y0 F3000
I try your code and it didn't improve. I added 3 pictures. If you look at the picture 3, you will see that the print is a lot thicker compare to picture 2.
Re: Bed Auto Leveling.. check this out October 13, 2014 09:58AM |
Registered: 9 years ago Posts: 10 |
Quote
szabi
Quote
ti-luc
Quote
szabi
Quote
ti-luc
This is my G code
G28
G28 X0 Y0 ; home all axes
G1 X5;
G28 Z0; Home Z
G29 ; auto bed leveling
G90 ; set absolute coordinates
G1 X0 Y0 F3000
When i print, i see the Z motor working. they move the extruder up when it goes on the right side of the bed.
It looks lice it is a Cure start code or it looks very similar to it.
Cura has some problems with bed leveling if you add anything after G28 (at least this is my experience)
Try this start code:
G21 ;metric values
G90 ; set absolute coordinates
M82 ;set extruder to absolute mode
G28 ;home all aexes
;G28 X0 Y0 ; home all axes
G1 X5;
;G28 Z0; Home Z
G29 ; auto bed leveling
G1 X0 Y0 F3000
I try your code and it didn't improve. I added 3 pictures. If you look at the picture 3, you will see that the print is a lot thicker compare to picture 2.
Execute G28 manually then execute G29 manually and post the output, so we can check the amount of compensation.
Have you ever got your printer working properly with manual bed leveling?
Re: Bed Auto Leveling.. check this out October 13, 2014 10:38AM |
Registered: 8 years ago Posts: 32 |
Quote
ti-luc
Quote
szabi
Quote
ti-luc
Quote
szabi
Quote
ti-luc
This is my G code
G28
G28 X0 Y0 ; home all axes
G1 X5;
G28 Z0; Home Z
G29 ; auto bed leveling
G90 ; set absolute coordinates
G1 X0 Y0 F3000
When i print, i see the Z motor working. they move the extruder up when it goes on the right side of the bed.
It looks lice it is a Cure start code or it looks very similar to it.
Cura has some problems with bed leveling if you add anything after G28 (at least this is my experience)
Try this start code:
G21 ;metric values
G90 ; set absolute coordinates
M82 ;set extruder to absolute mode
G28 ;home all aexes
;G28 X0 Y0 ; home all axes
G1 X5;
;G28 Z0; Home Z
G29 ; auto bed leveling
G1 X0 Y0 F3000
I try your code and it didn't improve. I added 3 pictures. If you look at the picture 3, you will see that the print is a lot thicker compare to picture 2.
Execute G28 manually then execute G29 manually and post the output, so we can check the amount of compensation.
Have you ever got your printer working properly with manual bed leveling?
I print many parts without the bed levelling but never a big part like this. So it's possible that the problem is there since the beginning.
I manually run the G28 and the G29. I have attached the result in the next picture.
Re: Bed Auto Leveling.. check this out October 13, 2014 11:30AM |
Registered: 9 years ago Posts: 167 |
Re: Bed Auto Leveling.. check this out October 18, 2014 12:08PM |
Registered: 9 years ago Posts: 10 |
Quote
szabi
Quote
ti-luc
Quote
szabi
Quote
ti-luc
Quote
szabi
Quote
ti-luc
This is my G code
G28
G28 X0 Y0 ; home all axes
G1 X5;
G28 Z0; Home Z
G29 ; auto bed leveling
G90 ; set absolute coordinates
G1 X0 Y0 F3000
When i print, i see the Z motor working. they move the extruder up when it goes on the right side of the bed.
It looks lice it is a Cure start code or it looks very similar to it.
Cura has some problems with bed leveling if you add anything after G28 (at least this is my experience)
Try this start code:
G21 ;metric values
G90 ; set absolute coordinates
M82 ;set extruder to absolute mode
G28 ;home all aexes
;G28 X0 Y0 ; home all axes
G1 X5;
;G28 Z0; Home Z
G29 ; auto bed leveling
G1 X0 Y0 F3000
I try your code and it didn't improve. I added 3 pictures. If you look at the picture 3, you will see that the print is a lot thicker compare to picture 2.
Execute G28 manually then execute G29 manually and post the output, so we can check the amount of compensation.
Have you ever got your printer working properly with manual bed leveling?
I print many parts without the bed levelling but never a big part like this. So it's possible that the problem is there since the beginning.
I manually run the G28 and the G29. I have attached the result in the next picture.
As you can see from the results you have around 0.2mm compensation (difference) between left and right side. Assuming a layer height of .2 we are talking about one later difference.
I would suggest to check your z motors and axes. You may have a misaligned z mech as well. Another tought, have you tuned your z motor current? If your driving current is low you may have step loss on any of your motors hence you will get uneven prints, however this should not only happen on one side, so better first you should check your mechanism and make sure it is perfectly aligned which means you should measure the same vertical distance (hight) on left and right side between any of your x rods and a fixed point of the mech, but not the bed!
Re: Bed Auto Leveling.. check this out October 29, 2014 06:24PM |
Registered: 8 years ago Posts: 74 |
Quote
stephenrc
While the G29 is running, are either the X or Y endstops hit? If they are, then the home position for that axis is changed. You'll need to adjust the probe bed positions.
For example, if X_PROBE_OFFSET_FROM_EXTRUDER is 52, then LEFT_PROBE_BED_POSITION needs to be greater than 52. If it's less, the x home position will be changed.
Re: Bed Auto Leveling.. check this out November 01, 2014 06:00PM |
Registered: 8 years ago Posts: 3 |
Re: Bed Auto Leveling.. check this out November 04, 2014 03:00AM |
Registered: 8 years ago Posts: 5 |
Re: Bed Auto Leveling.. check this out November 13, 2014 01:20PM |
Registered: 8 years ago Posts: 74 |
Re: Bed Auto Leveling.. check this out February 09, 2015 11:55AM |
Registered: 8 years ago Posts: 7 |
Quote
yotiro
For those trying to use a RUMBA board like me.
I've managed to operate a hobby servo connected on ext3. Pins 2 / 4 / 6 has +5v / gnd / pwm2 signals.
I've added on pins.h file the following text in red:
------------------------------------------------------------------------------------------------------------------------------------------
#define LCD_PINS_D6 41
#define LCD_PINS_D7 40
#define BTN_EN1 11
#define BTN_EN2 12
#define BTN_ENC 43
#ifdef NUM_SERVOS
#define SERVO0_PIN 5
#if NUM_SERVOS > 1
#define SERVO1_PIN 4
#endif
#endif
#endif //MOTHERBOARD==80
------------------------------------------------------------------------------------------------------------------------------------------
Be careful about polarity for the servo. Servo's plug normally has +Vcc in the middle, I switched possitive and negative servo wires position and connected as in the attached photo and works ok. Pay lots of attention to polarity of possitive and negative wires or you'll burn the servo and/or damage the board.
The servo I'm using for tests it's a hextronik mg14, no problems, min/max position for me are 0 / 90.
Re: Bed Auto Leveling.. check this out February 13, 2015 02:24AM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 02:28AM |
Registered: 10 years ago Posts: 791 |
Quote
touchthebitum
Hello!
I have some problems on this bed autolevelling.
I'm able to make a 4 points autolevelling , it works well but when I lauch the printing process, it seems that the system had not memorized the Z positions and the hotend goes very deep on the glass bed.... I have to power off my printer before the break process
I red that we have to activate these lines :
#define EEPROM_SETTINGS
#define EEPROM_CHITCHAT
to store the setings in memory....
Is it correct ?
What do you think about this problem?
Thanks
Re: Bed Auto Leveling.. check this out February 13, 2015 02:32AM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 02:40AM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 02:46AM |
Registered: 10 years ago Posts: 791 |
Quote
touchthebitum
Yes, I followed all the steps on the guide....G92 and the two calibrations (hotend and Probe) ....
I don't understand when I have to star the autolevelling. Do I have to implement it on the Gcode ?
thanks
Re: Bed Auto Leveling.. check this out February 13, 2015 02:48AM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 03:02AM |
Registered: 8 years ago Posts: 32 |
Quote
touchthebitum
Ok
I tested G28 and G29 and it worked well , I see the various Z values on my LCD screen
I use Cura
Re: Bed Auto Leveling.. check this out February 13, 2015 03:03AM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 03:12AM |
Registered: 10 years ago Posts: 791 |
Quote
touchthebitum
Ok
I tested G28 and G29 and it worked well , I see the various Z values on my LCD screen
I use Cura
Re: Bed Auto Leveling.. check this out February 13, 2015 04:06AM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 03:14PM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 03:24PM |
Registered: 8 years ago Posts: 202 |
Re: Bed Auto Leveling.. check this out February 13, 2015 03:24PM |
Registered: 8 years ago Posts: 32 |
Re: Bed Auto Leveling.. check this out February 13, 2015 03:26PM |
Registered: 8 years ago Posts: 202 |