Craftbot 2
Repetier server and the combination with a Craftbot 2 are NOT working. Does not seems to make a difference which slicer I use. The uploaded G-code to Repetier server is not sending the right commands to my Craftbot 2.
When i use Astroprint or Octoprint all prints are o.k. -> time to downgrade
When i use Astroprint or Octoprint all prints are o.k. -> time to downgrade
Comments
M104 will not wait and
M109 should wait. So in slicer you should set M109 for this and of course hope that te printer has implemented it correctly.
; GCode generated by CraftWare
You could test communication in console with some simple comamnds like
M115
M114
M119
which are supposed to return a response if they follow the normal g-code specs for reprap like printer firmwares. But it seems to be a own development so I can not say if it behaves like this. Select marlin as firmware type as I do not think it understands repetier protocol.