3D printer not printing with repetier server
Hello,
After making the api work theoretically - it works completely fine on the demo website - we wanted to connect it to our printer with repetier server on a raspberry pi.
Long story short - it just didn't print at all.
In Detail:
After connecting to the printer from the interface, the printer reacted, but afterwards he didn't react to anything we wanted him to do and we don't really have a clue why.
Our thoughts:
The printer was not known by the repetier server and we had to set its properties manually, maybe that was a problem? We have a Giantarm d200 3D printer.
Another possible problem can be the raspberry pi (1gb ram), some of the usb ports only work sometimes.
I hope you can help solve this problem as we don't know wether it is a hardware or software problem
Sincerely,
CapOfCave
After making the api work theoretically - it works completely fine on the demo website - we wanted to connect it to our printer with repetier server on a raspberry pi.
Long story short - it just didn't print at all.
In Detail:
After connecting to the printer from the interface, the printer reacted, but afterwards he didn't react to anything we wanted him to do and we don't really have a clue why.
Our thoughts:
The printer was not known by the repetier server and we had to set its properties manually, maybe that was a problem? We have a Giantarm d200 3D printer.
Another possible problem can be the raspberry pi (1gb ram), some of the usb ports only work sometimes.
I hope you can help solve this problem as we don't know wether it is a hardware or software problem
Sincerely,
CapOfCave
Comments
That is a problem especially if you have the printer on this port. Raspberry disables USB ports if it ha snot enough power, meaning voltage drops below a certain level. Maybe that is the reason - on pi it often is.
It's not clear if the problem is using api or in general, so please check first only using our frontend and then start testing with api.
Regarding firmware it is important to select the right one. If you do not know what firmware you have send M115 in the console when it is connected. That should tell you the used firmware. If in doubt use Marlin.
I added the full console down below, maybe we have overseen some additional infos?
Do you have any software that can talk to the firmware? Maybe on windows, just to see baud rate and firmware type.