removing max_jerk from Planner too
[clinton/Smoothieware.git] / src /
2013-02-03 Arthur Wolfremoving max_jerk from Planner too
2013-02-03 Arthur Wolfmax_jerk was unused, removing
2013-02-02 Arthur Wolfspeed did not get reset between SOLO blocks in Extruder...
2013-02-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-02 Arthur WolfExtruder now reacts to G90 and G91
2013-02-02 Adam GreenSet SDCard::_cs pin to be an output.
2013-02-01 Arthur Wolfadding current_block = NULL in player.cpp, johaness fix
2013-01-31 Ben GamariMerge pull request #91 from bgamari/edge
2013-01-31 Ben GamariEnsure that C++11 checksum is evaluated at compile...
2013-01-31 Adam GreenMake checksum macros work in non-optimized builds.
2013-01-31 Adam GreenAdd bgamari's C++11 checksumming approach.
2013-01-31 Adam GreenMerge branch 'edge' into checksum_macro
2013-01-30 Arthur Wolfhttps://gist.github.com/4671861 : using on_idle instead...
2013-01-30 Adam GreenCalculate Fletcher Checksums at compile time from string.
2013-01-28 Arthur Wolfthe laser module now will not take the p21 pin, unless...
2013-01-28 Arthur Wolfadding support for (comments)
2013-01-24 Ben GamariMerge pull request #87 from bgamari/edge
2013-01-24 Ben GamariStreamOutput: Mark printf with __attribute__((format))
2013-01-24 Michael MoonStreamOutput: printf calls virtual puts so we can reduc...
2013-01-24 Michael MoonUSBSerial: marshall attach/detach operations to idle...
2013-01-24 Arthur Wolfremoving get_value from laser too
2013-01-24 Arthur Wolfremoving a get_value from switch
2013-01-23 arthurwolfMerge pull request #86 from bgamari/edge
2013-01-23 Ben GamariGcode: Use const_cast to silence warning
2013-01-23 Ben GamariGcode: Use operator[] instead of string::at to avoid...
2013-01-23 Ben GamariKernel: Use vector<array<Module*>> instead of flat...
2013-01-23 Michael Moonuse MRI hooks to disable heaters in debug mode
2013-01-21 Michael MoonMerge bgamari/median into edge
2013-01-21 Ben GamariTemperatureControl: Use median smoothing instead of...
2013-01-18 Michael MoonTemperatureControl: PID resets I to 0 if output exceeds...
2013-01-18 Michael MoonSlowTicker: implement G4 pause
2013-01-18 Michael MoonGcode: get_int method to shortcut string->float->int...
2013-01-18 Michael Moonutils: is_alpha, is_digit, is_numeric, is_alphanum...
2013-01-18 Michael MoonExtruder: make sure we have a block to release, avoid...
2013-01-18 Michael MoonUSB DFU: keep usb connected while we respond to reset...
2013-01-18 Michael MoonRobot: remove unused variable
2013-01-17 Arthur Wolfversion change
2013-01-15 Ben GamariMerge pull request #83 from bgamari/fixes
2013-01-15 Ben GamariSerialConsole: reserve a reasonably sized buffer
2013-01-15 Ben Gamariutils: Make string utils const where possible
2013-01-15 Ben GamariEndstops: Fix whitespace
2013-01-15 Ben GamariCircBuffer: Add peek()
2013-01-15 Ben GamariKernel: Use bzero instead of loop
2013-01-15 Michael MoonRobot: add M220 speed override percentage, ala Marlin...
2013-01-15 Michael MoonTemperatureControl: increase default I_MAX to PWM_MAX...
2013-01-15 Michael MoonTemperatureControl: honor readings_per_second configura...
2013-01-15 Michael MoonMerge branch 'feature/on_second_tick_event' into edge
2013-01-15 Michael MoonTemperatureControl: report temperatures every second...
2013-01-15 Michael Moonmove on_second_tick callout to on_idle event, also...
2013-01-15 Michael MoonEvents: add ON_SECOND_TICK event that fires once per...
2013-01-15 Michael MoonUSB: ensure interrupts are disabled while getting LPC...
2013-01-15 Michael MoonMerge branch 'fix/gcode_freed_while_in_queue' into...
2013-01-15 Michael Moonallocate Gcode objects on the heap, don't clean them...
2013-01-06 Michael Moonlooks like clear_vector_double might be broken, trying...
2013-01-06 Michael Moonbare G92 by itself should behave now
2013-01-03 Michael MoonMerge branch 'feature/extra-usbserial-interface' into...
2013-01-03 Michael Moonanother USBSerial interface
2013-01-03 Michael Moonalways add MSD descriptors, don't wait for connect
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael Moonfix typo - https://github.com/arthurwolf/Smoothie/commi...
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonWatchdog: default disabled, currently messes with DFU...
2013-01-02 Michael Moonlonger, slower SD card initialisation - seems that...
2013-01-02 Michael MoonRobot: change defaults to better suit smoothieboard...
2013-01-02 Michael MoonUSBSerial: swap CDC endpoint descriptors for compatibil...
2013-01-02 Michael MoonTemperatureControl: go all the way to max_pwm instead...
2013-01-02 Michael MoonTemperatureControl: Increase oversample to 8 samples
2013-01-02 Michael MoonTemperatureControl: ensure pwm output is set to 0 when...
2013-01-02 Michael MoonPID Autotune: big update, use algorithm from Marlin...
2013-01-02 Michael Moonuse an enum to better manage the event indexes, add...
2013-01-02 Michael Moonpromote Pwm functions to a new class that overloads...
2013-01-02 Michael MoonRevert "ignore moves with fewer than 5 steps, see if...
2013-01-02 Michael MoonConfigValue: support integers for faster operation...
2013-01-02 Michael MoonPID Autotuner initial commit - results are poor, needs...
2013-01-02 Michael MoonExtruder reports position on M114 too
2013-01-02 Michael Moonmake extra sure that heater outputs get turned off...
2013-01-02 Michael MoonTemperatureControl PID: prevent integrator from winding...
2013-01-02 Michael MoonTemperatureControl: allow setting PID values indepdende...
2013-01-02 Michael MoonSDCard: fail read/write immediately if card is not...
2013-01-02 Michael MoonSwitch and TemperatureControl: 1khz modulation rate
2013-01-02 Michael MoonSlowTicker: integer math only in interrupt context
2013-01-02 Michael Moonignore moves with fewer than 5 steps, see if it helps...
2013-01-02 Michael Moonsupport M92 set axis steps per mm
2013-01-02 Michael MoonCurrentControl: report set currents on M907
2013-01-02 Michael Moonsupport M907 - set stepper driver current
2013-01-02 Michael MoonPID: use sensible defaults, auto-scale to PIN_PWM_MAX...
2013-01-02 Michael MoonStepTicker: skip unused variable warnings
2013-01-02 Michael Moontranslate 0..255 range to PIN_PWM_MAX
2013-01-02 Michael MoonPin: split larger functions out into implementation...
2013-01-02 Michael MoonExtruder: initial max speed, also move constants into...
2013-01-02 Michael MoonSlowTicker: use ints instead of floats- no need to...
2013-01-02 Michael Moondon't display adc value with M105, other misc cleanups
2013-01-02 Michael Moonalter PID multiplier to get nicer input numbers, simila...
2013-01-02 Michael MoonSwitch: support PWM eg for fans
2013-01-02 Michael MoonTemperatureControl: revamp whole thing. TODO: find...
2013-01-02 Michael MoonPin: initialise and cap Sigma-Delta accumulator to...
2013-01-02 Michael MoonPin: support sigma-delta modulation as long as someone...
2013-01-02 Michael Moonenable G92 - does this have a bug or something?
2013-01-02 Michael Moonsend packet asap if there's enough data to fill one
next