Server on Raspberry Pi 3 and Printrbot simple (wood)

Hello,

I have an older printrbot simple (wood version).  I have loaded the disk image for the repetier server onto a raspberry pi 3.  I can connect to the server no problem and set it up, it appears to be connected to the printer.  From the PC I run the repetier host and select server as my connection it never truly connects, does not show the printer name in the bottom left corner only says default.  If I connect a USB cable from the PC to the printer itself effectively not using the server the printer moves and connect just fine using a serial port.

I would appreciate any help that someone could give.

Attached is the xml file with the server configuration.

Thank You.

<?xml version="1.0" encoding="UTF-8"?>
<printer>
<shape>
<grid color="#454545" spacing="10"/>
<rectangle color="#dddddd" xMax="70" xMin="0" yMax="90" yMin="0"/>
</shape>
<general>
<name>printerbasic</name>
<slug>printerbasic</slug>
<model/>
<firmwareName>Repetier-Firmware</firmwareName>
<printerVariant>cartesian</printerVariant>
<active>true</active>
<numFans>1</numFans>
<tempUpdateEvery>1</tempUpdateEvery>
<pauseHandling>0</pauseHandling>
<pauseSeconds>120</pauseSeconds>
<sdcard>true</sdcard>
<softwarePower>true</softwarePower>
<defaultVolumetric>false</defaultVolumetric>
<logHistory>true</logHistory>
<useOwnModelRepository>true</useOwnModelRepository>
<useModelFromSlug/>
</general>
<connection>
<connectionMethod>0</connectionMethod>
<pipe>
<file/>
</pipe>
<ip>
<port>23</port>
<address/>
</ip>
<serial>
<baudrate>250000</baudrate>
<rts>0</rts>
<dtr>0</dtr>
<device>/dev/serial/by-id/usb-Teensyduino_USB_Serial_12345-if00</device>
<pingPong>false</pingPong>
<visibleWithoutRunning>false</visibleWithoutRunning>
<malyanHack>false</malyanHack>
<inputBufferSize>127</inputBufferSize>
<communicationTimeout>30</communicationTimeout>
</serial>
<lcdTimeMode>4</lcdTimeMode>
<resetScript/>
</connection>
<movement>
<xMin>0</xMin>
<xMax>70</xMax>
<xHome>0</xHome>
<yMin>0</yMin>
<yMax>90</yMax>
<yHome>0</yHome>
<zMin>0</zMin>
<zMax>100</zMax>
<zHome>0</zHome>
<xyJerk>20</xyJerk>
<zJerk>0.30000000000000004</zJerk>
<timeMultiplier>1</timeMultiplier>
<movebuffer>16</movebuffer>
<xySpeed max="200">100</xySpeed>
<zSpeed max="2">2</zSpeed>
<defaultAcceleration>10000</defaultAcceleration>
<defaultTravelAcceleration>10000</defaultTravelAcceleration>
<defaultRetractAcceleration>4000</defaultRetractAcceleration>
<xyPrintAcceleration>1500</xyPrintAcceleration>
<xyTravelAcceleration>2500</xyTravelAcceleration>
<zPrintAcceleration>100</zPrintAcceleration>
<zTravelAcceleration>100</zTravelAcceleration>
<endstops all="true" x="true" y="true" z="true"/>
<invert x="false" y="false" z="false"/>
<G10Speed>50</G10Speed>
<G10Distance>3</G10Distance>
<G10LongDistance>50</G10LongDistance>
<G11Speed>50</G11Speed>
<G11ExtraDistance>0</G11ExtraDistance>
<G11ExtraLongDistance>0</G11ExtraLongDistance>
<G10ZLift>0</G10ZLift>
</movement>
<recover>
<enabled>false</enabled>
<replayExtruderSwitches>false</replayExtruderSwitches>
<maxTimeForAutocontinue>300</maxTimeForAutocontinue>
<reactivateBedOnConnect>true</reactivateBedOnConnect>
<firmwarePowerlossSignal/>
<procedure>G28 X0 Y0</procedure>
<runOnConnect>G28 X0 Y0</runOnConnect>
<extraZOnFirmwareDetect>0</extraZOnFirmwareDetect>
<delayBeforeReconnect>30</delayBeforeReconnect>
</recover>
<extruders/>
<heatedBeds/>
<heatedChambers/>
<quickCommands/>
<webcams/>
<properties/>
<scripts/>
</printer>


Comments

  • Here is a shot of the console, could this be a baudrate issue, looks like commands are not recognized.  I had tried to manually jog the z motor


  • Do you really have repetier-firmware installed on the printbot? If not connection will not work until you set it to marlin which I think is the default  firmware also both should work.
  • Thank you, actually I just tried that, again thank you for the reply
  • The only other thing is now I have the axi moving but when I try to print i just sits there.  The part has been sliced and the log window shows below.  Under the server tab is shows the job is in the que but nothing happens?

    Any thoughts?  Do I need to start it?
  • If there is mor ethen one job in queue new files to it get queued and you need to start one of them explicitly. In host server tab you can switch between models and jobs in queue. Select queue and then the job to print and click print.

    Alternatively use web gui of server and click on print icon on the file in queue. Once all files in queue are deleted or printed new queued jobs get printed directly.
Sign In or Register to comment.