Why "printing in air" can appear, alerady from start of model 3d drawing??!
Hello everybody! Have a good time of day!
I got cheapest in the world Flsun Kossel Delta 3D printer with MKS base 1.4 (8828) board that i screwed with my best abilities to be happy owner. I'm got configured Repetier firmware and calibrated at openDact differencial "David's star" of Escher's algorhytm to have acceptable values. I'm using Slic3r to prepare my models for 3D printing, and have a good G-code to work.
So, I'm have an issue of "printing in air" from concrete start of 3d print. I makes a lot of checks and corrections I am tried, but have nothing at all. Every time of tenths of tries to print something I got only crazy effector in air.
Dear Repetier firmware and specialists of other sciences, please tell me some kind of ideas what to do, to fix this bug, and thank you very much, right now, mates?!
I got cheapest in the world Flsun Kossel Delta 3D printer with MKS base 1.4 (8828) board that i screwed with my best abilities to be happy owner. I'm got configured Repetier firmware and calibrated at openDact differencial "David's star" of Escher's algorhytm to have acceptable values. I'm using Slic3r to prepare my models for 3D printing, and have a good G-code to work.
So, I'm have an issue of "printing in air" from concrete start of 3d print. I makes a lot of checks and corrections I am tried, but have nothing at all. Every time of tenths of tries to print something I got only crazy effector in air.
Dear Repetier firmware and specialists of other sciences, please tell me some kind of ideas what to do, to fix this bug, and thank you very much, right now, mates?!
Comments
Hope it is this. Alternatively the trigger wrong during homing causing wrong start condition.
Last is loosing steps.
All only if it normally works so you can assume correct configuration in general.
#define always_check_endstops 0
And now my calibration becomes more correct! But I am still have printing problem: when I'm start to 3D print effector comes near the bed but not so close, and start printing in the air. Im just corrected Z-height by sheet of paper and checked it, using Repetier-host.
A bit later I'm found that on back on home command steppers doesn't turns off when comes to endstops. So I'm get back
#define always_check_endstops 1
And..... OOOOPS! I'm still have NOT WORKING ENDSTOPS.... then I'm found that one of endstops looking broken...
Ouuu... yeah.. Im fixed endst soop by reattaching it, so problem still old... printing in air, by ununderstoodable problem...
I'm back to this ferature
#define always_check_endstops 0
because it's works well...
;G1 Z0.294 F7800.000
which prevents head going down making it print at 5mm height.
Thank you again for your opinion and answer:
#define always_check_endstops 0
Next stage is to do test cube's planes correct. So another one question: what is your opinion, how to make identical moves for X, and Y, axises till 3D printing? I see that in firmware's code are strings of regulation steps per mm for each motor, but now can't imagine how to translate them to decart's coordinates.
Now I have 102 steps/mm for each axis => new medium value are (102 x 20)/19.47 = 104.7 = 105 steps/mm for each axis, but how to play with different values for axis?
But deltas a difficult to calibrate. The escher tool optimizes for bed getting planar also geometry is completely wrong. This can cause xy to become wrong insted which the z probe can not measure. So best is to ensure angles, distances of diagonal rods and horizontal radius are correct. Any physical improvement will reduce geometry errors.