Handle HALT state better during suspend/resume
[clinton/Smoothieware.git] / src / modules / tools /
2018-08-30 Jim MorrisMerge pull request #1338 from wolfmanjm/upstreamedge
2018-08-13 Jim Morrisadd comment to M503 of M301
2018-08-02 Jim MorrisMerge pull request #1334 from CapnBry/z-grid-dest
2018-08-02 Bryan MaylandCartGridStrategy: Early bailout to avoid wasted math...
2018-08-02 Bryan MaylandCartGridStrategy: compensate Z scale based on target...
2018-04-26 Jim MorrisMerge pull request #1319 from wolfmanjm/upstreamedge
2018-04-26 Jim Morrismake saving G54 (and all WCS) optional with a config...
2018-04-25 Jim MorrisMerge pull request #1317 from Zaaphod/G38.4_G38.5
2018-04-24 James RichtersInitilize invert_probe in the constructor
2018-04-23 James RichtersInitialize invert_probe
2018-04-23 James RichtersSet invert_probe only once conditionally for G38.x...
2018-04-23 James RichtersAlways set invert_probe back to false when finished.
2018-04-23 James RichtersRemove condition and set invet_probe to false for all...
2018-04-23 James RichtersRemove un-nessecary code
2018-04-23 James RichtersInitialize invert_probe for any command that is not...
2018-04-23 James RichtersSimplify logic of probe already triggered
2018-04-23 James RichtersUse invert_probe bit
2018-04-23 James RichtersRemove Diagnostic Output
2018-04-23 James RichtersTest G38.4 and G38.5 with output to confirm when pin...
2018-04-18 Jim MorrisMerge branch 'upstreamedge' into feature/add-xy-maxspeed
2018-04-11 Jim MorrisMerge pull request #1307 from wolfmanjm/upstreamedge
2018-04-11 Jim Morrisclean up defines of vector when not actually used
2018-04-11 Jim MorrisMerge pull request #1306 from wolfmanjm/upstreamedge
2018-04-11 Jim Morrissave some memory by using shrink_to_fit on the homing...
2018-04-11 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2018-04-11 Jim MorrisMerge pull request #1305 from Smoothieware/fix/homing-ABC
2018-04-11 Jim Morrisdisable endstos if there is a configuration error
2018-04-11 Jim Morrisprotect against defining a homing endstop when the...
2018-04-11 Jim MorrisMake sure we only handle homing axis that have been...
2018-04-11 Jim MorrisAllow non contigous definition of ABC homing endstops
2018-04-05 Jim Morrisfix typo
2018-03-13 Jim Morriscall on_idle
2018-03-07 Jim MorrisMerge pull request #1282 from wolfmanjm/upstreamedge
2018-03-07 Jim MorrisAllow G38 to do arbitrary move to xyz
2018-03-07 Jim MorrisMerge pull request #1281 from wolfmanjm/upstreamedge
2018-03-05 Jim Morrisfix up some style issues in the laser PR
2018-03-05 Jim MorrisMerge pull request #1278 from wolfmanjm/upstreamedge
2018-03-05 Jim Morrisfix bad formattingfrom PR
2018-03-05 Jim MorrisMerge pull request #1277 from nuclearcat/edge
2018-03-05 Denys FedoryshchenkoFixing compile warnings, sorry
2018-03-05 Denys FedoryshchenkoProperly handling when PWM frequency is slower than...
2018-03-04 Denys FedoryshchenkoAdd more safety to laser testing by optional duration...
2018-03-01 Jim MorrisMerge pull request #1149 from Smoothieware/feature...
2018-03-01 Jim MorrisMerge pull request #1274 from ahmetipkin/edge
2018-03-01 Ipkin, AhmetFixed indentation and braces
2018-03-01 Ipkin, AhmetMade the Compansation Dampening as optional
2018-03-01 Jim MorrisMerge pull request #1275 from Zaaphod/Probe-G20
2018-03-01 James RichtersDisplay results of probe in inches if in G20 mode
2018-03-01 Ahmet IpkinAdded compensation degragation function for rectangular...
2018-02-26 Jim Morrisfix merge
2018-02-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2018-02-09 Jim MorrisMerge pull request #1267 from cilynx/fix/spindle_pid_tuning
2018-02-09 Randy C. WillFix M958 Set Spindle PID Parameters
2018-02-08 Jim MorrisMerge pull request #1266 from wolfmanjm/upstreamedge
2018-02-08 Jim Morrisadd max_travel warning to homing cycle fail
2018-01-23 Jim Morrisadd a useful message after delta grid probe to save it.
2018-01-20 Jim MorrisUpdate TemperatureControl.cpp
2018-01-01 Jim MorrisMerge pull request #1250 from wolfmanjm/fix/disk_write
2018-01-01 Jim Morrisremove 400 byte limit write HACK
2018-01-01 Jim MorrisMerge pull request #1241 from michaelnew/cartesian_grid...
2017-12-23 Jim MorrisMerge pull request #1239 from adrianjobst/fix/probing...
2017-12-09 Michael Newcartesian grid still provides an offset for out-of...
2017-12-06 adrianjobstmoved dwell time to the begining of the function, so...
2017-12-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2017-11-20 Jim MorrisMerge pull request #1237 from cilynx/fix/spindle_analog...
2017-11-19 Randy C. WillReport actual RPM and PWM instead of just target
2017-11-19 Jim MorrisMerge pull request #1236 from cilynx/fix/spindle_off_on...
2017-11-19 Randy C. WillConsolidate common spindle functions
2017-11-19 Randy C. WillStop spindle on HALT
2017-11-18 Jim MorrisMerge pull request #1235 from cilynx/feature/spindle_ma...
2017-11-18 Randy C. WillFeature/spindle max pwm
2017-11-18 Jim MorrisMerge pull request #1234 from cilynx/fix/get_pid_settings
2017-11-18 Jim MorrisMerge pull request #1233 from cilynx/fix/spindle_on
2017-11-18 Randy C. WillAlign get_pid_settings() with report_settings()
2017-11-18 Randy C. WillRemove conflicting bool spindle_on
2017-09-22 Jim MorrisFix laser power read when pwm is inverted
2017-09-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2017-09-19 Jim MorrisMerge pull request #891 from greyltc/ISR-SPI-fix
2017-09-19 Grey ChristoforoMerge pull request #4 from JeffreyRodriguez/greyltc_ISR...
2017-09-17 Jeff RodriguezMerged with current edge.
2017-07-17 Jim MorrisMerge pull request #1204 from sdavi/Feature/ZProbe...
2017-07-16 sdaviUpdated float comparison
2017-07-16 sdaviDwell before probing
2017-06-22 Jim MorrisMerge pull request #1200 from wolfmanjm/fix/delta-grid...
2017-06-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2017-06-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2017-06-20 Jim Morrisalso fix cart grid
2017-06-20 Jim Morrisclose and reopen file every 400 bytes to avoid corruption
2017-05-31 Jim MorrisMerge branch 'upstreamedge' into hack/interim-feed...
2017-05-31 Jim MorrisMerge pull request #1195 from wolfmanjm/upstreamedge
2017-05-31 Jim Morrisfix error message
2017-05-31 Jim MorrisFix rectangular grid find bed, which was broken
2017-05-31 Jim MorrisMerge branch 'upstreamedge' into hack/interim-feed...
2017-05-31 Jim MorrisMerge pull request #1193 from wolfmanjm/upstreamedge
2017-05-31 Jim Morrisadd zprobe.max_z config option (falls back to gamma_max...
2017-05-31 Jim MorrisMerge pull request #1192 from wolfmanjm/upstreamedge
2017-05-31 Jim Morrisfix G28 A0 for deltas, should be able to home just...
2017-05-30 Jim MorrisMerge pull request #1191 from wolfmanjm/fix/delta-a...
2017-05-30 Jim MorrisAllow ABC axis to be homed on a delta
2017-05-27 Jim MorrisMerge pull request #1189 from wolfmanjm/upstreamedge
next