aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-03-18 11:32:28 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-03-18 11:44:56 -0400
commit310cdf88ccdbc72283ce9ed7783f35a33198f9f1 (patch)
tree194f4f6d96b9c7921bb4d26aa77aa31dcc7f2a1a
parent5c05a249475dca69bff3cf2a2b5abcb7b903bd72 (diff)
downloadkutter-310cdf88ccdbc72283ce9ed7783f35a33198f9f1.tar.gz
kutter-310cdf88ccdbc72283ce9ed7783f35a33198f9f1.tar.xz
kutter-310cdf88ccdbc72283ce9ed7783f35a33198f9f1.zip
config: Remove tabs from printer-wanhao-duplicator-i3-v2.1-2017.cfg
Remove tabs from example config file and replace with spaces. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--config/printer-wanhao-duplicator-i3-v2.1-2017.cfg26
1 files changed, 13 insertions, 13 deletions
diff --git a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
index a3990bed..d1495afb 100644
--- a/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
+++ b/config/printer-wanhao-duplicator-i3-v2.1-2017.cfg
@@ -34,28 +34,28 @@
#
# This is the inverse of "E steps" (extruder steps per mm) from the stock
# Wanhao Repetier-based firmware.
-# (See https://3dprinterwiki.info/extruder-steps/ )
+# (See https://3dprinterwiki.info/extruder-steps/ )
#
-# For example, if your E-steps are set to 107.0 steps per mm,
-# then step_distance should be (1 / 107.0) ~= .009346
+# For example, if your E-steps are set to 107.0 steps per mm,
+# then step_distance should be (1 / 107.0) ~= .009346
#
# * [extruder] > PID parameters (pid_Kp, pid_Ki, pid_Kd)
# * [heater_bed] > PID parameters (pid_Kp, pid_Ki, pid_Kd)
#
# PID values from stock Wanhao firmware (Repetier) do not
# translate directly to klipper. You will need to run klipper's
-# PID autotune function for the extruder and bed. After getting the
-# klipper firmware up and running, run the M303 autotune procedures
-# by sending these commands via octoprint terminal (one per autotune):
+# PID autotune function for the extruder and bed. After getting the
+# klipper firmware up and running, run the M303 autotune procedures
+# by sending these commands via octoprint terminal (one per autotune):
#
-# extruder: M303 E0 S<temp>
-# heated bed: M303 E-1 S<temp>
+# extruder: M303 E0 S<temp>
+# heated bed: M303 E-1 S<temp>
#
-# After the autotune process completes, PID parameter results
-# can be found in the Octoprint terminal tab (if you're quick)
-# or in /tmp/klippy.log.
+# After the autotune process completes, PID parameter results
+# can be found in the Octoprint terminal tab (if you're quick)
+# or in /tmp/klippy.log.
#
-# Enter the PID parameters into the appropriate sections of ~/printer.cfg .
+# Enter the PID parameters into the appropriate sections of ~/printer.cfg .
#
# * [extruder] > max_temp
# * [heater_bed] > max_temp
@@ -68,7 +68,7 @@
# * [mcu] > serial
#
# Enter the USB serial port of the printer in /dev/serial/by-id/ format
-# for best results.
+# for best results.
#
# - Power cycle the Wanhao Duplicator i3
#