diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-11-07 16:24:52 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-11-07 16:28:47 -0500 |
commit | ed610a6600dd982623ad79409f430a522910b202 (patch) | |
tree | 29207210d1100428a8ca1aea803eb15c23514132 /docs/Config_Changes.md | |
parent | 29b5961d9f6b3a24e73ed4d52233f463f8670619 (diff) | |
download | kutter-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/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 7 |
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.) |