ishthi83
About
- Username
- ishthi83
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
A printer is offline, but when the getting printer api call, it shows as online (1), why is that? Printer Status
-
can you send me sample api and api request body for to get data from web sockets
-
Regarding Pause, I am asking to pause an ongoing print for any reasons, and then continue, not to append a pause code on a predefined situation, just like we pause due to any reasons we do during listening to music and play. At the repetier printer …
-
1. How do I pause a job through API? there is no API endpoint for that 2. If I pause through repetier interface, can I continue through API? 3. If I stop a job using API, what will happen next? Will the job discarded and needed to restart the job fr…
-
to view a list of all printers along with their status (ex- running, error, ready, offline, etc.), are there any API calls available to get these values..?
-
1. after I call copyModel, nothing happens. why? 2. Also is there an API call where we can check the jobId related to gcodeId? 3. Even I give a copyModel to a printer which is free, it neither prints nor showing in listJob API, why?
-
In order to see the jobs using listJobm is the below formtet correct? server:3344/printer/api/slug?a=listJob&apikey=apikey
-
Als when a printing is going on, if we issue startJob with a job id, what wil happen?
-
What are the use cases of modelInfo and jobInfo APIs?
-
Of course, what i was asking is, once we issue the copyModel then if it is in the queue, how can we identify that job? The last id on the listJob API call? "There is no url format for login, use a pi key in direct url calls. A login session is only…
-
I need the url format to use login API and get reply
-
also, I believe the when we give an API call to copyModel, then it will appear in the listJob , so the last created jobId will be the last copyModel we uploaded, is this assumption correct?
-
With the modelInfo API call, there is a response coming printTime, what is that field meaning? Also, we need to input Parameter: id (int) = model id to retrieve. Is that id field mean, the gcode id which we get after uploading the file?
-
If I want to get some feedback from the printer, like one job is printed finished, or printer is stuck or printing is abruptly stopped, I needed to get a notification from Printer, I am sure that it can be done through the socket, so we need to have…
-
So when a job is finished printing, it will be vanished from the list, until it finishes printing, it will be inside the listJob right?
-
So, I believe that, when we call the copyModel API, the JobID created and can be seen in the listJob?
-
"state" is one of : "uploading", "stored", "running", "finsihed" (will become finished with next update),"error" This variable is available in listJob and listModel, how can we interpret the state of the variable in each context?
-
When we upload g-code file, it returns a id, then we give copyModel API call, then we start the job, then it will give a job id, is the initial g-code id and job id returned later are referring to the same id or different IDs?
-
removeModel API what would be the URL format to be given? GET or POST?
-
listJobs api return 2 fields "printed": 0, "state": "stored", What are they and what would be the possible values each fields contain?
-
After we call the api copyModel with gcode ID, if the queue is empty it will start to print automatically, otherwise wiil it print automatically when its turn comes at the queue or do we need to manually start the job?
-
listModels gives all the uploaded file details. when the uploads grow, the response also will grow, so will the be a problem when receiving the JSON if the JSON body becoming larger? and regarding old uploaded gcode files, how long they exist? That …
-
Thank you, I assume that the field Name,Slug are respectively Printer Name and Slug?
-
How can we identify whether the uploaded gcode file along with id, has finished printed? which api to use along with the gcode id?
-
when using the /printer/info, it gives printer details along with printer name and slug. The printer name seems the user may change as he wishes, is slug also changeable like this? If we want to keep one field that uniquely identifies a printer that…
-
So if we upload a file, how can we find it using listModels unless we have an uploaded id, how to specifically spot our uploaded file?
-
OK thank you, in any case, can't we achieve these tasks with API key(without using web socket, use http)?
-
OK, after submitting the gcode file, what next? How to initiate printing? which endpoint and parameters to be given? is it a GET or POST, after we issue the printing command will that print automatically or queued for pending? If so how to print a q…
-
When I upload a gcode file using curl function to a certain printer, i get the following output, WHat does this mean? Can I take it as success of if it is success what to do next and which API to use. Please clarify HTTP/1.1 200 OKDate: Thu, 11 Ju…
-
I am trying to do everything using API, to one of my customers who is having repetier server. He will upload the gcode file from a third party web app which he develops, and then give a print command, that file should take the data to printer and pr…