How to connect iDryer with the printer without section conflicts in printer.cfg

Good day, could you please tell me: when an MCU board is used together with a printer, if I add entries from the iDryer printer.cfg into printer.cfg, won’t they conflict with the printer’s current settings?

🇷🇺 Оригинал

День добрый, подскажите пожалуйста, когда плата mcu изпользуется в связке с принтером, если в printer.cfg добавить записи из printer.cfg айдрайера, они ведь будут конфликтовать с текущими настройками принтера?

You need to add include iDryer.cfg.

🇷🇺 Оригинал

Вам нужно прописать include iDryer.cfg

Yeah, I get that, but if I add this to the main printer.cfg
[virtual_sdcard]
path: /home/pi/iDryer_data/gcodes
on_error_gcode: CANCEL_PRINT

[printer]
kinematics: none
max_velocity: 1000
max_accel: 1000

[idle_timeout]
gcode:
timeout: 60

🇷🇺 Оригинал

это понятно, но если я добавлю в основной printer.cfg
[virtual_sdcard]
path: /home/pi/iDryer_data/gcodes
on_error_gcode: CANCEL_PRINT

[printer]
kinematics: none
max_velocity: 1000
max_accel: 1000

[idle_timeout]
gcode:
timeout: 60

As far as I understand, that’s just an example

this is how it works for me

🇷🇺 Оригинал

На сколько я понимаю это для примера

у меня так работает