OpenNeptune3D / OpenNept4une

Transform your Neptune 4 3D printer with OpenNept4une, a collection of scripts designed to replace the manufacturer's software, reverting to the original open-source projects for enhanced performance, reliability, and features.
GNU General Public License v3.0
362 stars 40 forks source link

PID_tune _outer_BED saves duplicate to Save_Config section #171

Closed dcchillin46 closed 7 months ago

dcchillin46 commented 7 months ago

after running PID tuning for outer bed heater, it saves under [heater_generic heater_bed_outer]. this creates a new section and leaves [heater_bed_outer] section at the top of save config section of printer.cfg.

halfmanbear commented 7 months ago

Yes it's because I found a big in klipper and they have only just fixed it recently. PID tuning the outer bed never did anything under the old section heading. They have fixed it although it will just add a new section in save_config.

You can delete the section that's missing heater_generic.

dcchillin46 commented 7 months ago

fair enough, wasnt sure if it was an oversight. i ended up deleting the other section, just thought id let ya know.

thanks