auto level and z homing

2»

Comments

  • Ah, just realized that I'm using 0.92.8, I'm not sure if 0.92.9 has related fixes?
  • bccbcc
    edited April 2016
    This is my "Start gcode" in Slic3r or Cura:

    M106 S0
    G92 E0
    G32
    G28 X0 Y0 
    G1 X70 Y100 F10000
    G28 Z0
    G92 Z0.2
    G1 Z2 F100
    M109 S220 ; wait for temperature to be reached

    This is my "Probe start script" in Repetier firmware:
    G91 \n G1 Z10 F100 \n G90 \n G28 \n G1 Z5 F100 \n G1 X40 F10000

    I don't know if the code is good but it works in my case.
    I can do all measurements via LCD now (G32 S2) witch is saved in my EEPROM, and that's why I remove G32 in Slic3r or Cura.
  • Guys I'm very new as a matter fact I never seen this before and I took a leap of faith and decided to build my own printer and it came out great and everything is functional but I'm having almost the same issue as this treat started except that mine goes too closed after the auto level I can not figure it out how to set the z height I try everything is there someone out there that can guide me through the process please .
    And
Sign In or Register to comment.