z correction probe NAN?

edited February 2016 in Repetier-Firmware
Hey guys, I have a mini kossel setup with a repetier firmware I configured on the site about a month ago (cant get the exact version right now as im printing) I have the printer calibrated pretty well, but wanted to use zprobe bed leveling still. I took a design that puts the FSRs in the effector and tweaked it a bit. I have its output going to a small arduino that is flipping a digital output high when the FSRs get to a certain point. Everything seems to work fine, except the log shows me this..

20:16:27.402 : Info:Autoleveling enabled
20:16:27.402 : ok 35
20:16:27.402 : N39 M300 P400 S1000 *12
20:17:20.725 : ok 36
20:17:20.729 : TargetExtr0:255
20:17:27.410 : ok 37
20:17:27.414 : Z correction disabled
20:17:30.854 : Z-probe:NAN X:-60.00 Y:60.00 zCorr:0.00
20:17:32.509 : Z-probe:NAN X:-30.00 Y:60.00 zCorr:0.00
20:17:34.066 : Z-probe:NAN X:0.00 Y:60.00 zCorr:0.00
20:17:35.672 : Z-probe:NAN X:30.00 Y:60.00 zCorr:0.00
20:17:37.282 : Z-probe:NAN X:60.00 Y:60.00 zCorr:0.00
20:17:40.493 : Z-probe:NAN X:-60.00 Y:30.00 zCorr:0.00
20:17:42.000 : Z-probe:NAN X:-30.00 Y:30.00 zCorr:0.00
20:17:43.504 : Z-probe:NAN X:0.00 Y:30.00 zCorr:0.00
20:17:45.011 : Z-probe:NAN X:30.00 Y:30.00 zCorr:0.00
20:17:46.514 : Z-probe:NAN X:60.00 Y:30.00 zCorr:0.00
20:17:49.779 : Z-probe:NAN X:-60.00 Y:0.00 zCorr:0.00
20:17:51.335 : Z-probe:NAN X:-30.00 Y:0.00 zCorr:0.00
20:17:52.839 : Z-probe:NAN X:0.00 Y:0.00 zCorr:0.00
20:17:54.347 : Z-probe:NAN X:30.00 Y:0.00 zCorr:0.00
20:17:55.854 : Z-probe:NAN X:60.00 Y:0.00 zCorr:0.00
20:17:59.069 : Z-probe:NAN X:-60.00 Y:-30.00 zCorr:0.00
20:18:00.671 : Z-probe:NAN X:-30.00 Y:-30.00 zCorr:0.00
20:18:02.276 : Z-probe:NAN X:0.00 Y:-30.00 zCorr:0.00
20:18:03.882 : Z-probe:NAN X:30.00 Y:-30.00 zCorr:0.00
20:18:05.492 : Z-probe:NAN X:60.00 Y:-30.00 zCorr:0.00
20:18:08.801 : Z-probe:NAN X:-60.00 Y:-60.00 zCorr:0.00
20:18:10.412 : Z-probe:NAN X:-30.00 Y:-60.00 zCorr:0.00
20:18:11.915 : Z-probe:NAN X:0.00 Y:-60.00 zCorr:0.00
20:18:13.443 : Z-probe:NAN X:30.00 Y:-60.00 zCorr:0.00
20:18:14.925 : Z-probe:NAN X:60.00 Y:-60.00 zCorr:0.00
20:18:16.543 : Info:Distortion correction matrix:
20:18:16.547 : 0, 0, 0, 0, 0
20:18:16.552 : 0, 0, 0, 0, 0
20:18:16.552 : 0, 0, 0, 0, 0
20:18:16.556 : 0, 0, 0, 0, 0
20:18:16.560 : 0, 0, 0, 0, 0
20:18:16.568 : Z correction enabled
20:18:16.576 : Info:Autoleveling disabled


the zprobe always reports NAN, if I do a M114 without pressure on the print head I get "L" and if I put some preasure on it I get "H" so it seems to work.. what would make it report NAN?

This is my start G-Code in Slic3r
M140 S[first_layer_bed_temperature] ; Bed (no wait)
M104 S[first_layer_temperature] ; Extruder (no wait)
G90 ; set absolute coordinates
G28 ; home all axis
M190 S[first_layer_bed_temperature] ; Bed (wait)
M109 S[first_layer_temperature] ; Extruder (wait)
G29
M117 Start
M300 s1000 p400 ; Beep
M300 s1500 p400
M300 s2000 p400
M300 s2500 p400
G92 E0 ; reset extrusion distance
M117 Printing

Comments

  • It adds values like bed coating or bending correction. So please check your eeprom, I think that one of these values has a Nan value.
  • I checked my settings, and found the one for bed coating which was 0.0, so I canged that to 0.001 just to make sure it has a value, but I can not find the bending correction setting in the firmware, whats it called?

  • I should say, I cant find it in the eeprom settings
  • I see them in the firmware tho and they are all 0
  • Just had an other user (or was it you) on github with a similar problem. Reason was that the 3 probe points in eeprom were on a line so they did not span a plane causing the error. Is that here the case.
  • Yes! That is it, I never bothered to set that since I think I am using the advanced bed probing, where it probes about 20 points
Sign In or Register to comment.