Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1 byte print status 'stuck' #46

Open
disconn3ct opened this issue Sep 10, 2024 · 11 comments
Open

1 byte print status 'stuck' #46

disconn3ct opened this issue Sep 10, 2024 · 11 comments
Labels
bug Something isn't working

Comments

@disconn3ct
Copy link

The 1-byte change seems to have had weird side effects on some prints. This one is almost complete but still shows byte 1 (and the ETA jumps all over the place, from minutes to years.)

Print Time: 00:49:28
Print Time Left: 29.5 days ●
Printed: 1.0bytes / 825.4KB
Current Height: - / -mm
Layer: - / - 
Recv: T:225.00/ 225.00 B:55.00/ 55.00 @:64
Recv: SD printing byte 1/845222
Recv: T:225.00/ 225.00 B:55.00/ 55.00 @:64
Recv: T:225.00/ 225.00 B:55.00/ 55.00 @:64

Forcing a disconnect/reconnect fixed it:

Recv: T:225.00/ 225.00 B:55.00/ 55.00 @:64
Recv: SD printing byte 1/845222
Changing monitoring state from "Printing from SD" to "Offline"
Recv: Not SD printing
Connection closed, closing down monitor
Changing monitoring state from "Offline" to "Opening serial connection"
Changing monitoring state from "Opening serial connection" to "Connecting"
Connected to: BAMBU(read_timeout=10.0,write_timeout=10.0,options={'device_type': 'P1S', 'host': '10.0.0.0'}), starting monitor
Recv: ok
Send: N0 M110 N0*125
Changing monitoring state from "Connecting" to "Operational"
Recv: ok
Recv: ok
Recv: Printer connection complete
Send: N0 M110 N0*125
Recv: ok
Send: N0 M110 N0*125
Recv: ok
Send: N1 M115*39
Recv: Bambu Printer Integration
Recv: Cap:AUTOREPORT_SD_STATUS:1
Recv: Cap:AUTOREPORT_TEMP:1
Recv: Cap:EXTENDED_M20:1
Recv: Cap:LFN_WRITE:1
Recv: ok
Send: N2 M21*18
Recv: SD card ok
Recv: Begin file list
....
Recv: End file list
Recv: ok
Recv: File opened: foo.gcode.3mf  Size: 740867
Recv: File selected
Send: N3 M27 S1*87
Recv: SD printing byte 644554/740867
Changing monitoring state from "Operational" to "Starting print from SD"
Recv: ok
Send: N4 M155 S2*103
Recv: SD printing byte 644554/740867
Recv: ok
Send: N5 M20 L T*12
Recv: SD printing byte 644554/740867
Recv: SD printing byte 644554/740867
Recv: T:225.00/ 225.00 B:55.00/ 55.00 @:64
Recv: SD printing byte 629736/740867
Recv: SD printing byte 629736/740867
@jneilliii
Copy link
Owner

That is a strange occurrence, is it identifying the file properly in the state panel? with all the issues you've raised it would be a good idea to enable debug logging for octoprint.plugins.bambuprinter in OctoPrint's logging section of settings, and we can get more details as to what may be happening in the bambu and octoprint logs.

@disconn3ct
Copy link
Author

disconn3ct commented Sep 27, 2024

I have debugging on but nothing super useful seems to come out. Lots of repeated lines (19k of 20k). Every 3 seconds or so:

2024-09-26 21:05:01,722 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf
2024-09-26 21:05:04,733 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf

(I'm fairly certain that was a 1-byte-progress print.)

I'm running more prints today so I will gather some logs and map them to behavior.

Edit to add:
Sitting idle with nothing selected in Octo, it is looping this:

024-09-27 07:59:43,871 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 07:59:44,872 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 07:59:45,785 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:25.00/ 0.00 B:24.00/ 0.00 @:64
2024-09-27 07:59:45,872 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 07:59:45,943 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE
2024-09-27 07:59:45,947 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: FINISH
2024-09-27 07:59:46,178 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING
2024-09-27 07:59:46,414 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE
2024-09-27 07:59:51,566 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf
2024-09-27 07:59:51,865 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 07:59:52,047 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING
2024-09-27 07:59:52,054 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE
2024-09-27 07:59:52,056 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: FINISH
2024-09-27 07:59:52,056 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE
2024-09-27 07:59:52,778 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:25.00/ 0.00 B:24.00/ 0.00 @:64
2024-09-27 07:59:52,866 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 07:59:53,866 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 07:59:54,576 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf

@disconn3ct
Copy link
Author

Even after successfully uploading and selecting a new file, it still shows the laptop-wall-kit as selected:

2024-09-27 08:04:44,041 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> End file list                                                                                                                                                     
2024-09-27 08:04:44,046 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> ok                                                                                                                                                                
2024-09-27 08:04:44,068 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> ok                                                                                                                                                                
2024-09-27 08:04:44,077 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - <<< N10 M23 /wyze_c~1.3mf*88
2024-09-27 08:04:44,084 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - processing gcode M23 command = M23 /wyze_c~1.3mf                                                                                                                             
2024-09-27 08:04:44,084 - octoprint.plugins.bambu_printer.BambuPrinter.gcode_executor - DEBUG - Executing M23 (Select SD file)                                                                                                                                
2024-09-27 08:04:44,084 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: /wyze_c~1.3mf                                                                                                                                           
2024-09-27 08:04:44,082 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:25.00/ 0.00 B:24.00/ 0.00 @:64                                                                                                                                  
2024-09-27 08:04:44,083 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - <<< N11 M23 /wyze_c~1.3mf*89                                                                                                                                          
                                                                                                                                                                                                                                                              
2024-09-27 08:04:44,103 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - processing gcode M23 command = M23 /wyze_c~1.3mf                                                                                                                             
2024-09-27 08:04:44,099 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> File opened: wyze_clamp_16mm_v11_PETG4_37m33s.3mf  Size: 213124                                                                                                   
2024-09-27 08:04:44,107 - octoprint.plugins.bambu_printer.BambuPrinter.gcode_executor - DEBUG - Executing M23 (Select SD file)                                                                                                                                
2024-09-27 08:04:44,110 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: /wyze_c~1.3mf                                                                                                                                           
2024-09-27 08:04:44,109 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> File selected                                                                                                                                                     
2024-09-27 08:04:44,120 - octoprint.printer.standard.job - INFO - Print job selected - origin: sdcard, path: wyze_c~1.3mf, owner: dis, user: dis                                                                                                              
2024-09-27 08:04:44,150 - octoprint.plugins.DisplayLayerProgress - INFO - File 'SD-CARD FILE NOT SUPPORTED' selected. Determining number of layers.                                                                                                           
2024-09-27 08:04:44,156 - octoprint.plugins.DisplayLayerProgress - ERROR - Files on SDCard not supported for layer analyse                                                                                                                                    
2024-09-27 08:04:44,134 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> ok                                                                                                                                                                
2024-09-27 08:04:44,160 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> ok                                                                                                                                                                
2024-09-27 08:04:44,161 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - <<< N12 M23 /wyze_c~1.3mf*90                                                                                                                                          
                                                                                                                                                                                                                                                              
2024-09-27 08:04:44,166 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - <<< N13 M23 /wyze_c~1.3mf*91                                                                                                                                          
                                                                                                                                                                                                                                                              
2024-09-27 08:04:44,169 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - processing gcode M23 command = M23 /wyze_c~1.3mf                                                                                                                             
2024-09-27 08:04:44,173 - octoprint.plugins.bambu_printer.BambuPrinter.gcode_executor - DEBUG - Executing M23 (Select SD file)                                                                                                                                
2024-09-27 08:04:44,173 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: /wyze_c~1.3mf                                                                                                                                           
2024-09-27 08:04:44,177 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - processing gcode M23 command = M23 /wyze_c~1.3mf                                                                                                                             
2024-09-27 08:04:44,177 - octoprint.plugins.bambu_printer.BambuPrinter.gcode_executor - DEBUG - Executing M23 (Select SD file)                                                                                                                                
2024-09-27 08:04:44,177 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: /wyze_c~1.3mf                                                                                                                                           
2024-09-27 08:04:44,184 - octoprint.plugins.webhooks - WARNING - get_job_information exception: No storage configured for destination sdcard                                                                                                                  
2024-09-27 08:04:44,178 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> ok                                                                                                                                                                
2024-09-27 08:04:44,191 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> ok                                                                                                                                                                
2024-09-27 08:04:44,211 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing                                                                                                                                                   
2024-09-27 08:04:44,418 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING                                                                                                                                       
2024-09-27 08:04:44,423 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE                                                                                                                                          
2024-09-27 08:04:44,426 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: FINISH                                                                                                                                        
2024-09-27 08:04:44,427 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE
2024-09-27 08:04:49,803 - octoprint.plugins.obico - ERROR - 'NoneType' object has no attribute 'get_metadata'
Traceback (most recent call last):
  File "/mnt/dietpi_userdata/octoprint/.local/lib/python3.11/site-packages/octoprint_obico/print_job_tracker.py", line 136, in get_file_metadata
    return plugin._file_manager._storage_managers.get(origin).get_metadata(path) or {}
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get_metadata'
2024-09-27 08:04:50,176 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-27 08:04:50,442 - octoprint.plugins.webhooks - WARNING - get_job_information exception: No storage configured for destination sdcard
2024-09-27 08:04:51,039 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:25.00/ 0.00 B:24.00/ 0.00 @:64
2024-09-27 08:04:51,097 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf
2024-09-27 08:04:51,174 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing

Starting a print from Octo does not work. (attached)
log-extract.log

During printing it is confused, but it has started counting bytes:

2024-09-27 08:18:09,856 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf                                                                                                                       
2024-09-27 08:18:10,312 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:212.00/ 240.00 B:70.00/ 70.00 @:64                                                                                                                              
2024-09-27 08:18:10,401 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING                                                                                                                                       
2024-09-27 08:18:10,408 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: FINISH                                                                                                                                        
2024-09-27 08:18:10,415 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING                                                                                                                                       
2024-09-27 08:18:10,422 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING                                                                                                                                       
2024-09-27 08:18:10,580 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> SD printing byte 2131/213124                                                                                                                                      
2024-09-27 08:18:11,580 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> SD printing byte 2131/213124                                                                                                                                      
2024-09-27 08:18:11,872 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: wyze_clamp_16mm_v11_PETG4_37m33s.3mf                                                                                                                    
2024-09-27 08:18:11,877 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> SD printing byte 2131/213124                                                                                                                                      
2024-09-27 08:18:12,313 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:227.00/ 240.00 B:70.00/ 70.00 @:64                                                                                                                              
2024-09-27 08:18:12,581 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> SD printing byte 2131/213124                                                                                                                                      
2024-09-27 08:18:12,868 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: Laptop_wall_kit_PETGHF2_2h30m.3mf
2024-09-27 08:18:13,581 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> SD printing byte 2131/213124
2024-09-27 08:18:13,733 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING                                                                                                                                       
2024-09-27 08:18:13,738 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: FINISH  
2024-09-27 08:18:13,783 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING                                                                                                                                       
2024-09-27 08:18:13,815 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING 
2024-09-27 08:18:14,313 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:238.00/ 240.00 B:70.00/ 70.00 @:64
2024-09-27 08:18:14,581 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> SD printing byte 2131/213124
2024-09-27 08:18:14,886 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Select project file: wyze_clamp_16mm_v11_PETG4_37m33s.3mf

@jneilliii
Copy link
Owner

thanks for partial logs, that did help identify a missing printing state and new version 0.1.7 released to fix that. I don't know if it will fix the issue, but it shouldn't hurt.

is your printer cloud connected or running in local only mode?

what model is your printer?

@disconn3ct
Copy link
Author

Printer is local only, a P1S with AMS. The wifi is unifi, which has more of an impact than I'd like, but the RPI and the printer are on the same network. There is nothing else trying to talk to the printer (no webcam streamer, no slicers, just octo.)

@jneilliii
Copy link
Owner

Thanks. I have heard of random communication issues on unifi wifi, but I personally have never experienced it with my X1C with AMS and UniFi AmpliFi HD setup. To give insight, if the file being sent from slicer isn't in the file list the plugin will attempt to update the file list to get the size and date of it cached into OctoPrint's memory. Once there it should start reporting the 1/x bytes when the state changes to RUNNING or PREPARE (with that update mentioned above). Then as print progress reports from printer are received the bytes should increase.

@jneilliii
Copy link
Owner

2024-09-27 08:07:32,343 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: IDLE
2024-09-27 08:07:32,344 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING
2024-09-27 08:07:32,349 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: PREPARE
2024-09-27 08:07:32,354 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: FINISH
2024-09-27 08:07:32,358 - octoprint.plugins.bambu_printer.BambuPrinter - WARNING - Unknown print job state: PREPARE

this bit is the real concerning bit. that amount of state change in such a short period of time makes me thing the printer itself is sending weird information via MQTT.

@disconn3ct
Copy link
Author

I powered it all up (via plugin to HA) and reconnected, then uploaded a file via octo and started it printing from the console.
Even after restarting octo and reconnecting:

2024-09-29 15:07:25,905 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING
2024-09-29 15:07:26,362 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-29 15:07:27,362 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-29 15:07:27,598 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:240.00/ 240.00 B:70.00/ 70.00 @:64
2024-09-29 15:07:28,026 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING
2024-09-29 15:07:28,038 - octoprint.plugins.bambu_printer.BambuPrinter - DEBUG - Received printer state update: RUNNING
2024-09-29 15:07:28,363 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-29 15:07:29,363 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> Not SD printing
2024-09-29 15:07:29,598 - octoprint.plugins.bambu_printer.BambuPrinter.serial - DEBUG - >>> T:240.00/ 240.00 B:70.00/ 70.00 @:64

@jneilliii
Copy link
Owner

You did upload file to OctoPrint SD card side correct? Local files not seen as stored in SD card will not work.

@disconn3ct
Copy link
Author

It was uploaded to the sd and successfully streamed.

@disconn3ct
Copy link
Author

Not sure if this is the same issue or not, but there seem to be a bunch of state machine issues and this is one of them :) Today's print is showing progress, but stuck in "starting print from sd". Gcode percent and temperatures are all updating except time. (At 30% gcode, it still hasn't produced an ETA. Better than the wild times from earlier though.)

This is a reprint of a previously-uploaded file, uploaded outside of octo.

Log excerpts:

2024-10-10 07:58:59,800 >>> File opened: 2024 SPLIT  TOP_06N_PETGHF4_2h35m.3mf  Size: 2846020
2024-10-10 07:58:59,821 >>> File selected
2024-10-10 07:58:59,832 <<< N4 M155 S2*103

2024-10-10 07:58:59,864 >>> SD printing byte 1/2846020
2024-10-10 07:58:59,916 >>> SD printing byte 1/2846020
2024-10-10 07:58:59,919 >>> SD printing byte 1/2846020
2024-10-10 07:58:59,929 >>> ok
2024-10-10 07:58:59,946 <<< N5 M20 L T*12

2024-10-10 07:59:00,597 >>> SD printing byte 1/2846020
2024-10-10 07:59:01,604 >>> SD printing byte 1/2846020
2024-10-10 07:59:01,922 >>> T:75.00/ 75.00 B:27.00/ 70.00 @:64
2024-10-10 07:59:02,357 >>> SD printing byte 1/2846020
2024-10-10 07:59:02,614 >>> SD printing byte 1/2846020

.....

2024-10-10 08:00:51,428 >>> SD printing byte 1/2846020
2024-10-10 08:00:51,462 >>> T:76.00/ 75.00 B:57.00/ 70.00 @:64
2024-10-10 08:00:51,465 <<< N8 M117 0% L=-/-*103

2024-10-10 08:00:51,476 >>> SD printing byte 1/2846020
2024-10-10 08:00:51,505 AttributeError: 'NoneType' object has no attribute 'group'

2024-10-10 08:00:51,521 Closing IO read loop

.....

2024-10-10 08:02:15,831 >>> T:242.00/ 240.00 B:70.00/ 70.00 @:64
2024-10-10 08:02:16,560 >>> SD printing byte 1/2846020
2024-10-10 08:02:17,608 >>> SD printing byte 85380/2846020
2024-10-10 08:02:17,616 >>> SD printing byte 85380/2846020
2024-10-10 08:02:17,824 >>> T:241.00/ 250.00 B:70.00/ 70.00 @:64
2024-10-10 08:02:18,588 >>> SD printing byte 85380/2846020
2024-10-10 08:02:19,605 >>> SD printing byte 85380/2846020
2024-10-10 08:02:19,841 >>> T:241.00/ 250.00 B:70.00/ 70.00 @:64

.....

2024-10-10 08:27:30,330 >>> T:240.00/ 240.00 B:70.00/ 70.00 @:64
2024-10-10 08:27:31,299 >>> SD printing byte 455363/2846020
2024-10-10 08:27:32,300 >>> SD printing byte 455363/2846020
2024-10-10 08:27:32,331 >>> T:241.00/ 240.00 B:70.00/ 70.00 @:64
2024-10-10 08:27:32,781 >>> SD printing byte 455363/2846020

@jneilliii jneilliii added the bug Something isn't working label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants