clinton/Smoothieware.git
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 Morrisupdate firmware.bin
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 Morrisupdate config example for kill button
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, P3.26 to Laser config
2014-10-31 LogxenAdded P1.24, P1.26, P3.25, and P3.26 to Laser
2014-10-31 Jim Morrisupdate config
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-28 Jim Morrisupdate firmware.bin
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-23 Jim Morrisupdate firmware.bin
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-16 Jim MorrisUpdate config
2014-10-10 Jim MorrisMerge pull request #532 from wolfmanjm/upstreamedge
2014-10-10 Jim Morrisfix ls
2014-10-09 Jim Morrisadd a disablemsd version of firmware.bin
2014-10-09 Jim MorrisMerge pull request #531 from wolfmanjm/upstreamedge
2014-10-09 Jim Morrisadd DISABLEMSD to options allowed on make command line
2014-10-09 Jim Morrisupdate firmware.bin with dfu disabled
2014-10-09 Jim MorrisMerge pull request #530 from wolfmanjm/feature/disable...
2014-10-09 Jim Morrisadd dfu_enable to config
2014-10-09 Jim Morrisallocate secind serial to AHBO
2014-10-06 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-10-06 Jim Morrisadd md5sum for bootloader hex
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-04 Jim Morrisupdate the sample thermistor sample to point to wiki
2014-10-03 Jim Morrisu[date firmware.bin
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-10-03 Jim Morrisupdate config sample
2014-10-02 Jim Morrisupdate firmware.bin
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