Hot Damn, a fellow Linux user emerges to drop some knowledge. I hadnāt thought about polling the log files, great work and a very valuable post.
I tried your command in a quick copy paste and I got a ton of extra information that is not shown in your example output.
Mind you the printer is sitting idle so the temps are very low with no pwm command on the heaters. I do find the bed mesh data interesting and a hard date of March 1st 2020.
I am going to have to play around with this for a while and see if I can get it to pull more specific data and perhaps even send the command to the background and poll the data in time intervals and
jester@Sasha_Cat3D-KE /usr/data/jester [$] tail -n 100 -f /usr/data/printer_data/logs/klippy.log | sed s/".*heater_bed"/
heater_bed/
[INFO] 2020-03-01 04:00:15,535 [root] [mcu:_send_config:712] Sending MCU 'mcu' printer configuration...
[INFO] 2020-03-01 04:00:15,554 [root] [serialhdl:handle_output:301] mcu 'mcu': #output: allocMax=3804 usedMax=0
[INFO] 2020-03-01 04:00:15,563 [root] [mcu:_connect:785] Configured MCU 'mcu' (3794 moves)
[INFO] 2020-03-01 04:00:15,569 [root] [mcu:_send_config:712] Sending MCU 'rpi' printer configuration...
[INFO] 2020-03-01 04:00:15,575 [root] [serialhdl:handle_output:301] mcu 'rpi': #output: allocMax=4096 usedMax=0
[INFO] 2020-03-01 04:00:15,578 [root] [mcu:_connect:785] Configured MCU 'rpi' (4086 moves)
[INFO] 2020-03-01 04:00:15,580 [root] [bl24c16f:_init_bl24c16f:228] bl24c16f init...
[INFO] 2020-03-01 04:00:15,580 [root] [tmc:_handle_connect:376] Enabling TMC virtual enable for 'stepper_x'
[INFO] 2020-03-01 04:00:15,647 [root] [tmc:_handle_connect:376] Enabling TMC virtual enable for 'stepper_y'
[INFO] 2020-03-01 04:00:15,713 [root] [tmc:_handle_connect:376] Enabling TMC virtual enable for 'stepper_z'
heater_bed
[INFO] 2020-03-01 04:00:16,780 [root] [verify_heater:handle_connect:40] Starting heater checks for extruder
[INFO] 2020-03-01 04:00:16,780 [root] [bed_mesh:print_generated_points:430] bed_mesh: generated points
Index | Tool Adjusted | Probe
[INFO] 2020-03-01 04:00:16,781 [root] [bed_mesh:print_generated_points:435] 0 | (5.0, -17.0) | (5.0, 10.0)
[INFO] 2020-03-01 04:00:16,781 [root] [bed_mesh:print_generated_points:435] 1 | (57.5, -17.0) | (57.5, 10.0)
[INFO] 2020-03-01 04:00:16,782 [root] [bed_mesh:print_generated_points:435] 2 | (110.0, -17.0) | (110.0, 10.0)
[INFO] 2020-03-01 04:00:16,782 [root] [bed_mesh:print_generated_points:435] 3 | (162.5, -17.0) | (162.5, 10.0)
[INFO] 2020-03-01 04:00:16,783 [root] [bed_mesh:print_generated_points:435] 4 | (215.0, -17.0) | (215.0, 10.0)
[INFO] 2020-03-01 04:00:16,783 [root] [bed_mesh:print_generated_points:435] 5 | (215.0, 34.2) | (215.0, 61.2)
[INFO] 2020-03-01 04:00:16,784 [root] [bed_mesh:print_generated_points:435] 6 | (162.5, 34.2) | (162.5, 61.2)
[INFO] 2020-03-01 04:00:16,784 [root] [bed_mesh:print_generated_points:435] 7 | (110.0, 34.2) | (110.0, 61.2)
[INFO] 2020-03-01 04:00:16,785 [root] [bed_mesh:print_generated_points:435] 8 | (57.5, 34.2) | (57.5, 61.2)
[INFO] 2020-03-01 04:00:16,786 [root] [bed_mesh:print_generated_points:435] 9 | (5.0, 34.2) | (5.0, 61.2)
[INFO] 2020-03-01 04:00:16,787 [root] [bed_mesh:print_generated_points:435] 10 | (5.0, 85.5) | (5.0, 112.5)
[INFO] 2020-03-01 04:00:16,787 [root] [bed_mesh:print_generated_points:435] 11 | (57.5, 85.5) | (57.5, 112.5)
[INFO] 2020-03-01 04:00:16,788 [root] [bed_mesh:print_generated_points:435] 12 | (110.0, 85.5) | (110.0, 112.5)
[INFO] 2020-03-01 04:00:16,788 [root] [bed_mesh:print_generated_points:435] 13 | (162.5, 85.5) | (162.5, 112.5)
[INFO] 2020-03-01 04:00:16,789 [root] [bed_mesh:print_generated_points:435] 14 | (215.0, 85.5) | (215.0, 112.5)
[INFO] 2020-03-01 04:00:16,789 [root] [bed_mesh:print_generated_points:435] 15 | (215.0, 136.8) | (215.0, 163.8)
[INFO] 2020-03-01 04:00:16,790 [root] [bed_mesh:print_generated_points:435] 16 | (162.5, 136.8) | (162.5, 163.8)
[INFO] 2020-03-01 04:00:16,790 [root] [bed_mesh:print_generated_points:435] 17 | (110.0, 136.8) | (110.0, 163.8)
[INFO] 2020-03-01 04:00:16,791 [root] [bed_mesh:print_generated_points:435] 18 | (57.5, 136.8) | (57.5, 163.8)
[INFO] 2020-03-01 04:00:16,791 [root] [bed_mesh:print_generated_points:435] 19 | (5.0, 136.8) | (5.0, 163.8)
[INFO] 2020-03-01 04:00:16,792 [root] [bed_mesh:print_generated_points:435] 20 | (5.0, 188.0) | (5.0, 215.0)
[INFO] 2020-03-01 04:00:16,792 [root] [bed_mesh:print_generated_points:435] 21 | (57.5, 188.0) | (57.5, 215.0)
[INFO] 2020-03-01 04:00:16,793 [root] [bed_mesh:print_generated_points:435] 22 | (110.0, 188.0) | (110.0, 215.0)
[INFO] 2020-03-01 04:00:16,794 [root] [bed_mesh:print_generated_points:435] 23 | (162.5, 188.0) | (162.5, 215.0)
[INFO] 2020-03-01 04:00:16,794 [root] [bed_mesh:print_generated_points:435] 24 | (215.0, 188.0) | (215.0, 215.0)
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.7 sysload=0.81 cputime=5.838 memavail=153412 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
[INFO] 2020-03-01 04:00:17,686 [root] [webhooks:set_client_info:202] webhooks client 1980194720: Client info {'program': 'c440x', 'version': 'V1.1.0.14'}
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.6 sysload=0.81 cputime=5.862 memavail=152372 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
[INFO] 2020-03-01 04:00:17,895 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'shutdown_machine' for connection id: 1980194720
[INFO] 2020-03-01 04:00:17,998 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'reboot_machine' for connection id: 1980194720
[INFO] 2020-03-01 04:00:18,101 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'pause_job_queue' for connection id: 1980194720
[INFO] 2024-08-08 21:45:18,432 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'start_job_queue' for connection id: 1980194720
[INFO] 2024-08-08 21:45:18,534 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'timelapse_newframe' for connection id: 1980194720
[INFO] 2024-08-08 21:45:18,659 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'timelapse_saveFrames' for connection id: 1980194720
[INFO] 2024-08-08 21:45:18,760 [root] [webhooks:_handle_rpc_registration:384] webhooks: registering remote method 'timelapse_render' for connection id: 1980194720
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.8 sysload=0.81 cputime=5.906 memavail=151976 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed': None, 'temperature_sensor mcu_temp': None, 'output_pin fan0': None, 'heater_fan nozzle_fan': None, 'bed_mesh': None, 'motion_report': None, 'query_endstops': None, 'system_stats': None, 'manual_probe': None, 'toolhead': None, 'extruder': None}
[INFO] 2024-08-08 21:45:19,168 [root] [webhooks:_handle_query:552] _handle_query before complete.wait
heater_bed': {'temperature': 22.22, 'target': 0.0, 'power': 0.0}, 'temperature_sensor mcu_temp': {'temperature': 25.75, 'measured_min_temp': 25.6, 'measured_max_temp': 25.75}, 'output_pin fan0': {'value': 0.0}, 'heater_fan nozzle_fan': {'speed': 0.0, 'rpm': None}, 'bed_mesh': {'profile_name': 'default', 'mesh_min': (5.0, 10.010000000000002), 'mesh_max': (215.0, 215.0), 'probed_matrix': [[-0.0325, 0.0375, 0.145, 0.2075, 0.2375], [-0.0725, -0.0125, 0.0725, 0.1175, 0.1825], [-0.0575, -0.0525, -0.01, 0.04, 0.1225], [-0.075, -0.0775, -0.0925, -0.095, -0.005], [-0.035, -0.06, -0.125, -0.16, -0.11]], 'mesh_matrix': [[-0.0325, -0.022335, 0.003189, 0.0375, 0.075195, 0.112047, 0.145, 0.172171, 0.19285, 0.2075, 0.217757, 0.22643, 0.2375], [-0.06465, -0.049234, -0.018643, 0.019105, 0.057712, 0.092601, 0.120916, 0.141521, 0.155002, 0.163663, 0.17153, 0.184349, 0.209588], [-0.074712, -0.061153, -0.032708, 0.002654, 0.038736, 0.07111, 0.097119, 0.11588, 0.128276, 0.136965, 0.146373, 0.162698, 0.193909], [-0.0725, -0.064434, -0.042088, -0.0125, 0.018837, 0.047973, 0.0725, 0.091553, 0.105813, 0.1175, 0.130381, 0.149763, 0.1825], [-0.065638, -0.063969, -0.049097, -0.026728, -0.00136, 0.023722, 0.04644, 0.065929, 0.08253, 0.097798, 0.114496, 0.136595, 0.16928], [-0.059558, -0.063198, -0.055276, -0.040123, -0.021179, -0.000983, 0.018817, 0.037472, 0.055129, 0.072829, 0.092511, 0.117008, 0.150051], [-0.0575, -0.064115, -0.061399, -0.0525, -0.039887, -0.02535, -0.01, 0.00573, 0.022088, 0.04, 0.06107, 0.087582, 0.1225], [-0.060514, -0.067262, -0.067471, -0.063395, -0.056698, -0.048454, -0.039146, -0.02867, -0.016331, -0.000844, 0.019665, 0.04766, 0.086193], [-0.067459, -0.07173, -0.072725, -0.072068, -0.070772, -0.06924, -0.067263, -0.064023, -0.058088, -0.047418, -0.02936, -0.000651, 0.042582], [-0.075, -0.075165, -0.075628, -0.0775, -0.081214, -0.086523, -0.0925, -0.097541, -0.099362, -0.095, -0.080813, -0.052479, -0.005], [-0.077613, -0.073758, -0.073874, -0.078395, -0.087075, -0.098984, -0.11251, -0.125359, -0.134552, -0.13643, -0.126651, -0.100189, -0.051337], [-0.067582, -0.062256, -0.06439, -0.073179, -0.087352, -0.105176, -0.124455, -0.142529, -0.156275, -0.162109, -0.155981, -0.13338, -0.089331], [-0.035, -0.033951, -0.043333, -0.06, -0.080988, -0.103519, -0.125, -0.143025, -0.15537, -0.16, -0.155062, -0.138889, -0.11]], 'profiles': {'default': {'points': ((-0.0325, 0.0375, 0.145, 0.2075, 0.2375), (-0.0725, -0.0125, 0.0725, 0.1175, 0.1825), (-0.0575, -0.0525, -0.01, 0.04, 0.1225), (-0.075, -0.0775, -0.0925, -0.095, -0.005), (-0.035, -0.06, -0.125, -0.16, -0.11)), 'mesh_params': OrderedDict([('min_x', 5.0), ('max_x', 215.0), ('min_y', 10.010000000000002), ('max_y', 215.0), ('x_count', 5), ('y_count', 5), ('mesh_x_pps', 2), ('mesh_y_pps', 2), ('algo', 'lagrange'), ('tension', 0.2)])}}}, 'motion_report': {'live_position': Coord(x=0.0, y=0.0, z=0.0, e=0.0), 'live_velocity': 0.0, 'live_extruder_velocity': 0.0, 'steppers': ['extruder', 'stepper_x', 'stepper_y', 'stepper_z'], 'trapq': ['extruder', 'toolhead']}, 'query_endstops': {'last_query': {}}, 'system_stats': {'sysload': 0.81, 'cputime': 5.906446333, 'memavail': 151976}, 'manual_probe': {'is_active': False, 'z_position': None, 'z_position_lower': None, 'z_position_upper': None}, 'toolhead': {'homed_axes': '', 'axis_minimum': Coord(x=-12.0, y=-20.0, z=-5.0, e=0.0), 'axis_maximum': Coord(x=221.0, y=223.0, z=246.0, e=0.0), 'print_time': 0.013400119681782757, 'stalls': 0, 'estimated_print_time': 12.686453283333334, 'extruder': 'extruder', 'position': Coord(x=0.0, y=0.0, z=0.0, e=0.0), 'max_velocity': 500.0, 'max_accel': 8000.0, 'max_accel_to_decel': 2500.0, 'square_corner_velocity': 5.0}, 'extruder': {'temperature': 22.47, 'target': 0.0, 'power': 0.0, 'can_extrude': False, 'pressure_advance': 0.036, 'smooth_time': 0.04}}}
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=25.7 sysload=0.99 cputime=5.987 memavail=147056 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.4 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.8 sysload=0.99 cputime=6.021 memavail=146924 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.8 sysload=0.99 cputime=6.053 memavail=146832 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.4 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.8 sysload=0.99 cputime=6.081 memavail=146868 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.9 sysload=0.99 cputime=6.108 memavail=146872 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=25.9 sysload=0.91 cputime=6.136 memavail=146812 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.9 sysload=0.91 cputime=6.165 memavail=146736 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.0 sysload=0.91 cputime=6.193 memavail=145320 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=25.9 sysload=0.91 cputime=6.222 memavail=145668 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.1 sysload=0.91 cputime=6.254 memavail=142056 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.1 sysload=0.92 cputime=6.282 memavail=143800 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.0 sysload=0.92 cputime=6.310 memavail=144052 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.1 sysload=0.92 cputime=6.340 memavail=144088 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.2 sysload=0.92 cputime=6.368 memavail=144088 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.1 sysload=0.92 cputime=6.396 memavail=144100 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=26.1 sysload=0.84 cputime=6.424 memavail=144232 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.1 sysload=0.84 cputime=6.451 memavail=144176 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.2 sysload=0.84 cputime=6.479 memavail=144244 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.3 sysload=0.84 cputime=6.507 memavail=144248 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.3 sysload=0.84 cputime=6.537 memavail=143836 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.3 sysload=0.77 cputime=6.564 memavail=143956 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.4 sysload=0.77 cputime=6.592 memavail=144152 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=26.3 sysload=0.77 cputime=6.619 memavail=144172 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.4 sysload=0.77 cputime=6.647 memavail=144176 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=26.4 sysload=0.77 cputime=6.675 memavail=144176 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.4 sysload=0.71 cputime=6.702 memavail=144184 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=26.5 sysload=0.71 cputime=6.730 memavail=144184 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.5 sysload=0.71 cputime=6.757 memavail=144196 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.5 sysload=0.71 cputime=6.784 memavail=144200 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.4 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.5 sysload=0.71 cputime=6.813 memavail=144004 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=26.6 sysload=0.65 cputime=6.842 memavail=144084 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.5 sysload=0.65 cputime=6.868 memavail=144088 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.6 sysload=0.65 cputime=6.897 memavail=144092 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.6 sysload=0.65 cputime=6.924 memavail=144096 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.6 sysload=0.65 cputime=6.951 memavail=144096 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.6 sysload=0.60 cputime=6.978 memavail=144100 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.7 sysload=0.60 cputime=7.006 memavail=144104 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.3 pwm=0.000 mcu_temp: temp=26.6 sysload=0.60 cputime=7.033 memavail=144108 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.7 sysload=0.60 cputime=7.060 memavail=144112 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.7 sysload=0.60 cputime=7.088 memavail=144112 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.7 sysload=0.87 cputime=7.116 memavail=144048 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.8 sysload=0.87 cputime=7.143 memavail=144052 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.4 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.7 sysload=0.87 cputime=7.171 memavail=144056 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.8 sysload=0.87 cputime=7.198 memavail=144060 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.8 sysload=0.87 cputime=7.226 memavail=144060 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000
heater_bed: target=0 temp=22.2 pwm=0.000 mcu_temp: temp=26.8 sysload=0.80 cputime=7.254 memavail=144064 print_time=0.013 buffer_time=0.000 print_stall=0 extruder: target=0 temp=22.5 pwm=0.000