MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
182 stars 47 forks source link

Plot infinite function #170

Closed scubammx closed 3 years ago

scubammx commented 3 years ago

hallo, what is the new "plot infinite" function in the gui ? i cannot find any info abou this .

Jaga-Telesin commented 3 years ago

Pretty sure it means "keep plotting until you run out of space". As opposed to "plot 1" or "plot 50" which both stop once they hit their limit.

scubammx commented 3 years ago

i think this function was already there with "n-1" in the plotter, so i was hoping for an new infinitely fast plot option ! :-) thanks for the reply

MrPig91 commented 3 years ago

Jago-Telesin explained it well. Many people wanted an option for it to just keep plotting. This could be done before by adding a very high number to the total plots but this just makes it a clearer option. As long as you don't have "Ignore Free Space" Checked the plotter should "stop" when there is no more free space, the queues will just be blocked from starting new plotting processes.