Unable to change the chamber temperature during warm-up stage
When I’m prototyping small products (usually with ASA), I can’t manually edit/change the chamber temperature, either with Bambu Studio or directly on the machine. You can enter a lower temperature, but it won’t save it.
Since the printer processes G-code line by line, it won’t allow changes to those settings once the printer has started.
If you prefer to start with a lower chamber temperature for ASA, I recommend creating a separate filament profile with your desired lower ASA setting and selecting it before starting your print. You can always increase the chamber temperature manually later if needed.
This allows for two different ASA chamber temperature filament profile print options.
I understand that the temperature is in the G code commands when the file is sent to the printer, but I’d still expect to have a manual override function when “Changing” the temperature threshold on the machine interface, like turning the light on & off, pausing the print, changing the fan speeds, etc.
So yes, you can in fact change the temperature, but only after the printer has started to print. It would be nice to be able to have full control during the warm-up stage (when you’ve forgotten to lower the temp after you’ve sent the file to the printer!)
@BambuLab, it would be a nice feature if printing could commence prior to the chamber getting up to temperature. As long as the bed heat was up to the desired temperature I see no reason to wait for the chamber to come up to optimal temp.
It could reduce the printing time by 10-15 minutes (depending how cold the chamber is)
When you are entering manual changes, those commands are inserted after the command that currently is being executed by the controller.
so when it is executing the chamber heating command (ie. 65C) and that command also pauses until that temperature has been reached, then you have to just wait it out.
that’s how the architecture works.
The only command that could possibly break in on that is the Stop command, but I am not even sure that one is able to interrupt a running command.
It would be a nice feature if printing could commence prior to the chamber getting up to temperature. As long as the bed was up to the desired temperature I see no reason to wait for the chamber to come up to optimal temp.
It could reduce the printing time by 10-15 minutes (depending how cold the chamber is)