diff options
Diffstat (limited to 'klippy/extras/hx71x.py')
-rw-r--r-- | klippy/extras/hx71x.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/klippy/extras/hx71x.py b/klippy/extras/hx71x.py index 5c59ed0b..4ef90d6f 100644 --- a/klippy/extras/hx71x.py +++ b/klippy/extras/hx71x.py @@ -51,10 +51,6 @@ class HX71xBase: self.batch_bulk = bulk_sensor.BatchBulkHelper( self.printer, self._process_batch, self._start_measurements, self._finish_measurements, UPDATE_INTERVAL) - # publish raw samples to the socket - dump_path = "%s/dump_%s" % (sensor_type, sensor_type) - hdr = {'header': ('time', 'counts', 'value')} - self.batch_bulk.add_mux_endpoint(dump_path, "sensor", self.name, hdr) # Command Configuration self.query_hx71x_cmd = None mcu.add_config_cmd( |