time to save again
[clinton/Smoothieware.git] / src /
2013-01-30 Michael Moontime to save again origin/feature/ethernet
2013-01-29 Michael MoonUSB: string descriptors have room for trailing null
2013-01-29 Michael MoonUSB: fix setInterface request to properly set up alternates
2013-01-21 Michael Moonethernet stuff, time to save
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
2013-01-02 Michael MoonUSBSerial: reduce number of packets sent when puts...
2013-01-02 Michael Moonoff-by-one error in utils.c prevents config-set from...
2013-01-02 Michael MoonRevert "CONFIG: use config.txt on sd card, update defau...
2013-01-02 Michael MoonCONFIG: use config.txt on sd card, update default confi...
2013-01-02 Michael MoonUSBSerial: missed CDC header descriptor, changed descri...
2013-01-02 Michael MoonUSB: alter device descriptor so windows pays attention...
2013-01-02 Michael MoonUSBSerial: add interface association descriptor to...
2013-01-02 Michael MoonUSBSerial: use struct for CDC line coding
2013-01-02 Michael MoonUSB: use default setup packet buffer, honor class-provi...
2013-01-02 Michael MoonUSB: add interface description strings
2013-01-02 Michael MoonUSB: detect control endpoint interrupts when buffers...
2013-01-02 Michael MoonUSB: don't include strings in config descriptor
2013-01-02 Michael Moonreinstate configuration of uart0 baudrate, set default...
2013-01-02 Michael MoonDFU: 1 second watchdog reset
2013-01-02 Michael MoonDisplay temperatures properly using designators and...
2013-01-02 Michael MoonKLUDGE: StepperMotor: enforce minimum step time of...
2013-01-02 Michael MoonDEBUG: enter MRI from SlowTicker ISR if ISP button...
2013-01-02 Michael Moongcc-4.6 compatible usb strings initialisation
2013-01-02 Michael MoonTemperatureControl: emulate temperature reporting of...
2013-01-02 Michael Moonfix StepTicker walking off the end of active_motors...
2013-01-02 Michael Moonreinstate timer initialisation, disabled as part of...
2013-01-02 Michael Moonkill heater and generate error if thermistor gives...
2013-01-02 Michael Moonreduce debug information sent via UART0
2013-01-02 Michael MoonUSBSerial: don't send \r, prevent double spaced lines...
2013-01-02 Michael Moonsetting temperature of 0 disables heater, will not...
next