Skip to content

Commit

Permalink
Update extruder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Dec 9, 2023
1 parent 8f05fb2 commit 7491b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions klippy/kinematics/extruder.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def _handle_connect(self):
toolhead.register_step_generator(self.stepper.generate_steps)
self._set_pressure_advance(self.config_pa, self.config_smooth_time)
def get_status(self, eventtime):
return {'pressure_advance': self.pressure_advance,
'smooth_time': self.pressure_advance_smooth_time,
return {'pressure_advance': self.stored_pa,
'smooth_time': self.stored_smooth_time,
'pressure_advance_enabled': self.pa_enabled,
'motion_queue': self.motion_queue}
def find_past_position(self, print_time):
Expand Down

0 comments on commit 7491b40

Please sign in to comment.