EGG BOT

 

Installation Inkscape V0.92

Installation Plugin Eggbot 250

 

Répertoire installation des extensions inkscape

C:\Program Files\Inkscape\share\extensions

 

Pb communication port serial : 2voie :

 

I hope this time it will work. If it does not, let's try to bypass autodetection. Check your COM port name in Device Manager or Arduino IDE (my board appears as COM51) and change one line in eggbot.py (1381) like so:

        # Before searching, first check to see if the last known
        # serial port is still good.

#       serialPort = self.testSerialPort( self.svgSerialPort )
        serialPort = self.testSerialPort( "COM51" )
        if serialPort:
            return serialPort





OU


Autodetection is performed in eggbot_scanwin32.py. There are two methods - one for original EbiBoard which fails and the other, scanning available serial ports.
Let's comment out failing method and see if this helps.
Open eggbot_scanwin32.py and near the end of file comment out three lines:
if __name__ == '__main__':
#        print "Looking for EiBotBoards"
#        for port in findEiBotBoards():
#               print "  ", port

        print "Looking for COM ports"
        for port in findPorts():
                print "  ", port

Il peut être intéressant de connaitre les positions présentent sur votre template joomla.

Cette procédure a été faite sur le template BEEZ en version Joomla! 3.4.4.

 

  • Se logger sur l'interface administrateur de votre site
  • Sélectionner Extension -- Gestion des templates

  • Sélectionner l'onglet Paramètre

  • Sélectionner Template et Activez la prévisualisation des modules

  • Vous pouvez désormais visuliaser vos posiion de template en saisissant votre adresse de site en rajoutant /?tp=1 la fin.

Par ex : http://www.votresite.fr/?tp=1