kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.36k stars 997 forks source link

lack of script documentation #1272

Open meutzitzu opened 2 years ago

meutzitzu commented 2 years ago

I apologize in advance it may be that I'm incredibly stupid

however

It occured to me that after at least 20 minutes of googling I could not find documentation as to how exactly scripts in pronsole work typing help run_script did not help very much this repo does not have a wiki some help would be much appreciated do you just write the commands that you would write normally for pronsole ? how do you pass external arguments ?

volconst commented 2 years ago

@meutzitzu , We may not have a wiki, but we have README https://github.com/kliment/Printrun/blob/master/README.md#using-host-commands

tpchuckles commented 2 years ago

I had the same problem. "help [command]" tells me what the command does, but not necessarily with enough detail on how to use it.

"load" loads gcode from where? local disk, or SD? "load" and "sdprint" appears to have tab-completion, but "upload" does not? what does "gcodes" actually do, and how does it differ from something like "load","upload","print"?