Merge remote-tracking branch 'upstream/edge' into use-pendsv-handler-for-ticker
[clinton/Smoothieware.git] / src /
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 MorrisKeep ticking fx_counter regardless, this allows all...
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 Morrisuse RIT timer for accleration tick lower prioirty than...
2014-12-01 Jim Morrischange fxcounter back to 32 fixed point but 18:14
2014-11-30 Jim Morrisuse atomic counter for end of move flag to avoid more...
2014-11-29 Jim Morrisdon't step unless next move is processed
2014-11-29 Jim Morrisfix deadlock/race condition
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-29 Jim Morriscomments - this seems to work
2014-11-28 Jim Morrisoptimize the stepticker activate/deactivate motor,...
2014-11-28 Jim Morrismore anti race condition stuff
2014-11-28 Jim Morrisavoid multiple trigger of pendsv
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 AimonenFix SysTick_Config() so that one can set LOAD = SYSTICK...
2014-11-24 Petteri AimonenMove systick initialization from main.cpp to Spindle.cpp
2014-11-24 Petteri AimonenFix mixed CRLF/LF line ends in score_cm3.h
2014-11-23 Jim Morrisdidn't save any pin memory as classes ar ealwasys round...
2014-11-23 Jim Morrisoptimize Pin for memory and validity
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 Morrisrename moves_finished to a_move_finsihed to be more...
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 Morrisremove check on speed in tick()
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-15 Jim MorrisMerge pull request #548 from ssloy/fix/parse_ip_str
2014-11-15 ssloymac address hexadecimal parsing bugfix
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-30 Jim MorrisMerge pull request #538 from wolfmanjm/upstreamedge
2014-10-30 Jim Morrisadd StepperMotor::get_last_milestone()
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-09 Jim MorrisMerge pull request #530 from wolfmanjm/feature/disable...
2014-10-09 Jim Morrisallocate secind serial to AHBO
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...
next