Skip to content

Enhance file upload logging and fix nozzle temperature handling#179

Open
mxxmxxm2 wants to merge 6 commits into
BambuTools:mainfrom
mxxmxxm2:main
Open

Enhance file upload logging and fix nozzle temperature handling#179
mxxmxxm2 wants to merge 6 commits into
BambuTools:mainfrom
mxxmxxm2:main

Conversation

@mxxmxxm2

@mxxmxxm2 mxxmxxm2 commented May 31, 2026

Copy link
Copy Markdown

Description

  1. Upload progress (Feature): Implemented INFO level logging (to additionaly to DEBUG which shows bytes transfered, not sure is it was really intention in the first place, but decided to keep it) output a data transfer progress.
  2. Warning String Correction (Bug Fix): Corrected warning messages and docstrings within the nozzle temperature control methods. Previous referenced bed temperature limits during nozzle operations due to a duplication error (copy/paste) possibly
  3. Introduced bed_leveling as a controlled parameter.
  4. If not specified, plate_number defaults to 1.
  5. Corrected the docstring and simplified the ternary operator: Swapped the logic to "enable" if enable else "disable" to make it easier to read.

Printer

no printer related changes

Firmware Version

no printer related changes

Type of change

  • New feature (a non-breaking change that adds functionality)
  • Documentation (typos, code examples, or any documentation updates)
  • Bug fix (a non-breaking change that resolves an issue)
  • Breaking change (a fix or feature that would disrupt existing functionality)
  • This change requires a documentation update

mxxmxxm2 and others added 6 commits May 31, 2026 13:35
Added a callback to track total uploaded bytes during file upload.
Updated temperature threshold and argument descriptions for nozzle temperature setting.
… logic to "enable" if enable else "disable" to make it easier to read
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant