OiD

About

Username
OiD
Joined
Visits
41
Last Active
Roles
Member

Comments

  • Hi, Tried the setting the MOVE_*_WHEN_HOMED but had no effect. Also tested calling "void setXHomed(", "void updateHomedAll(" but still no effect.Tried setting G1 S1 before and disabling after homing and worked a charm! All coordinates are normal and…
  • Thanks! That solved it. Will have to toggle G1 S1 to perform the routine. Is there a way to send a command from the Repetier FW to Repetier-Host to update the Coordinates? Similar to M114 to the LCD but acting like @isathome ? Now I can get on wit…
  • Ok, I was trying to edit inside of the Printer.cpp file for the Home function. Just found out how include actual G-code with "GCode::executeFString(PSTR("G1 Z30"));" so I've replaced G28 with my own G-code that calls all the movements and copied th…
  • Thanks for the info! Will test again, I had set for now my z probe height + max z probe bed distance = 20mm and started probing from 20mm. I also found out one of the delta arms was very hard to move. I've sanded and loosend it enough to move a lot…
  • Hi Martin, I have'nt seen this in G33 but I haven't been looking either, will check later. But if the same segment of code is used it could be possible. I'm still tweaking a bit the measurments/tower rotation as I'm still getting high and low spot…
  • Okay, DEV 1.0, same issue. Latest version of Repetier Host as well. In the Commands.cpp file; case 30: {         // G30 [Pn] [S]         // G30 (the same as G30 P3) single probe set Z0         // G30 S1 Z - measures probe height (P is ignored) assu…
  • Just poked into the commands sent. First probe is G30 P1, last is G30 P2 and all others are G30 P0. I can't find where runZProbe function is un the code to see what is going on and how P0...2 affect probing. I guess I'll upgrade to the DEV version …
  • Hi, Thanks for the quick reply. I have tested starting from Z5, Z10, Z20, Z30. No difference. I have also started from 0,0, -80,-80 (first probe) and others. No difference. When you say dev do you mean the FW or repetier Host? The limits of Z Probe…