| .. |
|
__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
|
Small cleanup on the batch runner tool.
|
2012-10-04 08:54:49 +02:00 |
|
configBase.py
|
Some minor updates to fix some screen refresh issues.
|
2012-09-02 14:26:39 +02:00 |
|
configWizard.py
|
Start the first run wizard when we do not know the machine type. Only show the default firmware install if we know that we have a default firmware for this machine.
|
2012-10-05 11:20:22 +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
|
Start the first run wizard when we do not know the machine type. Only show the default firmware install if we know that we have a default firmware for this machine.
|
2012-10-05 11:20:22 +02:00 |
|
opengl.py
|
Vastly improve rendering time for complex models.
|
2012-10-04 12:04:04 +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
|
Fix a bug in max scale button.
|
2012-10-05 14:42:03 +02:00 |
|
printWindow.py
|
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 |
|
projectPlanner.py
|
Remove the print message from the project planner, as this will cause problems with the console-less version on windows.
|
2012-10-03 15:27:11 +02:00 |
|
simpleMode.py
|
Start the first run wizard when we do not know the machine type. Only show the default firmware install if we know that we have a default firmware for this machine.
|
2012-10-05 11:20:22 +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
|
Added webcam overlay to show which software and printer created the timelaps.
|
2012-10-05 12:25:31 +02:00 |