chiark / gitweb /
cura.git
2012-04-04 daidAdd printrun startmenu shortcut RC1
2012-04-04 daidUse utf-8 to save preferences, so the last filename...
2012-04-03 DaidAdd support and skirt/raft colors to GCode preview
2012-04-03 DaidAdd support to GCode comments. Show connect button...
2012-04-03 daidSimplify the printer interface.
2012-04-03 daidUpdated package script to run nsis if wine exists
2012-04-03 daidUpdated print window with statistics about the print...
2012-04-03 daidAdd hidden virtual printer, for testing
2012-04-03 daidDisable the window icon till we find out why the MacOS...
2012-04-02 DaidMove SkeinforgeVersion file into cura_sf directory
2012-04-02 DaidFix confict
2012-04-02 DaidJust a comment
2012-04-02 daidMake the printer interface a bit more user friendly.
2012-04-02 daidAdded extra fan control. Advanced setting to enabled...
2012-04-02 daidAdded icon to main window. Added win32 installer script...
2012-04-01 DaidPrinting works! If you press the right buttons in the...
2012-03-31 DaidSmall optimalization in gcode preview, saves a square...
2012-03-30 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-30 daidNo longer use the current_profile.ini to share the...
2012-03-30 daidSpeed up the first layer for low quality prints.
2012-03-30 daidDisable skirt for ABS on simple mode. Because we alread...
2012-03-30 daidTurn on fan in startcode instead of always have it on.
2012-03-30 daidFix start.gcode saving when the tab is opened for the...
2012-03-29 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-29 daidAdded simple mode dialog
2012-03-29 daidMake GCode reader store paths per layer
2012-03-28 DaidMerge branch 'master' of github.com:daid/Cura
2012-03-28 DaidInitial layout for print window
2012-03-28 daidAdded my own STL loader, no longer using the one from...
2012-03-28 daidSplit gui to gui and util directories.
2012-03-28 daidRemove debug message
2012-03-27 daidMove SF into its own directory, to seperate SF and...
2012-03-27 daidAdd uppercase STL and HEX to file dialog filters for...
2012-03-27 daidCleanup of unused alteration files
2012-03-27 daidAdd start/end code to Slic3r engine. Fix for SF engine...
2012-03-27 daidMerge pull request #31 from ryneches/master
2012-03-26 Russell Nechesfixed missing import for sys package
2012-03-26 daidModified gcodeInterperter to use an object for the...
2012-03-26 daidExtrusion multiply is the inverse of packing density
2012-03-26 daidAdded experimental Slic3r option as backend. This does...
2012-03-26 daidMove nozzle_size back to machine config. Rename machine...
2012-03-24 DaidUpdated script filenames.
2012-03-24 DaidAdded printWindow placeholder
2012-03-24 DaidEnable print button, does not do anything useful yet...
2012-03-24 DaidRename from SkeinPyPy to Cura in URLs, paths and scripts.
2012-03-24 DaidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-03-24 DaidRename in source files to Cura
2012-03-23 daidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-03-23 daidSwitch to GCode view when GCode is generated. Switch...
2012-03-22 DaidRename of skein to slice
2012-03-22 daidFix joris plugin, it caused moves to be also extruded...
2012-03-22 daidOnly have 1 load thread at a time, else we run into...
2012-03-22 daidSpeedup gcodeInterpreter a bit by compiling the regexp
2012-03-22 daidDisable OpenGL error checking, which makes the 3D previ...
2012-03-22 daidUpdate to SkeinPyPy to work with SF50
2012-03-22 daidPatch from SF49 to SF50. Only notiable change is the...
2012-03-22 daidMove the rotate button to the preview window. And....
2012-03-22 daidMove multiply to preview window. (Only rotate left...
2012-03-21 daidAdded reset profile function, preperation for "simple...
2012-03-21 daid.
2012-03-21 daidAdd a few float validators to advanced config.
2012-03-21 daidAdded scale to preview window instead of model tab
2012-03-21 daidMove flip option to 3D preview window
2012-03-21 daidDo not need stepsPerE from gcode interperter
2012-03-21 daidRemove conditional import for pypy, instead import...
2012-03-21 daidFix the multiply seperation to be always 10mm
2012-03-21 daidShow error lines in transparent and x-ray view
2012-03-21 daidUse the proper even for comboboxes #25.
2012-03-21 daidDo not emit a warning on M109. #26
2012-03-20 daidChange the way intersection warnings are reported,...
2012-03-20 daidForce minimal size to fix issue #16
2012-03-20 daidMoved "nozzle size" to preferences, as it is not someth...
2012-03-20 daidAdded raft settings for #24
2012-03-20 daidMaybe solve issue #13. But most likely not.
2012-03-20 daidLoad GCode file after slicing if we still have the...
2012-03-20 daidAdd bridge settings to advanced config. Issue #18
2012-03-20 daidEnd code adjustment, suggested by rpulkrabek
2012-03-19 DaidWrong type for minimum feedrate fix
2012-03-19 daidAdded minimal feedrate setting to cool settings (enhanc...
2012-03-19 daidAdd layer number to output comments
2012-03-19 daidAdd error lines to 3D model preview after slicing
2012-03-19 daidOnly reload model/gcode if they have changed. Renambed...
2012-03-19 daidUpdated osx scripts not to use 2.7 version of python...
2012-03-19 daidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-03-19 daidMerge pull request #22 from alx/readme-with-package
2012-03-19 daidAdded current print speed volume to warning
2012-03-19 Alexandre Girardreplace build.sh by package.sh in README
2012-03-19 daidChanged layer height warning to use nozzle size. Added...
2012-03-19 daidAlways use the configured serialport/baudrate if none...
2012-03-19 daidAdded unexpected error handling to Serial interface
2012-03-18 DaidAdd proper line width calculation to GCode preview...
2012-03-18 DaidAdded possibility to switch between GCode and Model...
2012-03-17 DaidMoved profile read/write functions to newui. Better...
2012-03-16 DaidFixing a problem with the heatup button in the first...
2012-03-16 daidChanged linux script to use python, not python2.7
2012-03-16 daidAdded skeinpypy.sh script for linux
2012-03-16 daidExtrude the 100mm a bit faster, and wait a bit longer.
2012-03-16 daidAdd print time estimate
2012-03-16 daidSmall package fix for win32
2012-03-16 daidDon't hate me, but I renamed the sources directory.
next