make the tick_info in Block a vector, assigning how ever many registered motors there are
[clinton/Smoothieware.git] / src / modules /
2016-06-21 Jim Morrismake the tick_info in Block a vector, assigning how...
2016-06-21 Jim Morrismove more modules to AHB0
2016-06-21 Jim Morrisfix the public data for extruder that the panel uses
2016-06-21 Jim MorrisFIx suspend/pause and saving/restoring Extruder state...
2016-06-21 Jim Morrischeck max speeds in solo_move
2016-06-21 Jim Morrisminor updates
2016-06-21 Jim Morrisfix a lot of extruder functionality,
2016-06-21 Jim Morrisadd home_z_first option for homing, where Z will home...
2016-06-20 Jim MorrisOld extruder config settings have been removed, Azteeg...
2016-06-20 Jim Morrisrewrite extruder to handle new core system
2016-06-19 Jim Morrisinitial modification for 5 axis, two extruders only...
2016-06-18 Jim Morrisminoir refactor of config_load
2016-06-18 Jim Morrisdebounce is now debounce_ms and the old debounce_count...
2016-06-17 Jim Morrisupdate scaralcal to compile
2016-06-17 Jim Morrisrewrite zprobe to work with new motion control
2016-06-17 Jim Morrisrefactors
2016-06-17 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-17 Jim Morrisfix homing, speeds and backoffs
2016-06-17 Jim Morrisrefactor how axis are selected for homing
2016-06-17 Jim MorrisImplement homing for deltas, which only homes in the...
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-06-16 Jim MorrisMerge pull request #944 from Zaaphod/edge
2016-06-16 ZaaphodMerge pull request #2 from Zaaphod/Update-Config--...
2016-06-16 ZaaphodMerge pull request #1 from Zaaphod/remove-test-output
2016-06-16 Jim Morrisfix bugs inconveyor so it starts queue off correctly
2016-06-16 Jim MorrisGo back to stepticker getting data direct from block...
2016-06-12 ZaaphodChange default
2016-06-10 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-10 Jim MorrisMerge pull request #942 from wolfmanjm/upstreamedge
2016-06-10 Jim MorrisFix resume so it uses G53 to restore position
2016-06-09 ZaaphodUpdate Robot.cpp
2016-06-09 Zaaphoddisable test output
2016-06-09 ZaaphodMinor change
2016-06-08 Zaaphodbug fix, changes with arc error, test output
2016-06-06 Jim Morrisremove the minimum stepper rate as it is no longer...
2016-06-03 Rene Aguirre[gcode] Limit arg segments by max arc error
2016-06-01 Jim MorrisMerge branch 'upstreamedge' into feature/acceleration...
2016-05-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-30 Jim MorrisMerge pull request #934 from wolfmanjm/upstreamedge
2016-05-30 Jim Morrismake the cnc test circle use G2
2016-05-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into merge...
2016-05-28 Jim MorrisMerge pull request #921 from wolfmanjm/feature/cnc...
2016-05-25 Jim Morrisattempt to fix the issues regarding the job q drying...
2016-05-24 Jim Morrisimprove the check for blocks that can be pushed onto...
2016-05-24 Jim MorrisFix conveyor to autostart
2016-05-23 Jim Morristweak the check_queue for when to push new blocks onto...
2016-05-23 Jim MorrisReworked the entire block queue and conveyor, see comme...
2016-05-18 Jim MorrisMerge pull request #926 from wolfmanjm/upstreamedge
2016-05-18 Jim Morrisfix reset pin for st7565
2016-05-18 Jim MorrisMerge pull request #925 from wolfmanjm/upstreamedge
2016-05-18 Jim MorrisFix drillign cycles to use WCS
2016-05-18 Jim MorrisFix drillign cycles to use WCS
2016-05-18 Jim Morrisdo not disable irqs in block queue anymore. Should...
2016-05-17 Jim Morrisstarted hacking on the new conveyor model
2016-05-15 Jim Morrisstart at tick 0
2016-05-15 Jim Morrisadd job queue to stepticker.
2016-05-15 Jim Morrisfixed bugs
2016-05-14 Jim MorrisInital rewrite of stepticker and associated code to...
2016-05-13 Jim Morrisprint out CNC build if a CNC build
2016-05-11 Jim Morrisonly build the new test command for a cnc build (althou...
2016-05-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-05-09 Jim Morrisfix the actualy feedrate display on panel for cnc pendant
2016-05-08 Jim Morrisdisplay in CNC pendant the requested feedrate and the...
2016-05-07 Jim Morrisfix abort when probing from panel in cnc mode
2016-05-07 Jim Morrisadd workspace coordinate selection screen for cnc panel
2016-05-06 Jim Morrisshow 3dp for jog increment
2016-05-06 Jim Morrisadd inches and millimeter settings to prepare menu...
2016-05-05 Jim MorrisAdd more probing entries for CNC
2016-05-05 Jim Morrismake sure the WCS settings are handled correctly in...
2016-05-05 Jim MorrisIndicate if in inch or mm mode in watch screen
2016-05-05 Jim Morrismake sure panel jogs are in absolute mode
2016-05-04 Jim Morrisrename to MPG mode
2016-04-30 Jim Morrisrefactor screens to avoid duplication
2016-04-30 Jim Morrisadd multiplier selection for encoder jog
2016-04-30 Jim MorrisMerge branch 'upstreamedge' into test/encoder-direct...
2016-04-29 Jim MorrisMerge pull request #920 from wolfmanjm/upstreamedge
2016-04-29 Jim Morrisadd designator to motordriver messages
2016-04-29 Jim Morrisadd feed hold to status
2016-04-27 Jim Morrisget direct step running from encoder
2016-04-26 Jim Morrisflush rx buffer on control X (probably should also...
2016-04-24 Jim Morrisallow for a default_excludes.mk file in src that will...
2016-04-24 Jim MorrisMake a CNC based watchscreen for panel, shows WCS and MCS
2016-04-24 Jim Morrisrefactor panel screens into 3dprinter and cnc
2016-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-04-22 Jim MorrisMerge pull request #917 from wolfmanjm/upstreamedge
2016-04-22 Jim Morrisignore M0, as setting feed hold in nom grbl mode basica...
2016-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-04-21 Jim MorrisMerge pull request #916 from wolfmanjm/upstreamedge
2016-04-21 Jim Morrisremove on_gcode_execute from Stepper
2016-04-21 Jim Morrisfix the test circle.
2016-04-19 Jim MorrisAdd some feedback on the test commands progress
2016-04-19 Jim Morrisadded test circle radius segments iterations [speed]
2016-04-19 Jim Morrisadd test patterns for testing actuator movements
2016-04-16 Jim MorrisMerge pull request #911 from wolfmanjm/upstreamedge
2016-04-16 Jim Morrisadd option to save G92 on M500
2016-04-12 Jim MorrisMerge pull request #909 from wolfmanjm/upstreamedge
2016-04-12 Jim Morrisattempt to make M501 use less stack.
2016-04-10 Jim MorrisMerge pull request #905 from wolfmanjm/upstreamedge
2016-04-10 Jim Morrisremove test for probe height being above bed in delta...
2016-04-06 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
next