Age | Commit message (Expand) | Author | Files | Lines |
2014-06-18 | Merge branch '2.6'HEADmaster | Chris Radek | 3 | -2/+30 |
2014-06-18 | Fix crash on debian wheezy + gcc4.7.2 | Chris Radek | 2 | -2/+2 |
2014-06-18 | Remove unused prototype | Chris Radek | 1 | -4/+0 |
2014-06-18 | Fix many prototypes | Chris Radek | 1 | -27/+27 |
2014-06-15 | gscreen -fix combobox not following keyboard increment changes | Chris Morley | 2 | -16/+38 |
2014-06-15 | gscreen -fix keybinding blocking MDI/Gcode entry | Chris Morley | 1 | -5/+18 |
2014-06-12 | Docs: add info on trajectory planner ini options | John Thornton | 2 | -0/+126 |
2014-06-11 | Update changelog & VERSION for 2.6.0~pre4 | Sebastian Kuzminsky | 2 | -1/+29 |
2014-06-11 | Merge branch '2.6' | Chris Radek | 2 | -9/+13 |
2014-06-11 | pickconfig: speed automatic closing of other branches | Jeff Epler | 1 | -2/+2 |
2014-06-11 | Merge branch 'v2.5_branch' into 2.6 | Chris Radek | 1 | -7/+11 |
2014-06-11 | linuxcnctop: fix the crawling scrollbar in many cases | Jeff Epler | 1 | -7/+11 |
2014-06-11 | Make the new planner honor the separate feed and rapid overrides | Chris Radek | 1 | -2/+5 |
2014-06-11 | Fix for F-word limit in position sync | Robert W. Ellenberg | 2 | -7/+17 |
2014-06-11 | Turn on blending by default | Chris Radek | 1 | -3/+3 |
2014-06-11 | canon: disabled debug output after verifying ARC_FEED changes | Robert W. Ellenberg | 1 | -7/+7 |
2014-06-11 | canon: Added compile flag for debug statements | Robert W. Ellenberg | 1 | -40/+49 |
2014-06-11 | Housekeeping of circular arc tests | Robert W. Ellenberg | 12 | -77/+24 |
2014-06-11 | canon: Fix for zero-angle bug in ARC_FEED causing rare maxvel violation | Robert W. Ellenberg | 2 | -4/+11 |
2014-06-11 | Larger velocity tolerance on blend test | Robert W. Ellenberg | 1 | -1/+1 |
2014-06-11 | canon: refactoring of some functions to use CANON_POSITION operators | Robert W. Ellenberg | 1 | -63/+21 |
2014-06-11 | canon: Fixed full turn bug in ARC_FEED | Robert W. Ellenberg | 1 | -1/+4 |
2014-06-11 | Reverted to symmetrical test case values | Robert W. Ellenberg | 1 | -4/+4 |
2014-06-11 | canon: bug fixes in ARC_FEED overhaul | Robert W. Ellenberg | 1 | -39/+38 |
2014-06-11 | canon: Fixed difference operator in CANON_POSITION | Robert W. Ellenberg | 2 | -13/+12 |
2014-06-11 | Bulk overhaul of emccanon | Robert W. Ellenberg | 1 | -317/+417 |
2014-06-11 | canon: Added set_xyz function in CANON_POSITION | Robert W. Ellenberg | 2 | -0/+10 |
2014-06-11 | canon: Added max function for CANON_POSITION | Robert W. Ellenberg | 2 | -0/+14 |
2014-06-11 | canon: Fixed subscript operator in CANON_POSITION to return proper reference | Robert W. Ellenberg | 2 | -13/+6 |
2014-06-11 | canon: Fixed XYZ function in CANON_POSITION to output correct values | Robert W. Ellenberg | 1 | -2/+2 |
2014-06-11 | canon: added index operator to CANON_POSITION to return position of 0-index axis | Robert W. Ellenberg | 2 | -0/+37 |
2014-06-11 | canon: moved CANON_POSITION to separate source file and added operators | Robert W. Ellenberg | 7 | -45/+306 |
2014-06-11 | canon: refactor to simplify some operations without functional changes | Robert W. Ellenberg | 2 | -39/+40 |
2014-06-11 | posemath: Misc. fixes to PM_CARTESIAN and other posemath operators | Robert W. Ellenberg | 2 | -36/+51 |
2014-06-11 | Posemath overhaul: safe pass by constant reference where possible | Robert W. Ellenberg | 2 | -199/+97 |
2014-06-11 | Added some additional debug information | Robert W. Ellenberg | 1 | -1/+3 |
2014-06-11 | Fixed remaining maxvel violation due to incorrect angle in altitude calculation | Robert W. Ellenberg | 5 | -1/+58 |
2014-06-11 | Slight maxvel violations found still in line-line blending | Robert W. Ellenberg | 1 | -4/+4 |
2014-06-11 | Fixed maxvel bug by correcting axis index for normal axis | Robert W. Ellenberg | 1 | -5/+8 |
2014-06-11 | Canon trailing whitespace cleanup | Robert W. Ellenberg | 1 | -10/+8 |
2014-06-11 | Corrected helical_length calculation bug introduced in canon refactor | Robert W. Ellenberg | 1 | -16/+49 |
2014-06-11 | Added missing test files for uneven axis vel | Robert W. Ellenberg | 3 | -0/+230 |
2014-06-11 | Figure out the actual problem with canon / axis_len | Robert W. Ellenberg | 2 | -12/+13 |
2014-06-11 | Removed temp canon debug messages | Robert W. Ellenberg | 1 | -9/+0 |
2014-06-11 | Troubleshooting canon | Robert W. Ellenberg | 2 | -17/+25 |
2014-06-11 | TP: mostly fixed maxvel issue, traced to canon changes | Robert W. Ellenberg | 4 | -6/+34 |
2014-06-11 | Fixed div. by zero error in max velocity calculation | Robert W. Ellenberg | 1 | -3/+6 |
2014-06-11 | Added default max feed scale value | Robert W. Ellenberg | 1 | -1/+1 |
2014-06-11 | Refactored vLimit into target velocity calculation | Robert W. Ellenberg | 1 | -20/+12 |
2014-06-11 | TP: Switched feed override to drive requested velocity | Robert W. Ellenberg | 1 | -10/+20 |