From 5260978d62a43774e2d2de49e58cf89618844835 Mon Sep 17 00:00:00 2001 From: Cristian Diaconescu Date: Sun, 16 Aug 2020 16:52:37 +0100 Subject: [PATCH] Marlin G1 Fxx speed is in mm/min, not mm/s Source: common sense :) and https://marlinfw.org/docs/gcode/G000-G001.html --- calibration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibration.html b/calibration.html index e32be60..af06292 100644 --- a/calibration.html +++ b/calibration.html @@ -195,7 +195,7 @@

Next, we enter:

G1 E100 F100
-

G1 sends a move command to the printer, in this case asking the extruder to advance 100mm at a speed of 100mm/sec.

+

G1 sends a move command to the printer, in this case asking the extruder to advance 100mm at a speed of 100mm/min.

The filament will then slowly go through the extruder and hot end. Once the extrusion finishes, we measure the distance between the mark and the entry to the extruder.

Ideally, 20mm remains, which means exactly 100mm was extruded. If your distance is anything other that this, complete the form below to calculate the correct E-steps: