diff --git a/js/createform.js b/js/createform.js index d370596..c4362ef 100644 --- a/js/createform.js +++ b/js/createform.js @@ -66,7 +66,7 @@ var startGcode = /*html*/ `

Additional start gcode

  • Anything else you have in your start gcode, such as setting acceleration values, E-steps, etc.
  • -

    This option will remove all start gcode except what is entered in the box below. This means you are responsible for providing commands to home the machine and heat the bed/nozzle. Advanced users only!

    +

    This option will remove all start gcode except what is entered in the box below. This means you are responsible for providing commands to home the machine and heat the bed/nozzle. Note: this gcode uses M82 absolute extrusion values, do not enter the M83 command (relative extrusion values) here. Advanced users only!

    `;