| .. |
|
__init__.py
|
Added my own STL loader, no longer using the one from Skeinforge. This one is 3 to 4 times faster.
|
2012-03-28 16:53:08 +02:00 |
|
alterationPanel.py
|
Move extruder switching GCode to profile instead of hardcoded.
|
2012-05-07 17:42:46 +02:00 |
|
configBase.py
|
The new GCode text editor with syntax highlight is very cool, but is causing problems on MacOS, so fall back to a simple textarea in that case.
|
2012-05-07 17:26:40 +02:00 |
|
configWizard.py
|
Add 3 seconds delay in config wizard for the SD card init to timeout.
|
2012-05-07 16:42:15 +02:00 |
|
expertConfig.py
|
Add support margin setting to SF and Cura.
|
2012-04-23 15:03:35 +02:00 |
|
gcodeTextArea.py
|
The new GCode text editor with syntax highlight is very cool, but is causing problems on MacOS, so fall back to a simple textarea in that case.
|
2012-05-07 17:26:40 +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 |
|
machineCom.py
|
Add temperature control to print window
|
2012-04-04 17:02:22 +02:00 |
|
mainWindow.py
|
Bring simple mode window up to speed with the rest
|
2012-05-07 16:26:29 +02:00 |
|
opengl.py
|
Generate 1 GCode layer per draw cycle, this keeps the UI responsive during the generation of display lists with huge GCode files.
|
2012-05-07 13:51:28 +02:00 |
|
preferencesDialog.py
|
Move extruder offset and extruder head size to preferences.
|
2012-04-29 11:35:36 +02:00 |
|
preview3d.py
|
What was I smoking? This code is much simpler this way.
|
2012-05-07 18:12:26 +02:00 |
|
printWindow.py
|
Show print time, filemant used and cost estimate after slicing.
|
2012-04-29 12:00:13 +02:00 |
|
projectPlanner.py
|
Keep the objects on the printer bed after autoplacing in project planner. Fixed #92
|
2012-05-07 17:36:41 +02:00 |
|
simpleMode.py
|
Bring simple mode window up to speed with the rest
|
2012-05-07 16:26:29 +02:00 |
|
sliceProgessPanel.py
|
Move extruder switching GCode to profile instead of hardcoded.
|
2012-05-07 17:42:46 +02:00 |
|
toolbarUtil.py
|
Keep the objects on the printer bed after autoplacing in project planner. Fixed #92
|
2012-05-07 17:36:41 +02:00 |
|
validators.py
|
Added copy button to project planner, and cleaned up project planner code a bit.
|
2012-05-04 17:57:24 +02:00 |