VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Recent content by Thaelrax

  1. Thaelrax

    Voron Tap start gcode looping among other things

    So the start script I provided was the default in my LDO Leviathan's printer config. That's *not* what I actually use, but it's about as basic as it gets. The first part of the gcode calls G32 (which is the macro defined above the PRINT_START macro). G32 is basically a full homing call, then...
  2. Thaelrax

    Voron Tap start gcode looping among other things

    I find that taking everything back to the basics and going from there has been immensely useful: [gcode_macro G32] gcode: SAVE_GCODE_STATE NAME=STATE_G32 G90 G28 QUAD_GANTRY_LEVEL G28 ## Uncomment for for your size printer...
Top