Electric Kiln/Usage/Program Structure: Difference between revisions

(Created page with "<span id="preparing-programs"></span> = Preparing programs = Preparing program is easy. This are simple text files with comments and program data. <span id="comments"></span> == Comments == You can write as many comment lines as you want to, they all must start with '#' sign. First comment line is treated as short, program description - make it short and meaningful, so you will later know what you are going to run. You can also add comments after program line. <code...")
 
 
Line 33:
600:90:0 # But in program you can use only numbers and : sign. Max value for temperature is 1350C
 
By default, program size is limited to 10KiB and 40 lines of actual steps. Both values can be changed in &quot;PIDKilnESP32Kiln.h&quot; - they are just for sane reason.
 
<span id="operating-on-programs"></span>
 
= Operating on programs =
 
fcfl_members
46

edits