Hotenend Thermistor only recognized when on Main MCU not when on Toolboard

Hey guys, I am also freaking out with the ADC out of range error after setting up the machine. What I know is, that none of the Thermistors is broken and that the issue is the Hotend Thermistor connection. When I plug the Hotend-Thermistor in the MCU as in the RatOS documentation everything works fine... but as soon as I put it in the EBB42 its not working anymore. I think that I did some kund of mistake in my n00bish printer.cfg in the toolboard part Hope somebody can help me with that issue and tell me where my mistake is
5 Replies
miklschmidt
miklschmidtā€¢13mo ago
# EXTRUDER
[include RatOS/extruders/orbiter.cfg]
[include RatOS/hotends/rapido.cfg]
# If you need to change the direction of your extruder, you can do it here.
#dir_pin: !toolboard:e_dir_pin
# EXTRUDER
[include RatOS/extruders/orbiter.cfg]
[include RatOS/hotends/rapido.cfg]
# If you need to change the direction of your extruder, you can do it here.
#dir_pin: !toolboard:e_dir_pin
Why did you add these to the toolboard section? Do not rearrange the includes. (this is why it doesn't work) Also, don't freak out šŸ™‚ If you need to start over or just reference the original printer.cfg template, you can find it in RatOS/templates/v-core-3-printer.template.cfg
fair-rose
fair-roseā€¢13mo ago
I thought I have to :D.. "activate" it in the toolboard session or sth. like that.
miklschmidt
miklschmidtā€¢13mo ago
Everything in printer.cfg is where it's supposed to be, you can edit values if a comment suggests it. Any modifications or custom stuff goes in user overrides at the bottom. That's the general rule of thumb šŸ™‚
fair-rose
fair-roseā€¢13mo ago
Damned... already fixed Thank you! I will take your advide with the freaking out part šŸ˜„ By the way, Is there the full original printer.cfg somwhere? Maybe I should reset everything šŸ˜„