Skip to content

Commit

Permalink
Help line
Browse files Browse the repository at this point in the history
Help line correction: no heaters are synchronized in this version.
  • Loading branch information
Tircown committed Jan 10, 2022
1 parent 9502863 commit 1bae660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/kinematics/extruder.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def cmd_ACTIVATE_EXTRUDER(self, gcmd):
toolhead.flush_step_generation()
toolhead.set_extruder(self, self.stepper.get_commanded_position())
self.printer.send_event("extruder:activate_extruder")
cmd_SYNC_EXTRUDER_STEPPERS_help = "Synchronize extruders heaters and motors"
cmd_SYNC_EXTRUDER_STEPPERS_help = "Synchronize extruders steppers"
def cmd_SYNC_EXTRUDER_STEPPERS(self, gcmd):
name_master = gcmd.get('TO', None)
heater = self.get_heater()
Expand Down

0 comments on commit 1bae660

Please sign in to comment.