From ee14ff3bcb717cbfb27e8470d09eebc5e83f435e Mon Sep 17 00:00:00 2001 From: teachingtechYT Date: Tue, 31 Aug 2021 20:38:41 +1000 Subject: [PATCH] Add note warning of M83 in custom start gcode #359 --- js/createform.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!

    `;