sytrus

About

Username
sytrus
Joined
Visits
12
Last Active
Roles
Member

Comments

  • @Repetier, After a long day of testing, I finally got it to pass all the steps in the video/Z-probing instructions. Here is what I found out.  1) The distortion x/y min and x/y max are pointless. I have them set to "0" in my configuration.h right …
  • Repetier said: What are the probing coordinates you have in eeprom that make G32 working? They build a rectangle that #define DISTORTION_XMIN -40#define DISTORTION_YMIN -50#define DISTORTION_XMAX 60#define DISTORTION_YMAX 30 should span the …
  • @Repetier I found the section in eeprom but I dont think it is setup right. When I ran the "G33" command it still is erroring out. Here is the error log: 23:28:53.544 : X:0.00 Y:0.00 Z:294.919 E:0.000023:29:04.006 : Z correction disabled23:29:08.…
  • @Repetier Over the last several days I have been able to resolve a lot of issues. I am able to run most of the calibration  instruction video (it will now run g32 and run the bed mapping with no issue, I found a configuration that works) and everyt…
  • @Repetier I think what you meant was that it will move left by 25 and "up" by 15. When I plotted this out on graph paper and when the square is offset by those coordinates, it matches up with the two "Bpos x square" error locations. The points that…
  • @Repetier OK, I think I have few more things worked out. First, being I figured out you meant that I had not enabled the distortion correction, which I had not, so it is now enable and g33 works, sort of (see below). Next, since the firmware confi…
  • z probe offset is set to: #define Z_PROBE_X_OFFSET 24.8 #define Z_PROBE_Y_OFFSET -15 According to the delta z-probe video on your website, after running the height mapper, the next command to use is g33, which does nothing. How do I follow the inst…
  • Repetier said: Unknowncommand G33 just means you have no distortion correction configured when compiling. So, how do I fix this then?  Also, when I reran the height map this morning, the "Error:Bpos x square" errors showed back up. I ev…
  • @Roko, I concur that is in the firmware that I got from Folger Tech.    @Repetier, I have measured this several times and my Diagonal rod is 230mm, rotation point to rotation point. I have horizontal distance set for 148mm now. I did shrink the Max …