Merge pull request #551 from wolfmanjm/use-pendsv-handler-for-ticker
[clinton/Smoothieware.git] / src / modules /
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-09 Jim Morrisreimplement the acceleration timer sync for start of...
2014-12-08 Jim Morrissynchronize acceleration timer with start of block
2014-12-03 Jim Morrisfix the tick_since method for the wrap around
2014-12-03 Jim MorrisGet step averaging to work across blocks, include extru...
2014-12-02 Jim Morristry another method to compensate for late steps
2014-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-02 Jim MorrisMerge pull request #550 from wolfmanjm/upstreamedge
2014-12-02 Jim Morrisfix actuator position inaccuracy on pause
2014-12-02 Jim Morrisdon't set speed if it didn't change from last time
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim MorrisUse AppendFIleStream for M500 to avoid fatlib/sdcard...
2014-12-01 Jim Morrischange fxcounter back to 32 fixed point but 18:14
2014-11-29 Jim Morrisfix deadlock/race condition
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-28 Jim Morrisavoid race conditions, don;t actual step if still proce...
2014-11-27 Jim Morrisinitial attempt to use pendsv for processing block...
2014-11-25 Jim MorrisStart extruder retract at first acceleration speed...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-24 Jim MorrisMerge pull request #549 from PetteriAimonen/edge
2014-11-24 Petteri AimonenMove systick initialization from main.cpp to Spindle.cpp
2014-11-23 Jim Morrisdidn't save any pin memory as classes ar ealwasys round...
2014-11-23 Petteri AimonenFix spindle PID D-term scaling
2014-11-23 Petteri AimonenAdd PID-loopback spindle speed control
2014-11-23 Petteri AimonenAdd hardware_pwm() function to smoothie Pins
2014-11-23 Jim Morrisadd debug pins to makefile, ignored if not set origin/fix/trapezoid-symmetry
2014-11-21 Jim Morrisuse floorf isntead of floor
2014-11-21 Jim Morrisget rid of #define max and use stl::max
2014-11-20 Jim Morrisreimplement minimum step speed for synchronized moves...
2014-11-20 Jim Morrisfix on_speed getting zero parameter when it shouldn...
2014-11-20 Jim Morrisfix extruder issue introduced by c1c802b194
2014-11-20 Jim Morrisclean up StepperMotor in StepTicker, the steppermotor...
2014-11-20 Jim Morrisswitch back to symmetric accel/decel
2014-11-19 Jim Morrisfix step counter logic
2014-11-19 Jim Morrisuse uint64 for fx counter so minimum speed is now much...
2014-11-18 Jim Morrisimprove handling of flush queue in extruder
2014-11-18 Jim Morrisforgot to remove motor stop in on_halt, will be doine...
2014-11-18 Jim MorrisGo back to unequal acceleration/deceleration as there...
2014-11-18 Jim Morrisattempt to remove race condition that makes extruder...
2014-11-17 Jim Morrisadd an initial speed to move() so there is a speed...
2014-11-17 Jim Morrischange the slowest steps per second speed to the lowest...
2014-11-17 Jim MorrisFix the time we switch from accelerate to decelerate...
2014-11-17 Jim Morrisput accleratrion in the block, thi sallows M204 to...
2014-11-11 Jim MorrisMerge pull request #546 from Smoothieware/add/z_junctio...
2014-11-11 Jim Morrisadd M205 settings for z junction deviation
2014-11-10 Jim Morrisadd a junctin deviation for Z only moves, and allow...
2014-11-09 Jim MorrisMerge pull request #545 from Smoothieware/add/P1.23...
2014-11-05 Jim MorrisMerge pull request #542 from wolfmanjm/add/clear-block...
2014-11-05 Jim MorrisDon't disable extruder on on_halt if old style config
2014-11-05 Jim Morrisfix potential issue with endstop homing hanging
2014-11-05 Jim Morrisclean up some code, save some more ram
2014-11-04 Jim Morrisallow slected M codes even when in halted state (like...
2014-11-04 Jim MorrisAdd a debounce count to the reset triggered state
2014-11-04 Jim Morristry to fix liit swiches still activating after M999
2014-11-04 Jim Morrisadd ability to see exactly where actuator currently is
2014-11-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim Morrismove the on_halt call into on_idle instead of from ISR
2014-11-03 Jim Morrismake flush queue on abort optional
2014-11-03 Jim Morrisleave player in halted state until M999
2014-11-03 Jim Morrisabort flushes block queue
2014-11-03 Jim Morriscan;t do anythng nasty on on_halt as it may be from...
2014-11-03 Jim Morrisfast flash play led when halted
2014-11-03 Jim Morrisclear killed flag on M999
2014-11-03 Jim MorrisAdd halt status to panel and a way to clear it
2014-11-03 Jim Morrisclear limit triggered if no limit switches still triggered
2014-11-03 Jim MorrisMerge branch 'feature/kill-button' into add/clear-block...
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-11-03 Jim MorrisImplement triffid hunters flush queue code in Conveyor
2014-10-31 LogxenAdded P1.24, P1.26, P3.25, and P3.26 to Laser
2014-10-31 Jim Morrisadd P1.18, P1.20, P1.21, P1.23 as laser PWM pins
2014-10-26 Jim MorrisMerge pull request #537 from wolfmanjm/upstreamedge
2014-10-26 Jim Morrisadd icons for hotends 2 and 3
2014-10-26 Jim MorrisMerge pull request #536 from wolfmanjm/feature/more...
2014-10-26 Jim MorrisAdd multiple temps to panel watchscreen if there are...
2014-10-21 Arthur WolfMerge pull request #535 from Smoothieware/max-temp
2014-10-20 Arthur Wolffix typo origin/max-temp
2014-10-20 Arthur Wolfadded max_temp config option to temperaturecontrol
2014-10-19 Jim MorrisMerge pull request #534 from wolfmanjm/add/mv_and_uploa...
2014-10-19 Jim Morrisadded mv command to simpleshell
2014-10-10 Jim MorrisMerge pull request #532 from wolfmanjm/upstreamedge
2014-10-10 Jim Morrisfix ls
2014-10-06 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-10-05 Jim MorrisMerge pull request #529 from wolfmanjm/upstreamedge
2014-10-05 Jim Morrisfix M306 as per qharley (with improvements)
2014-10-05 Jim MorrisMerge pull request #528 from wolfmanjm/upstreamedge
2014-10-05 Jim Morrisadd an additional offset to M306 if Z has a value other...
2014-10-04 Jim MorrisMerge pull request #527 from wolfmanjm/feature/modify...
2014-10-04 Jim MorrisMove M206 improvements to M306 and leave M206 as is
2014-10-04 Jim MorrisMerge pull request #524 from RepRapMorgan/M206_improvements
2014-10-04 Jim MorrisMerge pull request #525 from RepRapMorgan/scara_updates
2014-10-04 Quentin HarleyRepairs issues surrounding homing for scara systems
2014-10-04 Quentin HarleyAdded automatic end-stop offset calbration to M206:
2014-10-04 Jim MorrisMerge pull request #523 from wolfmanjm/feature/add...
2014-10-04 Jim Morrisadd -s to ls comamnd to print the file size
2014-10-03 Jim MorrisMerge pull request #521 from wolfmanjm/fix/issue-520
2014-10-03 Jim Morrisremove FIXME comment
2014-10-03 Jim MorrisImplement a workaround to the bug reported in issues...
2014-09-30 Jim MorrisMerge pull request #519 from wolfmanjm/upstreamedge
2014-09-30 Jim Morrisfix race when external card is already inserted
2014-09-30 Arthur WolfMerge branch 'edge' of https://github.com/Smoothieware...
next