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

Setting chamber temperature in web interface #87

Closed
khumarahn opened this issue Sep 30, 2020 · 15 comments
Closed

Setting chamber temperature in web interface #87

khumarahn opened this issue Sep 30, 2020 · 15 comments
Labels
⚡ Type: Bug Something isn't working

Comments

@khumarahn
Copy link

Hi, I set up mainsail today from the current repo. My printer has a chamber heater, defined in printer.cfg with

[heater_generic chamber_heater]
gcode_id: C
...

When I attempt to set its temperature in the web interface, I get an error

!! Malformed command 'SET_HEATER_TEMPERATURE HEATER=heater_generic chamber_heater TARGET=50'

I guess the command should be

SET_HEATER_TEMPERATURE HEATER=chamber_heater TARGET=50
@khumarahn khumarahn added the ⚡ Type: Bug Something isn't working label Sep 30, 2020
@khumarahn khumarahn changed the title Setting chamber temperature in mainsail Setting chamber temperature in web interface Sep 30, 2020
@meteyou
Copy link
Member

meteyou commented Oct 1, 2020

ahh. thx for the bugreport. i only use/tested extruders, heater_bed and temperature_fans but no heater_generic. i will update this.

@meteyou meteyou closed this as completed in 3670d4c Oct 4, 2020
@khumarahn
Copy link
Author

Hi. I get the same error with version 0.23. (thanks for the new version!!)

@aka13-404
Copy link

Can confirm it still happening, web interface looks strange as well. See attached screenshots.
image
image
image

@khumarahn
Copy link
Author

is this with 0.24?

@meteyou maybe re-open this issue?

@meteyou
Copy link
Member

meteyou commented Oct 18, 2020

pls test the attached build. i tested it only with a thermistor...

mainsail-beta-nightly-heater_generic.zip

@khumarahn
Copy link
Author

Thanks! I installed everything with kiauh, as a side effect I don't know how to do anything manually. What is the easiest way to try this build?

@khumarahn
Copy link
Author

khumarahn commented Oct 18, 2020

Say, is it enough to override /home/pi/mainsail with the contents of the archive? Does mainsail save any settings in /home/pi/mainsail?

@meteyou
Copy link
Member

meteyou commented Oct 18, 2020

cd ~/mainsail
rm -R ./*
wget -q -O mainsail.zip https://github.com/meteyou/mainsail/files/5397563/mainsail-beta-nightly-heater_generic.zip && unzip mainsail.zip && rm mainsail.zip

and then open mainsail and refresh with CTRL+SHIFT+R for reload without cache.

@khumarahn
Copy link
Author

It looks like it works. So far I updated mainsail and changed chamber temperature in the middle of the print, and it looks like it worked. I will try again soon when the print finishes.

@meteyou
Copy link
Member

meteyou commented Oct 18, 2020

thx. if it works without problems, pls close this issue. this update should be in the next version.

@aka13-404
Copy link

Works great, no issues, the view as well as temperature setting work as expected now.
Thank you for the quick fix.
image
image

@khumarahn
Copy link
Author

@meteyou While you are at it, is it hard to make the chamber heater appear after all other heaters?

@meteyou
Copy link
Member

meteyou commented Oct 18, 2020

@khumarahn heaters are sorted alphabetically. only the temperature_fans come afterwards...

@khumarahn
Copy link
Author

ok, so I can name my heater zzz_chamber_heater and it will be in the end.

Thanks!

@khumarahn
Copy link
Author

Double checked after the print finished, it works. Many thanks!!!!! and I am closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants