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

please, remove ".0" from temperature readings #3

Open
kirillpapernov opened this issue Oct 14, 2021 · 5 comments
Open

please, remove ".0" from temperature readings #3

kirillpapernov opened this issue Oct 14, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@kirillpapernov
Copy link

my as many others printers do not manage well long files names with dots in it.
I guess you'll never need such detalisation for temperature especialy as you can never get it from printer stable enough.

thanks

@rgomezjnr
Copy link
Owner

Hi what printer are you using? Or what other printers do you know have issues with long file names? Is it an issue of long filename character length or having multiple dots in the filename? Do you mean the printer refuses to print or does it simply cut off or doesn't show the entire name on the printer LCD?

What Gcode filename format are you using that is producing long filenames? Can you simply reduce the length of the filename format?

@rgomezjnr rgomezjnr self-assigned this Oct 15, 2021
@rgomezjnr rgomezjnr added the enhancement New feature or request label Oct 15, 2021
@Dragonsbane
Copy link

Like this sugestiom. Maybe a toggle on the config screen to enable and disable decimal values from all numeric values, keeping only the integer parts.

@rgomezjnr
Copy link
Owner

Hi Jordan,

I'm realizing this is becoming a more common issue since people are creating more detailed and lengthy filenames and hitting their printer's gcode filename length limitations. I will work on restricting the generated filename length by limiting unnecessary characters like trailing zeros .0, and possibly implementing a max character length restriction which simply cuts off extra chars.

@rgomezjnr
Copy link
Owner

Meant to post above in Long names issue (limit with Marlin FW) #9, but it's related to this issue.

@PatrickGlatz
Copy link

Hi @rgomezjnr

i also would like to see the .0 cut of from temperatures. Funny with me is, that the bed temperature is already trimmed. So my output is currently
E3S1+_235.0PETG80_Beacon3D_Mount
and i always change it to
E3S1+_235PETG80_Beacon3D_Mount

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants