I just realeased a new version: 0.3.0!
This one is the first one with proper fullscreen printing!! That’s right… Full screen display, respecting the exposition time, and in-between null RED frames during Axis movement.
The Axis movement is still the same from the previous 0.2.0.
9:15 pm, April 19, 2012Muringa /
Cool man!!! Hoping TJ get some prints soon =p
7:55 am, April 23, 2012ShaderZ /
Cant see what people start printing out.
7:55 am, April 23, 2012ShaderZ /
@ShaderZ
*Cant Wait*
9:45 am, April 26, 2012johnny /
sorry my english so bad
my disp card is nv gt540
i am test the cs 0.2.0 is ok to printer
test the cs 0.3.0 0.3.1 can not to printer
error message is
PYTHON EXCEPTION: Traceback (most recent call last):
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “”, line 169, in
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “”, line 591, in printButton
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “Z:bchomerhradecdevchemshapes.gitgoogleCodetrunkhostbuildpyi.win32draftout01-PYZ.pyzglViewport.glwidget”, line 89, in run
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “Z:bchomerhradecdevchemshapes.gitgoogleCodetrunkhostbuildpyi.win32draftout01-PYZ.pyzpyglet.app”, line 123, in run
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “Z:bchomerhradecdevchemshapes.gitgoogleCodetrunkhostbuildpyi.win32draftout01-PYZ.pyzpyglet.app.base”, line 135, in run
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “Z:bchomerhradecdevchemshapes.gitgoogleCodetrunkhostbuildpyi.win32draftout01-PYZ.pyzpyglet.app.base”, line 164, in _run_estimated
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “Z:bchomerhradecdevchemshapes.gitgoogleCodetrunkhostbuildpyi.win32draftout01-PYZ.pyzpyglet.app.base”, line 273, in idle
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “Z:bchomerhradecdevchemshapes.gitgoogleCodetrunkhostbuildpyi.win32draftout01-PYZ.pyzpyglet.clock”, line 301, in call_scheduled_functions
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: File “”, line 581, in pygletPrint
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: NameError
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: :
Thu Apr 26 17:36:48 2012 >> PYTHON EXCEPTION: free variable ‘slice’ referenced before assignment in enclosing scope
8:16 pm, November 15, 2012hradec /
We should be releasing a new version soon. Stay tuned!
9:54 pm, April 30, 2012ShaderZ /
http://www.tuwien.ac.at/en/news/news_detail/article/7444/
3D Printing is officially on the Nanoscale people. 🙂 It is now possible to print your own Microprocessor….Theoretically that is. I wonder what it would take to make a RepRap type DIY 3D lithographic nano printer 🙂 3D printing brings a whole new meaning to the term “Build your own Computer.”
2:31 am, May 1, 2012ShaderZ /
@ShaderZ
Looks like it only works for UV resin much like chemshapes…..just really really tiny 😛 still way cool.
12:03 pm, May 3, 2012Martin /
Roberto, I have some questions:
1. Is there Support for the Arduino Mega 1280 on Linux? in Windows i can connect CS1 with the Mega 1280 but not in Linux, although the device is properly attached when looking with dmesg | tail. I have arduino IDE 1 installed and can upload firmware to the 1280 in Linux after selecting the right Serial Port /dev/ttyUSB0. For the mega 2560 it is /dev/ttyACM0.
but when compiling CS1 with mega 1280 connected, the device is not listed in CS1 in the “Serial Port” frame. when compiling CS1 with the mega 2560 connected, the device is listed properly with /dev/ttyACM0.
2. can u say us what IDE’s do u use for the developement in linux? cause im trying to implement some features like VAT-Release via Stepper and Refill Container via a peristaltic pump driven by a stepper too.
The idea is to use 4 steppers with RAMPS. 1 for Z-movement as you, 2 for VAT-Release, 3 for the pristaltic pump, 4 for a lense moving in front of the Beamer to shrink the picture and to higher the resolution if needed for small parts printing.
3. can u give me a hint where to start in your CS1 code for implementing this via the G’ and M’ codes?
4. did u remember my question for a Donation-Link? 🙂 it was not a joke
Martin
4:40 pm, May 10, 2012hradec /
1. For now, in Linux the software only checks for ttyACM, not ttyUSB. I’ll add this second option asap.
2. I don’t use any IDE. I only use a text editor named Editra, which is written in python with wxwidgets. Apart from that, I use qtCreator to create the UI file, and standard Makefile.
3. You should probably implement that in the software itself, by issuing G codes to move X,Y,Z,E1 and E2, rather than modifying the firmware. I’m working on that for the CS1 right now, so I have no tips on how you can do it yet, but I will have soon. I’m also working on add all of this as a hardware “plugin” that will reside in a plugin folder. That way, you can just do your own based on the CS1 plugin “template”.
4. Yes I do remember the donation-link… I’ll add that asap too… it’s just a matter of priorities, you known? thanks lots to keep the interest on that!! 🙂
1:02 pm, May 9, 2012Martin /
As it seems you are quiet buisy these days i tried a View IDE’s and i’m now working me into the CS1 code with Monkey-Studio. Any Debian Derivates like ubuntu can get it by typing “sudo apt-get install monkeystudio” in the terminal.
Hope i can help more soon, when i am a bit more familar with the code.