auto-bed leveling

i have set up my repeteir firmware for z probing and auto-bed leveling. in repeteir host slic3r custom G codes i added G32 for auto bed leveling and M340 P0 S500 and M340 P0 S1400 in the start script and finish script. everything seems to work very well except my z probe does not raise while probing the three points in the bed. is there an equivalent of this function in repeteir?: ( cut and paste from marlin cong.h )
 #define Z_RAISE_BEFORE_PROBING 15    //How much the extruder will be raised before traveling to the first probing point.
 #define Z_RAISE_BETWEEN_PROBINGS 5 


Comments

  • If you just send G32 S2 in the G code that is all you need to do

    You do not need the rest of the code provided that you set it up when you set up the repetier firmware config.h

  • Just make sure the probe does not hit the bed before you start. You can also set a maximum height to go back, so if you start from a high point it does not go back all the way.
Sign In or Register to comment.