|
I don't get out of the beta status... September 22, 2014 03:29AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 22, 2014 05:17AM |
Registered: 13 years ago Posts: 791 |
Quote
Xhnnas
Nevertheless, I finished the build and did some adjustments: I defined the Offset of the described by "regpye". Unfortunately, this only works for one print. After the second print, I've to define the offset once again, and for the third print, and for the fourth, etc. I don't know if the autolevel is not working properly. (The combined solution of Multiplex and 3mm Alu is not flexing like glas I guess)
Those parts who came out, had terrible Z wobbles, so I printed one [www.thingiverse.com] and attached it to my build, but unfortunetely the z wobbles stayed. This there maybe some different bed level routine I can use?
|
Re: I don't get out of the beta status... September 22, 2014 06:57AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 22, 2014 10:36AM |
Registered: 11 years ago Posts: 116 |

#define Z_PROBE_OFFSET_FROM_EXTRUDER_DELTA_X 0.1 // smartrap: special quantic error mesurement from porte a faux design (see marlin.cpp)

|
Re: I don't get out of the beta status... September 22, 2014 03:50PM |
Registered: 12 years ago Posts: 170 |
|
Re: I don't get out of the beta status... September 22, 2014 04:01PM |
Registered: 13 years ago Posts: 791 |
Quote
ldanut
I use a 8mm lead screw for z axis and i get zero wobble. And I don't use autocalibration at all. I added some knobs to the bed and did one time bed leveling manually and thats all. It works perfect every time after couple of kilo of plastics.
|
Re: I don't get out of the beta status... September 22, 2014 05:04PM |
Registered: 12 years ago Posts: 170 |
|
Re: I don't get out of the beta status... September 22, 2014 08:16PM |
Registered: 12 years ago Posts: 125 |
Quote
Xhnnas
Nevertheless, I finished the build and did some adjustments: I defined the Offset of the described by "regpye". Unfortunately, this only works for one print. After the second print, I've to define the offset once again, and for the third print, and for the fourth, etc. I don't know if the autolevel is not working properly. (The combined solution of Multiplex and 3mm Alu is not flexing like glas I guess)
|
Re: I don't get out of the beta status... September 22, 2014 10:05PM |
Registered: 13 years ago Posts: 791 |
Quote
mikefiatx19
Quote
Xhnnas
Nevertheless, I finished the build and did some adjustments: I defined the Offset of the described by "regpye". Unfortunately, this only works for one print. After the second print, I've to define the offset once again, and for the third print, and for the fourth, etc. I don't know if the autolevel is not working properly. (The combined solution of Multiplex and 3mm Alu is not flexing like glas I guess)
I had a similar thing happen because the hotend swinging arm was a bit too tight. Instead of hitting the bed and pressing the Z switch and falling back down all of the way it would sometimes fall half way then stop. That causes the Z offset to change a little. I still haven't found a way to fully stop that from happening and i have to check it before every print. Too tight and the end wont move to press the switch at all, too loose and the nozzle is not held securely enough and it wiggles.
Check your Z switch is securely fastened too, any movement of the switch will affect the Z offset.
|
Re: I don't get out of the beta status... September 23, 2014 02:21AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 23, 2014 02:42AM |
Registered: 13 years ago Posts: 791 |
Quote
Xhnnas
Unfortunately nothing helped.
Yesterday I did the same procedure as everyday.
I zeroed the Z offset in Marlin and uploaded it.
I Homed the axis (Z Home is at 90/90 due to marlin firmware settings)
Put a piece of Paper under it and highered the Z Axis
Defined the Z Height at 1.4
Insertet Z Offset height of 1.4 into Marlin.
Started to print a small 1,5cm Cube
Nozzle was to close to bed and print jammed
highered the Z Offset by 0.2
Started the print once again
Cube came out perfectly
Started to print a leapfrog
Nozzle to far away from Bed
Had to lower the Offset by 0.2
The upper part of the first layer stick to bed, the lower part cratched on the bed.
So I tried to increase the X Offset Value (right beneath the Z Offset, didn't remember the name)
Did not worked
Increased it more
Did not worked.
This was the procedure for the last 3 hours of my day yesterday, after that I decided to go to bed.
In the Firmware I choosed the Grid bed leveling with 9 Points from 10/10 to 160/160.
Interestingly I can't define the Eeprom. When I uncomment it and upload the firmware, the stepper motors are not working, Repetier only shows, that 5 commands are outstanding. But even without uncommenting it I can read and write values to the eeprom (regarding repetier), but the values are deleted after restart.
My this be the root of the cause?
Attached you can find a picture of my hotend probe, is this as it should be?
|
Re: I don't get out of the beta status... September 23, 2014 05:13AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 23, 2014 05:19AM |
Registered: 13 years ago Posts: 791 |
Quote
Xhnnas
When I choose a negativ value, it crashed on the bed.
|
Re: I don't get out of the beta status... September 23, 2014 10:43AM |
Registered: 11 years ago Posts: 116 |
|
Re: I don't get out of the beta status... September 23, 2014 03:59PM |
Registered: 13 years ago Posts: 791 |
Quote
verteez
I have a positive value and everything is working fine.
If you want, check my configuration file, maybe it will work for you?
|
Re: I don't get out of the beta status... September 24, 2014 02:51AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 24, 2014 04:16AM |
Registered: 11 years ago Posts: 116 |

Quote
Xhnnas
I'm terribly sorry, but I forget to make some pictures of my build, I will implement them this evening.
I tried the negativ value of the offset: It's scratching on the heatbed. But finally I think the probing works much better than before. I got the tipp to clear the EEPROM with the following code:
/*
* EEPROM Clear
*
* Sets all of the bytes of the EEPROM to 0.
* This example code is in the public domain.
*/
#include
void setup()
{
// write a 0 to all 4096 bytes of the EEPROM
for (int i = 0; i < 4096; i++)
EEPROM.write(i, 0);
// turn the LED on when we're done
digitalWrite(13, HIGH);
}
void loop()
{
}
So I was able to enable the EEPROM Setting in the firmware.
Unfortunately I only can print small pieces in the middle of the bed (That is where I defined the Z Offest)
at the Position of 10/10 the layers don't stick, because the nozzle is to far away from the bed. At 180/180 the nozzle scratches on the bed again. at 90/90 everything is fine.
I tried to play a bit with the Delta X adjustment, but it did not worked for me. I tried values from -3,9 to 3,9, but the behavior did not changed. Only small pieces.
I'm using the Probing version of the smartrap build 0.491 from github/thingiverse.
|
Re: I don't get out of the beta status... September 24, 2014 04:19AM |
Registered: 11 years ago Posts: 116 |


Quote
regpye
Quote
verteez
I have a positive value and everything is working fine.
If you want, check my configuration file, maybe it will work for you?
Yes on my SmartRaps I use a positive value as well and a negative on the MagikMakers and i3 machines. But all of this depends on how the probe is setup and we have not seen clearly how this particular machine is setup. The photo shown is not clear on how the sensor is working.
As we all know, there are many different SmartRap variations now, and some are using very different probing systems and more are coming.
|
Re: I don't get out of the beta status... September 24, 2014 05:48AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 24, 2014 08:06AM |
Registered: 11 years ago Posts: 116 |
#else // not AUTO_BED_LEVELING_GRID
// with no grid, just probe 3 arbitrary points. A simple cross-product
// is used to esimate the plane of the print bed
#define ABL_PROBE_PT_1_X 10
#define ABL_PROBE_PT_1_Y 10
#define ABL_PROBE_PT_2_X 10
#define ABL_PROBE_PT_2_Y 130
#define ABL_PROBE_PT_3_X 170 <--- This one
#define ABL_PROBE_PT_3_Y 65
Reupload the Marlin. ( You will be reuploading it, because try to not use the EEPROM[try to disable it], You will be sure that the printer is not remembering the old software.)13:05:44.977 : End file list 13:06:17.966 : Bed x: 10.00 y: 10.00 z: 2.22 13:06:24.155 : Bed x: 10.00 y: 130.00 z: 2.54 13:06:30.643 : Bed x: 165.00 y: 65.00 z: 2.50 13:06:30.648 : echo:endstops hit: Z:2.50 Here is your offset, but it's equal to bed height, so you must add to it 0.01 to now scratch your bed surface. So here actuall offset will be 2.51

)#define Z_PROBE_OFFSET_FROM_EXTRUDER_DELTA_X 0 <---change the zero to a higer value, try by 0.1, 0.2 to get it working depending on your bed levelThis will lower your nozzle for the distance defined by you in delta X, where the layers were too high (around 0.0 position).


Quote
Xhnnas
Sorry, I don't get it with the X Delta. You have activated the 3 Point method, right? Where did you measured the Z offset? In the Middle of the bed or at 0/0?
If you measured the height at 0/0 and for example the Z Offset at this point is 0.5. and the nozzle scratches on the bed at 180/180, do I have to choose a positiv value for the X Delta?
I will post as much pictures this evening as possible.
|
Re: I don't get out of the beta status... September 24, 2014 11:14PM |
Registered: 12 years ago Posts: 349 |
|
Re: I don't get out of the beta status... September 25, 2014 03:31AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 26, 2014 09:57AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... September 26, 2014 12:05PM |
Registered: 12 years ago Posts: 992 |
|
Re: I don't get out of the beta status... October 22, 2014 02:49AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... October 22, 2014 03:58AM |
Registered: 13 years ago Posts: 791 |
Quote
Xhnnas
So, after one month just a short feedback: I think why it's not working on my smartrap are the 6mm rods. The entire Axis is bending to much when he reaches the point 170/180. There is so much force, that some parts cracked.
As I told, I've an other smartrap with 8mm rods, I can use the autolevel routine on this printer and it works really fine. So I would prefer in future builds to go back to 8mm Rods if applicable.
I'm currently working on a inductive proximity sensor leveling with my ALU Heatbed to ignore the bending of the z Axis.
|
Re: I don't get out of the beta status... October 22, 2014 05:41AM |
Registered: 11 years ago Posts: 95 |
Quote
regpye
I have to agree with you about the 6mm rods. Just not enough rigidity in them and they do bend too much. I would be inclined to go to even 10mm rods instead, all round.
8mm being a good compromise. I really believe that 6mm rods were a step backwards in the design.
|
Re: I don't get out of the beta status... October 22, 2014 08:14AM |
Registered: 12 years ago Posts: 992 |
|
Re: I don't get out of the beta status... October 22, 2014 10:01AM |
Registered: 12 years ago Posts: 362 |
|
Re: I don't get out of the beta status... October 22, 2014 11:13AM |
Registered: 12 years ago Posts: 992 |
