-
Notifications
You must be signed in to change notification settings - Fork 126
Improve download function #343
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
base: master
Are you sure you want to change the base?
Conversation
ayufan
commented
Aug 6, 2021
- Allow to specify used filename
- Output all settings as a comment on top of gcode
- Unify download buttons
Hi Ayufan, |
You can see these changes being deployed alongside the Octoprint support: #345. The addition there uses those functions introduced here. Test it here: https://ayufan-research.github.io/teachingtechYT.github.io/calibration.html. |
It appears that output generation is broken at least in this case:
|
THanks for your work on this, it is defintely a positive change. I found some niggles in testing, some due to me not not updating the settings output as you discovered, others with formatting of gcode and UI preference. When I have a quieter week I will copy your changes to my local files and work from there in tweaking. |
If you can describe what to improve. I can happily do it.
…On Sat, 14 Aug 2021 at 01:38, teachingtechYT ***@***.***> wrote:
THanks for your work on this, it is defintely a positive change. I found
some niggles in testing, some due to me not not updating the settings
output as you discovered, others with formatting of gcode and UI
preference. When I have a quieter week I will copy your changes to my local
files and work from there in tweaking.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#343 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASOSQJWOUOCNGUICDPNWTTT4WUGFANCNFSM5BVY43IA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
@teachingtechYT Did you had a chance to look at this? |
- Allow to specify used filename - Output all settings as a comment on top of gcode - Unify download buttons
86b5c24
to
bf063ae
Compare