| .. |
|
__init__.py
|
Some cleanup and preperation for better packaging.
|
2012-05-31 12:05:10 +02:00 |
|
alterationPanel.py
|
Add the feature where support material is generated with a dual extrusion setup.
|
2012-09-12 17:02:42 +02:00 |
|
batchRun.py
|
Fix support for slicing if running from pythonw.exe
|
2012-10-01 18:15:51 +02:00 |
|
configBase.py
|
Some minor updates to fix some screen refresh issues.
|
2012-09-02 14:26:39 +02:00 |
|
configWizard.py
|
Large update to the config wizard, new style machine check (unfinished)
|
2012-10-02 16:06:47 +02:00 |
|
dropTarget.py
|
Added obj support to Cura.
|
2012-09-26 14:35:35 +02:00 |
|
expertConfig.py
|
Remove dwindle, it did not really improve results.
|
2012-09-26 15:12:14 +02:00 |
|
firmwareInstall.py
|
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 |
|
flatSlicerWindow.py
|
Added start of SVG 2D slicer.
|
2012-06-01 18:16:07 +02:00 |
|
gcodeTextArea.py
|
Remove plain textbox for GCode editing after patch from Pyro
|
2012-05-11 10:45:14 +02:00 |
|
icon.py
|
Added icon to main window. Added win32 installer script, with drivers for Arduino Mega2560.
|
2012-04-02 14:43:39 +02:00 |
|
mainWindow.py
|
Added obj support to Cura.
|
2012-09-26 14:35:35 +02:00 |
|
opengl.py
|
Fix timelaps recording support
|
2012-10-01 14:36:47 +02:00 |
|
preferencesDialog.py
|
Move the validators from gui to util, they do not have gui specific code.
|
2012-08-31 15:22:30 +02:00 |
|
preview3d.py
|
Large update to the config wizard, new style machine check (unfinished)
|
2012-10-02 16:06:47 +02:00 |
|
printWindow.py
|
Large update to the config wizard, new style machine check (unfinished)
|
2012-10-02 16:06:47 +02:00 |
|
projectPlanner.py
|
Large update to the config wizard, new style machine check (unfinished)
|
2012-10-02 16:06:47 +02:00 |
|
simpleMode.py
|
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 |
|
sliceProgessPanel.py
|
Fix support for slicing if running from pythonw.exe
|
2012-10-01 18:15:51 +02:00 |
|
splashScreen.py
|
Fix the splashscreen in combination with the first run wizard
|
2012-09-01 14:41:07 +02:00 |
|
toolbarUtil.py
|
Added border view option for 3D view.
|
2012-07-31 16:39:31 +02:00 |
|
webcam.py
|
Always check for OpenCV first, in case we have both OpenCV and win32vidcapture
|
2012-10-01 14:54:00 +02:00 |