clinton/Smoothieware.git
2018-05-04 Jim MorrisRemove deprecated query format
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 Jim MorrisMerge pull request #1318 from Smoothieware/optimize...
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-23 Jim MorrisAdd hack to send an ok as soon as we parse the G1 rathe...
2018-04-21 Jim MorrisMerge pull request #1316 from cilynx/fix/example_config...
2018-04-20 Randy C. WillUpdate sample configs for proper debounce entry
2018-04-19 Jim MorrisMerge pull request #1314 from lordofhyphens/nosend...
2018-04-18 Joseph LenoxFixed bug where newlines were stripped by accident...
2018-04-18 Jim MorrisMerge pull request #1289 from wolfmanjm/feature/add...
2018-04-18 Jim MorrisMerge branch 'upstreamedge' into feature/add-xy-maxspeed
2018-04-18 Jim MorrisMerge pull request #1311 from lordofhyphens/nosend...
2018-04-18 Joseph LenoxFixed accidental deletion of waiting.
2018-04-18 Joseph LenoxSuppresses sending GCode comments (text after ;) to...
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 Morrisfix control X from serial uart
2018-04-11 Jim Morrisdisable endstos if there is a configuration error
2018-04-11 Jim Morrismake sure we define extruders before endstops for obscu...
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-04-04 Jim Morrisupdate latest bins
2018-04-04 Jim MorrisMerge pull request #1301 from wolfmanjm/add/temps_to_query
2018-04-04 Jim Morrisadd temp readings to query format (replace M105)
2018-04-03 Jim MorrisMerge pull request #1300 from wolfmanjm/upstreamedge
2018-04-03 Jim Morrisfix some error: strings when in grbl mode
2018-04-03 Jim MorrisMerge pull request #1299 from wolfmanjm/upstreamedge
2018-04-03 Jim MorrisFIx M115 format as per reprap.org specs.
2018-03-31 Jim Morrisadd comment
2018-03-31 Jim Morrisremove the ARC epsilon define
2018-03-31 Jim MorrisMerge pull request #1296 from Zaaphod/Use_Arc_Milestone
2018-03-31 James RichtersCleanup and add comments
2018-03-31 James RichtersRemove Report for testing
2018-03-30 James RichtersUse Arc_Milestone for arc calculations - improve accura...
2018-03-30 James RichtersPut diagnostic info back in
2018-03-30 James RichtersMerge remote-tracking branch 'Smoothieware/edge' into...
2018-03-30 Jim MorrisMerge pull request #1295 from Smoothieware/add/arc_mile...
2018-03-30 Jim Morrisadded arc_milestone
2018-03-30 Jim MorrisMerge pull request #1294 from wolfmanjm/upstreamedge
2018-03-30 Jim MorrisRevert "Merge pull request #1293 from Zaaphod/Missing_Arcs"
2018-03-30 Jim MorrisRevert "Update Robot.cpp"
2018-03-30 Jim MorrisUpdate Robot.cpp
2018-03-30 Jim MorrisMerge pull request #1293 from Zaaphod/Missing_Arcs
2018-03-29 James RichtersRemove diagnostic output to console and add comments
2018-03-28 James RichtersAdd test tor full circles and only perform atan2 if...
2018-03-27 Jim Morrisfix offset
2018-03-27 Jim Morrisactually improve the probe result panel screen
2018-03-26 James RichtersDiagnostic variables sent to console for evaluation
2018-03-26 Jim Morrisclean up cnc panel probe output
2018-03-23 Jim MorrisAdd max_speed parameter and M203 Sxxx to set maximum...
2018-03-13 Jim Morriscall on_idle
2018-03-08 Jim MorrisUpdate config edge
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-07 Jim MorrisFIx percent progress for panels
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-02 Jim Morrisupdate latest bins
2018-03-02 Jim MorrisMerge pull request #1276 from wolfmanjm/upstreamedge
2018-03-02 Jim Morrisreturn Error on exceeding soft limit
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, AhmetDeleted the bogus files.
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-26 Jim Morrisupdate latest bins
2018-02-25 Jim MorrisMerge pull request #1272 from wolfmanjm/upstreamedge
2018-02-25 Jim Morrisfix arc generation for tiny arcs
2018-02-20 Jim MorrisMerge pull request #1270 from wolfmanjm/upstreamedge
2018-02-20 Jim Morrisfix typos in USBdevice
2018-02-20 Jim Morrismake query new format the default
next