Edit GCODE (G29)

Hello, I am a Repetier Server user, I have a lot of gcode in my RPi. I have added a BLTouch to 3 of my machines, now I must add after the G28 line, a G29. Can I bulk edit the gcode? in case I can't do it from Repetier, can I download all the gcode in "package" to edit them and then upload them? I tried to make a backup from RepetierMonitor but I cannot find the files in the backup Thanks

Comments

  • Hello. you can a Gcode replacement in printer settings-> G-Codes -> Replacements.
    There you have to create a new one with the Regular Expression ^G28
    As G-Code to execute you can enter the gcow, which you want to execute instead. In your case it would be:
    G28 X 
    G28 Y 
    G28 Z
    G29

    Please be asure that from now on every and only "G28" commands will be replaced by those commands. 
     
     
  • Hello. you can a Gcode replacement in printer settings-> G-Codes -> Replacements.
    There you have to create a new one with the Regular Expression ^G28
    As G-Code to execute you can enter the gcow, which you want to execute instead. In your case it would be:
    G28 X 
    G28 Y 
    G28 Z
    G29

    Please be asure that from now on every and only "G28" commands will be replaced by those commands. 
     
     
    Thanks!
Sign In or Register to comment.