
g.
I don't care what it is as long as it fixes the bed tilt issue I have with a square buildgeneb wrote:The firmware isn't the magical part. Not Repetier anyway.
g.
geneb wrote:Just take a look at the JavaScript source code. The bit you're after is currently looking for "PROBE-ZOFFSET" - just change this to deal with whatever your firmware outputs when the z hit happens. I don't know how "normal" Repetier behaves. The only printers I have FSRs on are equipped with Duet controllers.
g.
I did a lot of this last night, funnily enough. If you move to 20mm above the bed, and then do a G30, and your bed is 0.12mm higher than expected, it will report 20.12. I can't give you the exact syntax right now.enggmaug wrote:geneb wrote:Just take a look at the JavaScript source code. The bit you're after is currently looking for "PROBE-ZOFFSET" - just change this to deal with whatever your firmware outputs when the z hit happens. I don't know how "normal" Repetier behaves. The only printers I have FSRs on are equipped with Duet controllers.
g.
Yes, I see that. It does not seem too complicated.
I need to check what the default repetier firmware outputs when I G30 it, though.
When 20mm above the bed, some sample G30 outputs are as follows:enggmaug wrote:geneb wrote:Just take a look at the JavaScript source code. The bit you're after is currently looking for "PROBE-ZOFFSET" - just change this to deal with whatever your firmware outputs when the z hit happens. I don't know how "normal" Repetier behaves. The only printers I have FSRs on are equipped with Duet controllers.
g.
Yes, I see that. It does not seem too complicated.
I need to check what the default repetier firmware outputs when I G30 it, though.
Code: Select all
Z-probe:20.00 X:55.32 Y:-29.78
Z-probe:19.98 X:-48.60 Y:-29.78
Z-probe:20.02 X:3.36 Y:0.22
They are... when you remember to turn off bed compensation firstenggmaug wrote:Are the values in X and Y consistent with the XY position you placed the effector at before calling G30 ?
He and I have both worked on extending pre-existing firmware to do Delta calibration, and so we have spent some time conversing. He is friendly and helpful, and I gave my firmware the option to use RMS to determine average error because he suggested it to me. His product is good, and if it had grid-based Z correction this time last year, I would probably still be using it. If he has a solution to someone's problem, and he isn't being annoying about it, then I think it's appropriate for him to say something.nebbian wrote:I also have a problem with supporting a person/company that incessantly spams the RepRap forums. *sigh*