This website requires JavaScript.
Explore
Help
Sign In
pingu_98
/
MrDraw
Watch
1
Star
0
Fork
You've already forked MrDraw
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6ebaa35518
MrDraw
/
Cura
History
daid303
6ebaa35518
Update how the printing time remaining estimate is calculated. This gives better accurate results as the first part of the print is not added in the estimate, removing the heating and startup-code from the equasion.
2012-10-04 15:01:54 +02:00
..
avr_isp
Open the serial port in the thread, so it no longer blocks the GUI during auto-detection. Add a 10 second write timeout, so we no longer get timeouts under windows. Remove the M109/M190 heatup wait time from the total printing time.
2012-10-02 10:58:57 +02:00
cura_sf
Add a retraction enable setting. Add extrusion/retraction buttons in printer interface. (still needs images) Update the printer interface GUI with the actual temperture from the GCode when a temp change is send.
2012-10-03 15:11:35 +02:00
example
With the improved loading time we can add the high quality robot with support.
2012-10-04 12:33:45 +02:00
firmware
Added newer ultimaker firmware. Make linux version install the 115200 baud firmware by default, as PySerial for Linux does not support 250000. Added auto baudrate detection (untested).
2012-06-30 11:51:43 +02:00
gui
Update how the printing time remaining estimate is calculated. This gives better accurate results as the first part of the print is not added in the estimate, removing the heating and startup-code from the equasion.
2012-10-04 15:01:54 +02:00
images
Add extrude/retract images for printing interface. Made exception handling a bit more rubust in machine comunication.
2012-10-04 14:05:09 +02:00
util
Update how the printing time remaining estimate is calculated. This gives better accurate results as the first part of the print is not added in the estimate, removing the heating and startup-code from the equasion.
2012-10-04 15:01:54 +02:00
__init__.py
Some cleanup and preperation for better packaging.
2012-05-31 12:05:10 +02:00
cura.py
Move the validators from gui to util, they do not have gui specific code.
2012-08-31 15:22:30 +02:00
LICENSE
Added LICENSE file, Skeinforge is AGPL, so it's best to match that.
2012-04-19 11:52:52 +02:00
setup.py
More fixes for a frozen build. Adds the code used by pypy into a zip which pypy uses. This makes for a cleaner install.
2012-06-01 11:29:21 +02:00
stl.ico
Added icon for STL files.
2012-08-01 10:16:43 +02:00