Duet3D / DuetWebControl

A completely new web interface for the Duet electronics
GNU General Public License v3.0
406 stars 228 forks source link

[FeatureRequest]: extrutionfactor tens #486

Open 369Martin369 opened 5 months ago

369Martin369 commented 5 months ago

Is your feature request related to a problem? Please describe.

my I have a comma for the extrusion factor? right now you can set only integers, but for a filament with lets say 1,79mm you have a significant error in extrusion rate if you set 97%...error is 0,6% :-(

Describe the solution you propose.

diameter faktor mm % 1,70 102,9% 1,71 102,3% 1,72 101,7% 1,73 101,1% 1,74 100,6% 1,75 100% 1,76 99,4% 1,77 98,9% 1,78 98,3% 1,79 97,7% 1,80 97,1% 1,81 96,6% 1,82 96,0% 1,83 95,4% 1,84 94,9% 1,85 94,3% 1,86 93,7% 1,87 93,1% 1,88 92,6% 1,89 92,0% 1,90 91,4%

many thanks

Describe alternatives you've considered

fine tune e-steps every time you use a "bad" filament

Provide any additional context or information.

Ex. Photos, mockups, etc.

dc42 commented 4 months ago

You can already use a period, e.g. M220 S102.9

369Martin369 commented 4 months ago

Thanks @dc42 , to be more specific, I meant in the DWC. The slider there have no periods, only % +/- 1.0. thanks for the console workaround tip👍🏼

T3P3 commented 4 months ago

transferred to DWC as this is not a RRF issue