Frix-x / klippain

Generic Klipper configuration for 3D printers
GNU General Public License v3.0
831 stars 219 forks source link

Option 'run_current' in section 'tmc2209 extruder' must be specified #138

Closed Tom-T closed 1 year ago

Tom-T commented 1 year ago

Issue

The issue seems to exist in many forms as I fix them. I've had it complain about the extruder. I also had it complain Option 'sensor_type' in section 'heater_bed' must be specified when I removed the section related to the SB2040 in the overrides.

I'm still looking into this, but wanted to open a ticket. I'm not sure how I could have done anything wrong (yet) as this is a new install from the perspective of the system.

Context

I wanted a fresh install so I moved all files to a directory called old. I then moved the kiuah directory back. I removed klipper, moonraker, etc then installed them again using Kiuah. I then ran the install script. eg: mkdir old;mv * old/; mv old/kiuah .

Used klippain guided install to install initial hardware, including selecting the sb2040 canbus toolhead.

Here are the current versions: image

Below is the relevant logs.

Restarting printer Start printer at Fri Apr 7 11:13:19 2023 (1680880399.4 4604.1) klippy_cut.log

Tom-T commented 1 year ago

Got it figured out!

The cause of the issue: There was a space in my printer.cfg file before some of the includes. Ensure there are no spaces!! image