index
:
sprinter
master
Firmware for 3d printer
sublab
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-05-23
Updated README
Emanuele Caruso
2011-05-22
Fixed bad default configuration value that forced relative E. Changed back to...
Emanuele Caruso
2011-05-22
Fixed bug that caused deltas in Bresenham to be cut and axis intervals to be ...
Emanuele Caruso
2011-05-22
Time for move is now correctly calculated in the XYZ space. Fixed a safety bu...
Emanuele Caruso
2011-05-21
Added options that allow to disable heating management during acceleration or...
Emanuele Caruso
2011-05-20
All axes are now controlled in Bresenham. Now, also E has its own max acceler...
Emanuele Caruso
2011-05-19
Z now has its own max acceleration, and it is now fully integrated into Brese...
Emanuele Caruso
2011-05-19
The start speed of the leading (X or Y) axis is now scaled to the speed of th...
Emanuele Caruso
2011-05-19
Some refactoring in preparation of axis with less start speed constraint che...
Emanuele Caruso
2011-05-19
X and Y axis now have their constant acceleration, and that is taken into acc...
Emanuele Caruso
2011-05-19
Refactored exp variables to arrays and changed exp acceleration math to be ax...
Emanuele Caruso
2011-05-19
Refactored ramp and exp acceleration variables to arrays and changed ramp acc...
Emanuele Caruso
2011-05-19
N Bresenham is ready for constant speed, though we still enforce only X and Y...
Emanuele Caruso
2011-05-19
Refactored errors and deltas variable into array, needed for N bresenham impl...
Emanuele Caruso
2011-05-19
Refactored linear_move() to take an array instead of single axis steps_to_tak...
Emanuele Caruso
2011-05-19
Added possibility to print move time to serial, to help debugging
Emanuele Caruso
2011-05-17
Fixed type of axis_previous_micros array to unsigned long
Emanuele Caruso
2011-05-17
Refactored do_xxx_step() functions in 1 do_step() function. This is the first...
Emanuele Caruso
2011-05-16
Safety check for homing direction
kliment
2011-05-15
Merge pull request #24 from jmgiacalone/master
kliment
2011-05-15
Merge pull request #25 from ScribbleJ/3dba0cd086d96358e6bc3570e364324406769304
kliment
2011-05-15
Heat interval checked inside manage_heater
jmgiacalone
2011-05-15
Heat interval check coded only once inside manage_heater()
jmgiacalone
2011-05-15
Remove M86, make kill() shut down motors and heaters, but not stop responding...
kliment
2011-05-15
Make temperature check interval constant regardless of whether a move is happ...
kliment
2011-05-14
Added support for endstops at either max or min - no longer supports min only.
Christopher Jansen
2011-05-14
Make either x steps or y steps remaining shortcut the loop
kliment
2011-05-14
Inverse the logic in the conditional that determines whether to continue
kliment
2011-05-14
Fix terrible lockup bug with RAMP acceleration
kliment
2011-05-14
Merge pull request #20 from MrAlvin/patch-1
kliment
2011-05-14
Added a few spaces here and there.
MrAlvin
2011-05-13
Merge pull request #19 from MrAlvin/patch-1
kliment
2011-05-13
Edited Tonokip_Firmware/Makefile via GitHub
MrAlvin
2011-05-13
Merge pull request #18 from k-eex/fix
kliment
2011-05-13
Fix typo in M201/M202 y-acceleration setting
Keegi
2011-05-12
Merge pull request #17 from WebSpider/master
kliment
2011-05-12
Removing MCode for overheat protection
Nils
2011-05-12
Merge branch 'master' of github.com:kliment/Sprinter
Nils
2011-05-12
Adding experimental support for max temperature gueard (M143)
Nils
2011-05-12
Merge branch 'master' of github.com:kliment/Sprinter
kliment
2011-05-12
Merge pull request #15 from sam-ward/master
kliment
2011-05-12
Make heater check more frequent during moves, intialize SD faster to avoid co...
kliment
2011-05-12
Added G28 command description to top of file.
Sam Ward
2011-05-12
Fixed prepare_move function prototype and inlining
Sam Ward
2011-05-11
Merge branch 'master' of github.com:kliment/Sprinter
kliment
2011-05-11
Remove extraneous newline
kliment
2011-05-11
Added some more intelligent homing logic
Sam Ward
2011-05-11
Added G28 homing code.
Sam Ward
2011-05-11
Merge pull request #14 from sam-ward/master
kliment
2011-05-11
Merge branch 'master' of https://github.com/kliment/Sprinter
Sam Ward
[prev]
[next]