Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-14Reduced MaxLeadscrews for auto bed levelling to 4David Crocker
2021-05-14Some functions were incorrectly declared noexceptDavid Crocker
2021-05-13Removed double use of C parameter in M589David Crocker
2021-05-11Increased version to 3.3RC23.3RC2David Crocker
2021-05-10Report filament present/not present status for laser/mag fm with switchDavid Crocker
2021-05-08Implemented M568 A parameterDavid Crocker
2021-05-08M593 P parameter is now a stringDavid Crocker
2021-05-08Default PCF speed is now saved in a restore pointDavid Crocker
2021-05-08Allow empty K and F parameters in M409David Crocker
2021-05-07Support segmentation for Z moves (needed by Hangprinter)David Crocker
2021-05-07Fixed G18 arc direction, also default to G17 when starting a jobDavid Crocker
2021-05-06Pass unhomed axes to rehome.gDavid Crocker
2021-05-06Fix bug with reporting expansion board name or firmware versionDavid Crocker
2021-05-05Removed debug from the stack checkDavid Crocker
2021-05-05Added stack check to some recursive functionsDavid Crocker
2021-05-05Fix bug with parameters/local vars in macro parameter expressionsDavid Crocker
2021-05-05Fixed bug in function evaluationDavid Crocker
2021-05-04Further reduced stack usage of ExpressionParserDavid Crocker
2021-05-04Reduce stack usage of EvaluateExpression (thanks Andy)David Crocker
2021-05-04Moved common code into a new function to save code spaceDavid Crocker
2021-05-04Fixed bug with polar and other segmented kinematicsDavid Crocker
2021-05-01Fixed crash when attempting to pass macro parameters from DCSDavid Crocker
2021-05-01Apply limits to accelerometer SPI frequencyDavid Crocker
2021-05-01Really fix M308 "string too long" errorDavid Crocker
2021-05-01Fix division by zero in accelerometer codeDavid Crocker
2021-05-01Fix for G2/3 with K parameter after G18/19David Crocker
2021-05-01Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-05-01Fixed bugs with fast-then-slow G30 probing3.3RC1David Crocker
2021-05-01Truncate the accelerometer file before closing itDavid Crocker
2021-04-30Added Q parameter to M955 commandDavid Crocker
2021-04-29Increased version to 3.3RC1David Crocker
2021-04-29Added JSON formnat option to M587, but this is pending reviewDavid Crocker
2021-04-29Corrections to Hangprinter object modelDavid Crocker
2021-04-29Removes special handling of Hangprinter's D-anchor (#512)Torbjørn Ludvigsen
2021-04-28Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-04-28Added job.rawExtrusion to object modelDavid Crocker
2021-04-28Use fabsf instead of fabs in HangprinterKinematicsDavid Crocker
2021-04-28Avoids sqrtf of negative number (#510)Torbjørn Ludvigsen
2021-04-28Bug fix for multiple E values in G0-G3 commandsDavid Crocker
2021-04-28Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-04-28Added M595 Q parameterDavid Crocker
2021-04-28Fixed raw extruder positions for mixing toolsChristian Hammacher
2021-04-28Merge remote-tracking branch 'origin/3.3-dev' into v3-chrishammChristian Hammacher
2021-04-28Bug fixesDavid Crocker
2021-04-28Fix stack size issuesDavid Crocker
2021-04-28Improved CAN "Unexpected message" messageDavid Crocker
2021-04-27Fixed custom macro params in SBC modeChristian Hammacher
2021-04-25Increased some task stack sizesDavid Crocker
2021-04-22Avoid writing images beyond the last row of the display3.3beta3David Crocker
2021-04-22Don't return "next" in rr_model unless the result is an arrayDavid Crocker