octoprint-customControl icon indicating copy to clipboard operation
octoprint-customControl copied to clipboard

Installed. What's next??

Open bolsoncerrado opened this issue 9 years ago • 18 comments
trafficstars

Ok, Im feeling a total idiot right now. I've installed the plugin, restarted octoprint... I can see the custom controls on my CONTROL tab....but HOW do I edit them!?!?

Sorry!

bolsoncerrado avatar Jun 30 '16 14:06 bolsoncerrado

You need to open your settings and under plugins there is a caterogry Custom Controls. There you need to right click either on one of your custom controls or inside the green box.

Salandora avatar Jun 30 '16 21:06 Salandora

we have an issue here then as I can't find a "custom control" option added to the settings menu while the rest of plug-ins do :(

I'm on the last octoprint branch if that Helps? El 30 jun. 2016 23:23, "Salandora" [email protected] escribió:

You need to open your settings and under plugins there is a caterogry Custom Controls. There you need to right click either on one of your custom controls or inside the green box.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Salandora/octoprint-customControl/issues/4#issuecomment-229791815, or mute the thread https://github.com/notifications/unsubscribe/AKe9EqN1uN81xgnbs7AbrsxksQH50fa1ks5qRDKfgaJpZM4JCN9T .

bolsoncerrado avatar Jun 30 '16 21:06 bolsoncerrado

Can you check inside the plugin manager if the plugin is really installed. also a clean octoprint.log could be helpful if the plugin is installed. Otherwise (if plugin is not installed) the plugin manager log. I hope to find the readon why inside of one of this logs.

Salandora avatar Jun 30 '16 22:06 Salandora

captura de pantalla 2016-07-01 a las 13 21 40

bolsoncerrado avatar Jul 01 '16 11:07 bolsoncerrado

Its also weird that I click on GET MORE and i get the whole list of both installed and non installed plugins. Before, i used to get only the NON INSTALLED ones :??

bolsoncerrado avatar Jul 01 '16 11:07 bolsoncerrado

Ahh I see you have my Editor Collection plugin installed, so you should find the Custom Control Editor under Editor Collection, as well as the System Command Editor.

Salandora avatar Jul 01 '16 15:07 Salandora

I gave up on wheezy and now installing a fresh jessee... I'll report back soon.

2016-07-01 17:40 GMT+02:00 Salandora [email protected]:

Ahh I see you have my Editor Collection plugin installed, so you should find the Custom Control Editor under Editor Collection, as well as the System Command Editor.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Salandora/octoprint-customControl/issues/4#issuecomment-229979364, or mute the thread https://github.com/notifications/unsubscribe/AKe9EhMsgT8wh3k_ts-tOZ1Uq1Zs0Wowks5qRTTtgaJpZM4JCN9T .

bolsoncerrado avatar Jul 01 '16 15:07 bolsoncerrado

Alright, I would recommend not to use the Editor Collection plugin at the moment, some users reported problems with it, but I'M lacking the time to inspect this bug.

Salandora avatar Jul 01 '16 16:07 Salandora

Yep on the fresh install of jessee I now get the CustomControl setting and a green empty box for now.

2016-07-01 18:31 GMT+02:00 Salandora [email protected]:

Alright, I would recommend not to use the Editor Collection plugin at the moment, some users reported problems with it, but I'M lacking the time to inspect this bug.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Salandora/octoprint-customControl/issues/4#issuecomment-229990912, or mute the thread https://github.com/notifications/unsubscribe/AKe9ErQMd5G4_3Ws113VfctKozI9X99Rks5qRUDIgaJpZM4JCN9T .

bolsoncerrado avatar Jul 01 '16 16:07 bolsoncerrado

Awesome. I relly need to work on some documentation for this. But hell I dont have time and it is so nasty xD. Do you atill need help here otherwise I would close the issue.

Salandora avatar Jul 01 '16 18:07 Salandora

Im assuming I need to FIRST manually add SOMETHING to config.yaml otherwise the plugin wont work properly, righT?

2016-07-01 20:26 GMT+02:00 Salandora [email protected]:

Awesome. I relly need to work on some documentation for this. But hell I dont have time and it is so nasty xD. Do you atill need help here otherwise I would close the issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Salandora/octoprint-customControl/issues/4#issuecomment-230016549, or mute the thread https://github.com/notifications/unsubscribe/AKe9EmMQV0R9R1WVJ1v4mRhhp_F_ZH-2ks5qRVvqgaJpZM4JCN9T .

bolsoncerrado avatar Jul 01 '16 20:07 bolsoncerrado

Nope you just need to right click inside the greenbox. There you can create a Container Element in which you can add your controls also with a right click.

Salandora avatar Jul 01 '16 22:07 Salandora

OK ill try and report back in the event it wouldnt work. Thanks!

bolsoncerrado avatar Jul 02 '16 16:07 bolsoncerrado

Managed to create several COMMANDS. How can I clone the new CONTAINER and COMMANDS to other raspi instances I have running in my network? or.... where are the changes being saved so I can overwrite the file(s) in the rest of raspis? :D

Thanks!

bolsoncerrado avatar Sep 09 '16 16:09 bolsoncerrado

You'll need to copy the config.yaml from Octoprint. Or you better only copy the controls part out of it.

~/.octoprint/config.yaml

Salandora avatar Sep 09 '16 21:09 Salandora

cool thanks!

bolsoncerrado avatar Sep 09 '16 21:09 bolsoncerrado

can i write a raspberry command to control a GPIO pin and add it? what is the commands that can be used in the custom commands?

amrithmmh avatar Mar 27 '18 09:03 amrithmmh

Custom Commands only allow commands send to the printer. What you're looking for are the system commands, which can handle that.

Salandora avatar Mar 27 '18 19:03 Salandora