clinton/Smoothieware.git
2015-01-19 Jim Morrisremove pauser and wait for temp to be reached in on...
2015-01-19 Jim Morrisremove on gcode execute from temperature control
2015-01-18 Jim Morrisfix round to use float not double
2015-01-17 Jim Morrisadd M120/M121 push/pop state. Use it for extrude comman...
2015-01-14 Jim Morrisfix comment typo
2014-12-29 Jim MorrisMerge pull request #574 from PetteriAimonen/spindle_fix...
2014-12-29 Petteri AimonenSmall fixes for the Spindle module.
2014-12-29 Jim MorrisMerge pull request #573 from wolfmanjm/add/temp-option...
2014-12-29 Jim Morrisstart G4 timer after queue is empty
2014-12-29 Jim Morrisrefactor G4 out of slowtickerinto robot,and to not...
2014-12-28 Jim Morrisadc is not a module
2014-12-27 Jim Morrisupdate firmware.bin
2014-12-26 Jim MorrisMerge pull request #571 from wolfmanjm/add/temp-sensor...
2014-12-25 Jim Morrisdon't disable extruder on_halt, not needed
2014-12-25 Jim Morrisadd temp sensor specific settings, like for thermistor...
2014-12-23 Jim MorrisMerge pull request #570 from wolfmanjm/upstreamedge
2014-12-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-12-22 Jim Morrisput median buffer on stack
2014-12-22 Jim Morrisupdate firmware.bin
2014-12-22 Jim MorrisMerge pull request #569 from Smoothieware/fix/extruder...
2014-12-21 Jim Morrisadd back the unstepped distance to extuder follow mode...
2014-12-21 Jim MorrisMerge pull request #568 from wolfmanjm/upstreamedge
2014-12-21 Jim Morrisadd M600 as alternative to suspend command
2014-12-20 Jim MorrisMerge pull request #567 from PetteriAimonen/save_thermi...
2014-12-20 Petteri AimonenSave 64 bytes RAM per thermistor by moving median_buffe...
2014-12-20 Jim MorrisMerge pull request #566 from wolfmanjm/upstreamedge
2014-12-20 Jim Morrissemi revert the windup patch, now it is disabled by...
2014-12-20 Jim MorrisMerge pull request #565 from PetteriAimonen/pid_windup_...
2014-12-19 Petteri AimonenReduce overshoot in TemperatureControl.
2014-12-19 Jim MorrisMerge pull request #562 from PetteriAimonen/machining_f...
2014-12-19 Petteri AimonenAdd option to jog by 0.01mm (useful in machining)
2014-12-19 Petteri AimonenAdd other common file extensions to FileScreen
2014-12-19 Jim Morrisupdate firmware.bin
2014-12-18 Jim MorrisMerge pull request #561 from wolfmanjm/upstreamedge
2014-12-18 Jim Morriscycle main loop a few times before suspending to clear...
2014-12-18 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-12-18 Jim Morrisupdate readme
2014-12-18 Jim MorrisMerge pull request #560 from wolfmanjm/upstreamedge
2014-12-18 Jim Morrisadd example of filament out switch config
2014-12-17 Jim MorrisMerge pull request #559 from wolfmanjm/feature/suspend...
2014-12-17 Jim MorrisMerge pull request #556 from RepRapMorgan/scara_home_up...
2014-12-17 Quentin HarleyHoming updated for Morgan SCARA
2014-12-17 Jim Morrisadd suspended status to panel
2014-12-16 Jim Morrisadd after suspend gcode and before resume gcode options
2014-12-16 Jim MorrisAdded suspend and pause console commands
2014-12-13 Jim Morrisupdate firmware.bin
2014-12-13 Jim MorrisMerge pull request #555 from wolfmanjm/fix/harden-homin...
2014-12-13 Jim Morrisavoid potential race condtion between pendsv and saccle...
2014-12-10 Jim Morrisoptimize a bit
2014-12-10 Jim Morrisclear the last tick flag before homing or running zprobe
2014-12-09 Jim Morrisupdate firmware.bin
2014-12-09 Jim MorrisMerge pull request #553 from wolfmanjm/fix/abort
2014-12-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-12-09 Jim Morrisupdate firmware.bin
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-09 Jim Morrisremove debug step pins
2014-12-09 Jim Morrismake sure acceleration tick does not intterupt if alrea...
2014-12-09 Jim Morriscomments
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-08 Jim Morrispotential race fixes
2014-12-07 Jim Morrismake the command queue static so it is shared by all...
2014-12-07 Jim Morriscall base class main loop
2014-12-07 Jim Morrisrefactor send_command to execute in main_loop so all...
2014-12-07 Jim Morriscall abort from main loop not on idle
2014-12-04 Jim Morrisrefactor unstep handling, not any faster but easier...
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 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 Morrisupdate firmware.bin
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
next