aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* screws_tilt_adjust: Add DIRECTION parameter to SCREWS_TILT_CALCULATE (#4357)Matthew Lloyd2021-06-222-9/+20
* virtual_sdcard: add `file_path` and `file_size` to `status`Kamil Trzcinski2021-06-221-0/+2
* config: Specify gear_ratio for Prusa Mini+ extrudergithub@matthewlloyd.net2021-06-181-1/+2
* docs: add status documentaton for neopixel and dotstarEric Callahan2021-06-181-0/+9
* docs: add CANCEL_PRINT to docs/G-Codes.md (#4370)Alex Zellner2021-06-141-0/+1
* extruder: expose `can_extrude` flag based on temperatureKamil Trzcinski2021-06-141-0/+2
* docs: Note previous firmware state issue with TMC2209/TMC2209 in TMC_Drivers.mdKevin O'Connor2021-06-121-0/+6
* docs: Recommend pause of 2 seconds during sensorless homingKevin O'Connor2021-06-121-13/+17
* docs: Deprecate pid_integral_max config optionKevin O'Connor2021-06-122-5/+4
* docs: Update Code_Overview.md with the removal of calc_tag_position()Kevin O'Connor2021-06-111-11/+10
* docs: Add documentation for BED_MESH_OFFSETEric Callahan2021-06-082-0/+15
* resonance_tester: Set max_accel ignoring the limit from the config (#4174)Dmitry Butyugin2021-06-061-11/+1
* docs: Fix missing backtick in API_Server.mdKevin O'Connor2021-06-061-1/+1
* endstop_phase: Add support for reporting phase information via get_status()Kevin O'Connor2021-06-031-0/+14
* docs: Update G-Codes.md now that SET_VELOCITY_LIMIT can exceed configKevin O'Connor2021-06-031-2/+1
* z_tilt: expose an 'applied' status to allow macros to skip QGL/Z_TILT_ADJUST ...Michael Rose2021-06-021-0/+14
* neopixel: add sync parameter to prevent waking toolhead (#4339)Paul McGowan2021-06-021-2/+7
* stepper: Remove set_tag_position() codeKevin O'Connor2021-05-291-6/+5
* docs: Fix malformed link in beaglebone.mdKevin O'Connor2021-05-291-5/+4
* docs: Fix typo in Status_Reference.mdKevin O'Connor2021-05-281-2/+2
* docs: Avoid link descriptions that span multiple linesKevin O'Connor2021-05-2810-98/+107
* docs: Fix link in Config_Reference.mdKevin O'Connor2021-05-281-3/+3
* docs: Move description of menu templates to Command_Templates.mdKevin O'Connor2021-05-282-19/+27
* docs: Updated adxl345 wiring imageDmitry Butyugin2021-05-281-0/+0
* gcode_macro: add description property (#4317)Alex Zellner2021-05-262-0/+22
* safe_z_home: Update documentationFlorian Heilmann2021-05-261-5/+2
* docs: Minor updates to sdcard_loop documentationKevin O'Connor2021-05-262-9/+14
* loop_sdcard: Add loopable SD card file sectionsJason S. McMullan2021-05-262-0/+21
* filament_motion_sensor: add get_status (#4281)Alex Zellner2021-05-111-0/+9
* debugcmds: Remove start/end_group commandsKevin O'Connor2021-05-071-1/+1
* docs: Fix typo in Config_Reference.mdKevin O'Connor2021-05-061-1/+1
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-031-1/+70
* gcode_macro: Deprecate default_parameter_<name>Kevin O'Connor2021-05-032-10/+6
* docs: a slight clarity improvement for the rPi mcushiftingtech2021-05-021-0/+1
* stepper: Remove min_stop_interval from mcu codeKevin O'Connor2021-04-303-60/+53
* toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in configKevin O'Connor2021-04-301-0/+4
* docs: Move palette2 location in Config_Reference.mdKevin O'Connor2021-04-281-36/+36
* docs: Update Status_Reference.md for better Jekyll renderingKevin O'Connor2021-04-281-19/+23
* docs: Move status field reference to new Status_Reference.md fileKevin O'Connor2021-04-284-208/+310
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-281-0/+7
* docs: Prefer Jinja2 "set" directive to default_parameter_xxx in examplesKevin O'Connor2021-04-261-5/+1
* docs: Add example of Jinja2 "set" directive to Command_Templates.mdKevin O'Connor2021-04-261-15/+40
* docs: Add notes on terminating resistors to CANBUS.mdKevin O'Connor2021-04-251-4/+21
* probe: Add deactivate_on_each_sample: param for Probe (#4161)nlef2021-04-241-0/+4
* adxl345: Verify the register writes, added debug adxl345 commandsDmitry Butyugin2021-04-241-0/+7
* docs: Note stealthchop can cause overcurrent error in TMC_Drivers.mdKevin O'Connor2021-04-241-0/+7
* docs: Update Linux RPi benchmarksKevin O'Connor2021-04-181-4/+4
* palette2: Add ping variation + ping status reports (#4114)Clifford Roche2021-04-142-2/+10
* docs: Note that attribution/history should be avoiding in Example_Configs.mdKevin O'Connor2021-04-131-0/+4
* docs: document bed mesh "faulty_regions"Arksine2021-04-103-0/+58