Daid
|
6d82dfb4bd
|
Just a comment
|
2012-04-02 19:34:27 +02:00 |
|
daid
|
a8963b1cc1
|
Make the printer interface a bit more user friendly.
|
2012-04-02 18:56:44 +02:00 |
|
daid
|
7ec27fec92
|
Added extra fan control. Advanced setting to enabled/disable fan. And expert setting to set the fan start layer and fan speed.
|
2012-04-02 16:09:56 +02:00 |
|
daid
|
85d44ad8a0
|
Added icon to main window. Added win32 installer script, with drivers for Arduino Mega2560.
|
2012-04-02 14:43:39 +02:00 |
|
Daid
|
ca92f69770
|
Printing works! If you press the right buttons in the right order that is.
|
2012-04-01 19:16:31 +02:00 |
|
Daid
|
7d13b17dd9
|
Small optimalization in gcode preview, saves a square root per line
|
2012-03-31 21:48:23 +02:00 |
|
Daid
|
fe91a1b123
|
Merge branch 'master' of github.com:daid/Cura
|
2012-03-30 17:39:18 +02:00 |
|
daid
|
88337f1675
|
No longer use the current_profile.ini to share the profile between the backend slicer and the frontend. No longer have simple-mode overwrite the current profile from normal mode.
|
2012-03-30 13:54:49 +02:00 |
|
daid
|
e17c4387c9
|
Speed up the first layer for low quality prints.
|
2012-03-30 12:11:10 +02:00 |
|
daid
|
7cb514f4aa
|
Disable skirt for ABS on simple mode. Because we already have a raft.
|
2012-03-30 11:12:26 +02:00 |
|
daid
|
8c5bf431b5
|
Turn on fan in startcode instead of always have it on.
|
2012-03-30 09:50:13 +02:00 |
|
daid
|
9966bbf6f4
|
Fix start.gcode saving when the tab is opened for the first time.
|
2012-03-30 09:49:28 +02:00 |
|
Daid
|
c44c656235
|
Merge branch 'master' of github.com:daid/Cura
|
2012-03-29 21:11:43 +02:00 |
|
daid
|
ab6430c843
|
Added simple mode dialog
|
2012-03-29 14:45:14 +02:00 |
|
daid
|
ddfd386b73
|
Make GCode reader store paths per layer
|
2012-03-29 11:01:33 +02:00 |
|
Daid
|
3ec6fa40d6
|
Merge branch 'master' of github.com:daid/Cura
|
2012-03-28 20:36:52 +02:00 |
|
Daid
|
2d79297047
|
Initial layout for print window
|
2012-03-28 20:36:46 +02:00 |
|
daid
|
0834aec2d2
|
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 |
|
daid
|
405f4880cd
|
Split gui to gui and util directories.
|
2012-03-28 14:26:40 +02:00 |
|
daid
|
5d531a7a00
|
Remove debug message
|
2012-03-28 12:24:34 +02:00 |
|
daid
|
8b3b3e5076
|
Move SF into its own directory, to seperate SF and Cura. Rename newui to gui.
|
2012-03-27 17:20:30 +02:00 |
|
daid
|
09d33bb0cd
|
Add uppercase STL and HEX to file dialog filters for linux/MacOS
|
2012-03-27 16:21:53 +02:00 |
|
daid
|
8518df4a8e
|
Cleanup of unused alteration files
|
2012-03-27 13:49:15 +02:00 |
|
daid
|
168e748724
|
Add start/end code to Slic3r engine. Fix for SF engine crash
|
2012-03-27 13:48:40 +02:00 |
|
daid
|
356f6c70a9
|
Merge pull request #31 from ryneches/master
Ultimaker Checkup wizard fails to fail correctly due to missing sys import
|
2012-03-27 02:59:04 -07:00 |
|
Russell Neches
|
5072e61c08
|
fixed missing import for sys package
|
2012-03-26 14:15:15 -07:00 |
|
daid
|
2cd4ddb67c
|
Modified gcodeInterperter to use an object for the path parts, instead of a dict. Tiny bit faster, and cleaner code.
|
2012-03-26 17:14:31 +02:00 |
|
daid
|
ad36fa9132
|
Extrusion multiply is the inverse of packing density
|
2012-03-26 15:11:08 +02:00 |
|
daid
|
22291be50e
|
Added experimental Slic3r option as backend. This does not support all options.
|
2012-03-26 15:03:26 +02:00 |
|
daid
|
3f0c86d1d9
|
Move nozzle_size back to machine config. Rename machine config tab to advanced config, and advanced config window to expert config
|
2012-03-26 13:45:31 +02:00 |
|
Daid
|
0d16ef4bd1
|
Updated script filenames.
Renamed SkeinPyPy to Cura in README
|
2012-03-24 19:50:37 +01:00 |
|
Daid
|
1021f0f3f7
|
Added printWindow placeholder
|
2012-03-24 18:12:10 +01:00 |
|
Daid
|
3ded557584
|
Enable print button, does not do anything useful yet. But stashing the change so I can rename to Cura
|
2012-03-24 12:39:31 +01:00 |
|
Daid
|
3973424294
|
Rename from SkeinPyPy to Cura in URLs, paths and scripts.
|
2012-03-24 11:01:35 +01:00 |
|
Daid
|
ed55f52e71
|
Merge branch 'master' of github.com:daid/SkeinPyPy
|
2012-03-24 10:52:00 +01:00 |
|
Daid
|
895fe2a180
|
Rename in source files to Cura
|
2012-03-24 10:51:52 +01:00 |
|
daid
|
7bc8d3388a
|
Merge branch 'master' of github.com:daid/SkeinPyPy
|
2012-03-23 14:05:02 +01:00 |
|
daid
|
8567e7c2e0
|
Switch to GCode view when GCode is generated. Switch to model view when loading a new model. #27
|
2012-03-23 14:04:50 +01:00 |
|
Lawrence Johnston
|
8a2085762f
|
Merge commit '25687ea3b8a2583ba30b27c30d78672c7135374a'
|
2012-03-22 19:18:47 -07:00 |
|
Daid
|
25687ea3b8
|
Rename of skein to slice
|
2012-03-22 20:29:03 +01:00 |
|
daid
|
1ec67a61d7
|
Fix joris plugin, it caused moves to be also extruded, and removed the first data point.
|
2012-03-22 17:36:35 +01:00 |
|
daid
|
a0fb01ba49
|
Only have 1 load thread at a time, else we run into strange bugs
|
2012-03-22 16:04:53 +01:00 |
|
daid
|
ef26c9029e
|
Speedup gcodeInterpreter a bit by compiling the regexp
|
2012-03-22 15:30:28 +01:00 |
|
daid
|
a1ce9a995b
|
Disable OpenGL error checking, which makes the 3D preview a lot faster.
|
2012-03-22 15:12:37 +01:00 |
|
daid
|
2612610381
|
Update to SkeinPyPy to work with SF50
|
2012-03-22 13:46:55 +01:00 |
|
daid
|
c9746b95b9
|
Patch from SF49 to SF50. Only notiable change is the addition of the "Sharpest Angle" setting.
|
2012-03-22 13:43:07 +01:00 |
|
daid
|
53c39d5b4f
|
Move the rotate button to the preview window. And... model tab be-gone!
|
2012-03-22 12:33:39 +01:00 |
|
daid
|
befd9bfdc5
|
Move multiply to preview window. (Only rotate left to move)
|
2012-03-22 11:24:52 +01:00 |
|
daid
|
77b16b5ccf
|
Added reset profile function, preperation for "simple" mode
|
2012-03-21 18:22:00 +01:00 |
|
daid
|
25be736935
|
.
|
2012-03-21 17:46:04 +01:00 |
|