Здравствуйте. Вообще возможна ли эта функция.
Поиском всё не то выходит.
Блок питания от компа. Решил, почему бы не задействовать
автовыключение после завершения печати или при длительном простое.
Вот тут вот:
/**
* Select your power supply here. Use 0 if you haven’t connected the PS_ON_PIN
*
* 0 = No Power Switch
* 1 = ATX
* 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
*
* :{ 0:‘No power switch’, 1:‘ATX’, 2:‘X-Box 360’ }
*/
#define POWER_SUPPLY 1
#if POWER_SUPPLY > 0
// Enable this option to leave the PSU off at startup.
// Power to steppers and heaters will need to be turned on with M80.
//#define PS_DEFAULT_OFF
// #define AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
#if ENABLED(AUTO_POWER_CONTROL)
#define AUTO_POWER_FANS // Turn on PSU if fans need power
#define AUTO_POWER_E_FANS
#define AUTO_POWER_CONTROLLERFAN
#define POWER_TIMEOUT 30
#endif
#endif
В строчке “#define POWER_SUPPLY 1”
заменил нолик единичкой.
В четвёртый пин воткнул релешку,
и замыкающие контакты запараллелил кнопкой.
Теперь включается от кнопки (без фиксации).
А выключается либо кнопкой “ресет” на экране,
либо тупо из розетки.
Не совсем остальные строчки в коде понятны.
Попробовал эту строчку раскомментировать: // #define AUTO_POWER_CONTROL // Enable automatic control of the PS_ON pin
Но релюшка перестала замыкать.
(т.е. принтер работает пока держу нажатой кнопку).
В инете вылазиет всё не то, что нужно.
Подскажите куда копать? Спасибо.
Всё получилось!
Правда, не в прошивке, а тупо самим джикодом.
Не подумал про него сначала.
Добавил в завершающий блок в Марлине:
G4 S90
M81
И всё! 😃
После печати ждёт 90 секунд и отрубает питание.
{"assets_hash":"a8b26fa7f6e768b07a72c8c9aadb9422","page_data":{"users":{"5c2e7f8d3df95500776fb050":{"_id":"5c2e7f8d3df95500776fb050","hid":340057,"name":"ZHEELgorod-ok","nick":"ZHEELgorod-ok","avatar_id":null,"css":""}},"settings":{"can_see_ip":false,"can_report_abuse":false,"can_see_hellbanned":false,"forum_can_view":true,"forum_can_reply":false,"forum_edit_max_time":30,"forum_can_close_topic":false,"forum_show_ignored":false,"forum_mod_can_delete_topics":false,"forum_mod_can_hard_delete_topics":false,"forum_mod_can_see_hard_deleted_topics":false,"forum_mod_can_edit_posts":false,"forum_mod_can_pin_topic":false,"forum_mod_can_edit_titles":false,"forum_mod_can_close_topic":false,"can_vote":false,"forum_mod_can_add_infractions":false,"forum_topic_title_min_length":10,"forum_reply_old_post_threshold":30,"votes_add_max_time":168,"forum_show_post_interval":7,"can_see_deleted_users":false},"section":{"_id":"61c9a54c3df9550077bb5210","hid":139,"title":"3D-принтеры и 3D-печать","parent":"61c9a54c3df9550077bb51b9","description":"","is_category":false,"is_votable":true,"is_writable":true,"cache":{"topic_count":93,"post_count":3552,"last_post":null,"last_topic":null,"last_topic_hid":null,"last_topic_title":null,"last_ts":null,"last_user":null}},"topic":{"_id":"5c8e14243df9550077c4d07a","hid":538536,"title":"Автовыключение принтера","views_count":5273,"last_post_counter":2,"cache":{"post_count":2,"first_post":"5c8e14243df9550077c4d38a","first_ts":"2019-03-17T09:32:20.000Z","first_user":"5c2e7f8d3df95500776fb050","last_post":"5c8e5eb93df9550077c4d38c","last_post_hid":2,"last_ts":"2019-03-17T14:50:33.000Z","last_user":"5c2e7f8d3df95500776fb050"},"st":1,"section":"61c9a54c3df9550077bb5210"},"subscription":null,"pagination":{"total":2,"per_page":25,"chunk_offset":0},"posts_list_before_post":["paginator","datediff"]},"locale":"en-US","user_id":"000000000000000000000000","user_hid":0,"user_name":"","user_nick":"","user_avatar":null,"is_member":false,"settings":{"can_access_acp":false,"can_use_dialogs":false,"hide_heavy_content":false},"unread_dialogs":false,"footer":{"rules":{"to":"common.rules"},"contacts":{"to":"rco-nodeca.contacts"}},"navbar":{"tracker":{"to":"users.tracker","autoselect":false,"priority":10},"forum":{"to":"forum.index"},"blogs":{"to":"blogs.index"},"clubs":{"to":"clubs.index"},"market":{"to":"market.index.buy"}},"recaptcha":{"public_key":"6LcyTs0dAAAAADW_1wxPfl0IHuXxBG7vMSSX26Z4"},"layout":"common.layout"}