From 5f462810a3dc43cd81c7158ef3d1c37935a0f4b7 Mon Sep 17 00:00:00 2001 From: WilliamBZA Date: Fri, 27 Nov 2020 14:27:04 +0200 Subject: [PATCH 1/2] Fix typo --- calibration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibration.html b/calibration.html index 410b5a0..0c26343 100644 --- a/calibration.html +++ b/calibration.html @@ -186,7 +186,7 @@

Additional start gcode

  • M221 S38 can also be used to compensate for 2.85 mm filament and M221 S34 for 3.00 mm filament instead of the default 1.75 mm.
  • Setting the K factor for linear advance. For example, M900 K0.11
  • Custom ABL sequence. By default, only G28 is present. This gcode will be inserted immediately afer that so custom commands can be used here.
  • -
  • Anythng else you have in your start gcode, such as setting acceleration values, E-steps, etc.
  • +
  • Anything else you have in your start gcode, such as setting acceleration values, E-steps, etc.
  • From 0224ff7701ff3c21a67331b9e724915b1a04ce84 Mon Sep 17 00:00:00 2001 From: WilliamBZA Date: Fri, 27 Nov 2020 14:28:20 +0200 Subject: [PATCH 2/2] afer => after --- calibration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibration.html b/calibration.html index 0c26343..6154db7 100644 --- a/calibration.html +++ b/calibration.html @@ -185,7 +185,7 @@

    Additional start gcode

  • Telling the firmware to alter the flow rate of the gcode to follow. This does not mean the exact flow rate you have set in your own slicer. For example, using M221 S120 would set the flow rate to 120% of what it was originally sliced as in Simpilfy3D. Use this to compensate for obvious over or under extrusion you may encounter with these tests. Additional information available at the base of the Flow Rate tab.
  • M221 S38 can also be used to compensate for 2.85 mm filament and M221 S34 for 3.00 mm filament instead of the default 1.75 mm.
  • Setting the K factor for linear advance. For example, M900 K0.11
  • -
  • Custom ABL sequence. By default, only G28 is present. This gcode will be inserted immediately afer that so custom commands can be used here.
  • +
  • Custom ABL sequence. By default, only G28 is present. This gcode will be inserted immediately after that so custom commands can be used here.
  • Anything else you have in your start gcode, such as setting acceleration values, E-steps, etc.