Connection Issue with Alfawise U30

Hi, i tryed to connect my printer with the repetier software or server.
the connection as bin success, but i can't perform any commands "whit other software, all works fine".


This my situation:
<?xml version="1.0" encoding="UTF-8"?>
<printer>
<general>
<name>Alfawise U30</name>
<slug>Alfawise_U30</slug>
<model/>
<firmwareName>Marlin</firmwareName>
<printerVariant>cartesian</printerVariant>
<active>false</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>115200</baudrate>
<rts>0</rts>
<dtr>0</dtr>
<device>COM5</device>
<pingPong>false</pingPong>
<visibleWithoutRunning>true</visibleWithoutRunning>
<malyanHack>false</malyanHack>
<inputBufferSize>127</inputBufferSize>
<communicationTimeout>30</communicationTimeout>
</serial>
<lcdTimeMode>4</lcdTimeMode>
<resetScript/>
</connection>
<movement>
<xMin>0</xMin>
<xMax>220</xMax>
<xHome>0</xHome>
<yMin>0</yMin>
<yMax>220</yMax>
<yHome>0</yHome>
<zMin>0</zMin>
<zMax>250</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>
<shape>
<grid color="#454545" spacing="10"/>
<rectangle color="#dddddd" xMax="220" xMin="0" yMax="220" yMin="0"/>
</shape>
<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>
<extruder changeFastDistance="20" changeSlowDistance="20" filamentDiameter="1.75" lastTemp="200" maxTemp="260" num="0" tempMaster="0">
<alias/>
<maxSpeed acceleration="5000" jerk="30" max="30"/>
<extrude speed="2"/>
<retract speed="30"/>
<tempChange cooldownPerSecond="0.5" heatupPerSecond="2"/>
<offsets x="0" y="0"/>
<temperatures>
<temperature value="245">ABS 245</temperature>
<temperature value="210">PLA 210</temperature>
<temperature value="195">PLA 195</temperature>
</temperatures>
</extruder>
</extruders>
<heatedBeds>
<heatedBed lastTemp="0" maxTemp="120" num="0">
<alias/>
<tempChange cooldownPerSecond="0.02" heatupPerSecond="0.2"/>
<temperatures>
<temperature value="115">ABS</temperature>
<temperature value="50">PLA</temperature>
</temperatures>
</heatedBed>
</heatedBeds>
<heatedChambers/>
<quickCommands/>
<responseEvents/>
<webcams/>
<properties/>
<scripts/>
</printer>

Comments

  • Please try changing rts/dtr setting to be one high one low. If it still does not work switch them. Some boards only communicate in one of the states, might be the case here. Might also be baud rate but if you used other software you surely know the correct baud rate.
Sign In or Register to comment.