chiark / gitweb /
cura.git
2012-03-16 daidRemove useless files (ever noticed Skeinforge is a...
2012-03-16 daidChanges to the layer coloring, better visible gcode...
2012-03-16 daidRenamed the build.sh to package.sh to better reflect...
2012-03-16 daidTypo fix
2012-03-16 daidReport actual amount of filament pressed forward, even...
2012-03-16 daidFix the multiply feature (oops). Added total extrusion...
2012-03-16 daidAdded help menu items, and warning for MacOS
2012-03-16 daidAdded multiply settings
2012-03-16 daidAdded advanced config for support
2012-03-16 daidMaybe fix issue #17
2012-03-15 daidRenamed "load stl" to "load model", added better error...
2012-03-15 daidMade the help popups show on focus for MacOS. This...
2012-03-15 daidAdd our own 3D vector class, so we are less depended...
2012-03-15 daidUpdated the E calibration with a heatup button. Also...
2012-03-15 daidSave log output next to gcode after slicing. Also,...
2012-03-15 daidMore to ignore! (Thanks for the ignore file alex)
2012-03-15 Alexandre Girardmodify build script to update Printrun instead of cloni...
2012-03-15 Alexandre Girardadd gitignore
2012-03-14 daidAfter some tests with EVT_KILL_FOCUS I found something...
2012-03-14 daidMoved the 3D normal generation to the model loading...
2012-03-14 daidAdded infill overlap percentage in advanced settings.
2012-03-14 daidMerge pull request #8 from thehans/patch-1
2012-03-14 daidSend an M92 Exxx when doing test extrusion
2012-03-14 Hans LSearch the full path
2012-03-12 Bill Bumgarnerupdate format
2012-03-12 Bill Bumgarnerupdated readme
2012-03-12 Bill Bumgarner- build.sh now copies just the startup scripts, and...
2012-03-12 Bill Bumgarner- build.sh can now take an optional argument that is...
2012-03-12 DaidWorkaround for STL loading problem. Really need to...
2012-03-12 DaidPossibly fix the popups for MacOS
2012-03-12 daidChanged the way the default background colour for contr...
2012-03-12 daidFixing issue 6: rerunning the calibration wizard does...
2012-03-12 daidRemoved useless G21 in start code
2012-03-12 daidRemoved debug message from Joris plugin
2012-03-11 DaidFixed flip options, added show log when slicing fails...
2012-03-10 DaidRemoving the Alpha SkeinPyPy. NewUI seems the best...
2012-03-10 DaidRemoved unused GLUT import
2012-03-10 DaidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-03-10 DaidUpdated the build script to newer pypy build. And remov...
2012-03-10 DaidSome bugfixes on the beta3 release
2012-03-09 DaidRenamed DepthComplexity to XRay in code
2012-03-09 DaidPossibly fixed layout bug after slicing on MacOS
2012-03-09 DaidSave alteration files in UTF-8
2012-03-09 DaidChanged font for start/end gcode
2012-03-09 DaidOnly save the alteration file if it was loaded
2012-03-09 DaidFixed default selection of ultimaker on config wizard...
2012-03-09 DaidAnother attempt at fixing the macOS OpenGL bug
2012-03-09 DaidAttemt to fix MacOS OpenGL
2012-03-09 DaidPossibly fixed OpenGL bug for MacOS?
2012-03-09 DaidReally fixed it this time... I hope
2012-03-09 DaidFixed possibly another MacOS layout bug
2012-03-09 DaidFixed windows tooltip bug
2012-03-09 unknownFix problems with serial connection
2012-03-08 daidAdded filament diameter configuration
2012-03-08 daidAdded firmware upload menu items
2012-03-07 DaidFixes for the config wizard
2012-03-07 daidAdded first endstop check (still need to verify if...
2012-03-07 daidAdded model transformation options (scale/flip/rotate)
2012-03-07 daidUpdated README.
2012-03-07 daidRemoved checkSSE2, check is included in pypy now.
2012-03-06 DaidAdded a progress dialog to the firmware upload
2012-03-06 daidMade wizard firmware install functional
2012-03-05 DaidLarge update adding:
2012-03-05 daidAdded log view to progress panel
2012-03-05 daidAdded start.gcode (when did this go missing?)
2012-02-29 daidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-02-29 daidAdded depth complexity to 3D view. This helps in findin...
2012-02-29 daidFixed the gcode start/end editor (was modified by the...
2012-02-28 DaidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-02-28 Daid.
2012-02-28 daidUpdated the GCode preview, now uses thick lines for...
2012-02-28 daidSplit gcode interperter from preview window.
2012-02-28 daidRenamed "configWindowBase" package to "configBase"
2012-02-27 daidUpdated start/end code with correct style comments...
2012-02-27 daid.
2012-02-27 daidAdded joris plugin
2012-02-27 daidFixed bug when wall width was less then the nozzle...
2012-02-27 daidSplit the main window code into a configBase and the...
2012-02-26 DaidFixed comments in start/end gcode. Marlin doesn't like...
2012-02-26 DaidChanges for new UI version
2012-02-26 DaidPrint speed twice, that cannot be right!
2012-02-26 DaidAdded support
2012-02-24 DaidAdd error message if pypy crashes
2012-02-24 Daid.
2012-02-24 DaidFixed some windows UI bugs
2012-02-24 daidFixed some floating point rounding errors
2012-02-24 daidUpdated a whole bunch of settings so they actually...
2012-02-24 daidAdded validators, which show red/yellow when validation...
2012-02-23 DaidFixed the OpenGL window (old implementation caused...
2012-02-23 daidAdded left/right config panels for better overview...
2012-02-23 daidRemove debug print (oops)
2012-02-23 daidEnhanced the progress indicator to be "total" not per...
2012-02-23 daidAdded a proper toolbar to the 3D preview.
2012-02-23 daidRenamed "config" to "profile"
2012-02-22 DaidSome fixes in the GCode interperter. Start/End gcode...
2012-02-22 DaidAdded multiple skirt line feature
2012-02-22 DaidMerge branch 'master' of github.com:daid/SkeinPyPy
2012-02-22 daidAdded some clean actions to build, which save a lot...
2012-02-22 daidAdded same patch for checkSSE2 to newUI version
2012-02-22 daidAdded check for windows to check for SSE2 instructions...
next