Provide Chamber Temp in Slicer

So I have dedicated temperature sensors in my chambers. If I want to have the printer to wait until the chamber has the desired temperature, can I just put the whole [gcode_macro _START_PRINT_HEAT_CHAMBER] in my printer.cfg and edit the TEMPERATURE_WAIT SENSOR=**extruder **to my sensors name (ie "chamber_temp")? How do I handle the slicer side? Set a desired chamber temp on the filament, add START_PRINT EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature] CHAMBER_TEMP=[**WHAT_DO_I_PUT_HERE?**]
5 Replies
Helge Keck
Helge Keck2y ago
check the ballon tip
No description
fargo
fargoOP2y ago
EXTRUDER_TEMP=[first_layer_temperature] BED_TEMP=[first_layer_bed_temperature] CHAMBER_TEMP=[chamber_temperature] should then do the trick? Ok, so this seems to work, although only the bed is used to heat the chamber. Is there a way I can also use the extruder to support the bed during heating?
Helge Keck
Helge Keck2y ago
the extruder is too small, this doesnt work
fargo
fargoOP2y ago
Ok, but say, I would still like to do it, so it is already at 160° C while the chamber is heating, could I just add a M104 S{params.???} with which parameter?
Helge Keck
Helge Keck2y ago
jsut set the hotend temperatur in mainsail, then you can see in the console the paramneter

Did you find this page helpful?