aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-11-07 16:24:52 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-11-07 16:28:47 -0500
commited610a6600dd982623ad79409f430a522910b202 (patch)
tree29207210d1100428a8ca1aea803eb15c23514132 /docs
parent29b5961d9f6b3a24e73ed4d52233f463f8670619 (diff)
downloadkutter-ed610a6600dd982623ad79409f430a522910b202.tar.gz
kutter-ed610a6600dd982623ad79409f430a522910b202.tar.xz
kutter-ed610a6600dd982623ad79409f430a522910b202.zip
extruder: Consistently use "extruder" for the primary extruder
No longer allow the primary extruder to be named "extruder0". This avoids internal and external confusion between the printer objects and config section names. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Changes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 0b5af7c2..ff8f601e 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,13 @@ All dates in this document are approximate.
# Changes
+20191107: The primary extruder config section must be specified as
+"extruder" and may no longer be specified as "extruder0". Gcode
+command templates that query the extruder status are now accessed via
+"{printer.extruder}".
+
+20191021: Klipper v0.8.0 released
+
20191003: The move_to_previous option in [safe_z_homing] now defaults
to False. (It was effectively False prior to 20190918.)