Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-14Stack (M120 & M121) implemented to save and restore state.Adrian Bowyer
2013-06-14Time outside Platform class changed to work entirely in seconds.Adrian Bowyer
2013-06-13Fixed bug in homeing code whereby it used the dud coordinate at theAdrian Bowyer
2013-06-11Improved code for dealing with endstops.Adrian Bowyer
2013-06-10Tidied the debugging code.Adrian Bowyer
2013-06-09Bug in code that set timesteps fixed.Adrian Bowyer
2013-06-09Tiny bug in Bresenham code fixed. It caused multiple axis homes to fail.Adrian Bowyer
2013-06-07Axis homeing partly implemented. All chars that are byte ints changed to int...Adrian Bowyer
2013-06-06Look Ahead coming together. Inter-move angle code working.Adrian Bowyer
2013-06-04This version is broken. But it is better! Major rewrite of the Move class. ...Adrian Bowyer
2013-06-01Look Ahead ring implemented, but acceleration processing now needs to be added.Adrian Bowyer
2013-05-29Started to add code to implement look-ahead.Adrian Bowyer
2013-05-28Bug whereby moves still got queued when the buffer was full fixed.Adrian Bowyer
2013-05-27Printing G Code files implemented.Adrian Bowyer
2013-05-23Small bug in relative extrude feeds fixed.Adrian Bowyer
2013-05-22Proper acceleration code added, and data needed for GCode look-ahead.Adrian Bowyer
2013-05-22First crude hack at acceleration code. Timer claims that the interruptAdrian Bowyer
2013-05-11Tidying: Removed commented out code and redundant files.Adrian Bowyer
2013-05-09Further work on the Single Page web interface...Adrian Bowyer
2013-04-23Added bare bones of primary G and M codes. Added twin buffers for GCodes fro...reprappro
2013-04-17Skeleton of the GCode interpreter written.reprappro
2013-04-16Making a start on the movement code.reprappro
2013-03-05Messages webpage added with session log.reprappro
2013-03-02Added Exit() functions to all classes.reprappro
2013-03-02More tidying.reprappro
2013-03-02...regularising function names...reprappro
2013-03-02Regularising function names...reprappro
2013-02-22Movement table added. Should really be PHP in a file?reprappro
2013-02-21Basic structure of webpages working.reprappro
2013-02-17Firmware Web interface part working (loads one page, but not two...)reprappro