Skip to content

Commit 0db8e6f

Browse files
committed
Correct a wrongful update to the GitHub Repo
1 parent 0967415 commit 0db8e6f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

z_v2settling_probe.py

-5
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ def handle_ready(self):
7272
probe_obj = self.printer.objects.pop('probe', None)
7373
self.printer.objects['probe'] = self
7474
del probe_obj
75-
pheaters = self.printer.lookup_object('heaters')
76-
heater_dict = pheaters.get_all_heaters()
77-
logging.info("V2SettlingProbe on behalf of zero_overshoot_heater_bed ::INFO:: all_heaters = %s" % (heater_dict))
78-
extruder_obj = self.printer.lookup_object('extruder', None)
79-
logging.info("V2SettlingProbe on behalf of zero_overshoot_heater_bed ::INFO:: self.printer.lookup_object('extruder', None) = %s" % (extruder_obj))
8075

8176

8277
def _run_settling_probe(self, gcmd):

0 commit comments

Comments
 (0)