I bought the quad, I need a ready system image with software Slic3r or Printrun or Repetier Host. Has anyone tried it? I install the software but do not want to show in the window. Do not know much about Linux, I build the instructions and is installed but not working. Thank you for your help
Unfortunately, I regret that issued 250 Euros down the drain because there is no support for 3D printers. Plate just to control your printer is not worth anything without a graphic panel. For people who want to control your printer would also recommend the 32-bit Arduino Due to the support of the software.
I tray instal Slic3r for Udoo but no results. https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-GNU-Linux
Are you UDOO a graphical interface, trying to run the program, but you can not. https://github.com/kliment/Printrun
I get the same message as I want to run the program Code: debian@udoo-debian-hfp:~/Printrun$ python2 pronterface.py WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.NotSupported: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11 Unable to access the X Display, is $DISPLAY set properly?
Errors errors and errors again, Code: debian@udoo-debian-hfp:~/Printrun$ python2 pronsole.py WARNING:root:Memory-efficient GCoder implementation unavailable: No module named gcoder_line WARNING:root:Could not setup DBus for sleep inhibition: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ScreenSaver was not provided by any .service files Traceback (most recent call last): File "pronsole.py", line 26, in <module> interp.parse_cmdline(sys.argv[1:]) File "/home/debian/Printrun/printrun/pronsole.py", line 711, in parse_cmdline self.process_cmdline_arguments(args) File "/home/debian/Printrun/printrun/pronsole.py", line 698, in process_cmdline_arguments self.update_rpc_server(None, self.settings.rpc_server) File "/home/debian/Printrun/printrun/pronsole.py", line 670, in update_rpc_server self.rpc_server = ProntRPC(self) File "/home/debian/Printrun/printrun/rpc.py", line 37, in __init__ logRequests = False) File "/usr/lib/python2.7/SimpleXMLRPCServer.py", line 593, in __init__ SocketServer.TCPServer.__init__(self, addr, requestHandler, bind_and_activate) File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__ self.server_bind() File "/usr/lib/python2.7/SocketServer.py", line 430, in server_bind self.socket.bind(self.server_address) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) socket.error: [Errno 99] Cannot assign requested address
Fedora Printrun is in official Fedora repositories starting with Fedora 17. Code: sudo yum install printrun # for the whole package, or: sudo yum install pronsole # or plater or pronterface the rest system is shit for Printrun Please make fedora image SD
Can someone make an image to the SD card ArchLinux for Udoo Quad or Fedora more 17? I ask because I do not have the strength to try to test and combine. I'm doing a CNC machine and I want to insert the control board there Udoo so far without success. I must have Printrun control program, this program is in ArchLinux. Please help.
Code: setenv sataroot "/dev/sda1" setenv satadev 0 setenv satapart 1 setenv loaduimagesata 'ext2load sata ${satadev}:${satapart} ${loadaddr} ${uimage}' setenv sataargs 'setenv bootargs console=${console},${baudrate} root=${sataroot} ${hdmi_patch} fbmem=24M video=mxcfb0:dev=hdmi,1920x1200M@60,bpp=32' setenv sataboot 'echo Booting from sata ...; run sataargs ; bootm' setenv bootcmd 'sata dev ${satadev}; run loaduimagesata; run sataboot;' saveenv reset