Z-probing / Slic3r / cura issue

Z probing work in Slic3r and do not lift nozzle at start when i config Z offset -0.2 mm into slic3r config.
Can some one tell me how i suppose to fix it to work on cura cause this option are not available on cura.
I nerver use EEPROM CAUSE nothing work when is enable. So can i need to do something special into configuration.h

Comments

  • Why do you think nothing works with eeprom if nearly everyone s using it successfully. Copy the config settings once to eeprom so values have correct meaning and it should do:
    M502
    M500

    In cura you could use
    G28
    G92 Z-0.2
    to fake coordinate.
Sign In or Register to comment.