Printer Model: similar to RatRig
MCU / Printerboard: Octopus Pro klippy.log klippy(5).log (5.7 MB)
Describe your issue:
I have built a printer with a huge heatbed with the size of 800x800mm.
Under the heatbed are attached 4 heating elements that are heating up the heatbed.
I would like to be able to control each of the 4 heating elements separatly over the slicer Simplify3D, by passing through the temperatures over the startGcode to klipper.
In the beginning the temperatures could be saved as default with 0°C.
Has someone an idea how to write the start Gcode for this?
In my printer.cfg I have:
[heater_bed]
[heater_generic heater_bed_2]
[heater_generic heater_bed_3]
[heater_generic heater_bed_4]
The simplify3d variable names/intended gcode commands i found and they look like this:
[extruder0_temperature] - for example, M104 S[extruder0_temperature] T0;
this will take the layer 1 temperature for extruder 0
[extruder1_temperature]…
[bed0_temperature] - for example, M140 S[bed0_temperature] T0;
this will take the layer 1 temperature for bed 0
[bed1_temperature]…