aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Command_Templates.md
Commit message (Collapse)AuthorAgeFilesLines
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-12/+14
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Avoid link descriptions that span multiple linesKevin O'Connor2021-05-281-2/+2
| | | | | | | The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move description of menu templates to Command_Templates.mdKevin O'Connor2021-05-281-0/+24
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode_macro: add description property (#4317)Alex Zellner2021-05-261-0/+19
| | | Signed-off-by: Alex Zellner <alexander.zellner@googlemail.com>
* docs: Move status field reference to new Status_Reference.md fileKevin O'Connor2021-04-281-205/+3
| | | | | | | Move the reference of "printer" status fields from Command_Templates.md to a new Status_Reference.md file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add example of Jinja2 "set" directive to Command_Templates.mdKevin O'Connor2021-04-261-15/+40
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* palette2: Add ping variation + ping status reports (#4114)Clifford Roche2021-04-141-0/+6
| | | Signed-off-by: Clifford Roche <clifford.roche@gmail.com>
* toolhead: Export the print_stalls value via get_status()Kevin O'Connor2021-04-091-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* statistics: Export the OS and process load in a get_status() methodKevin O'Connor2021-04-091-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* bme280: Add support for BMP280 and BME680 sensors (#4040)Michael Kurz2021-03-151-1/+2
| | | | | | | | | This adds support for BMP280 and BME680 sensor ICs, along with fixing calibration data readout for BME280. Gas sensor readout for the BME680 is just the raw compensated value. To get actual meaningful values, more research is needed. Signed-off-by: Michael Kurz <michi.kurz@gmail.com>
* fan: Minor updates to tachometer handlingKevin O'Connor2021-03-011-0/+4
| | | | | | | | | | | Add new fields to Command_Templates.md. Remove unused self.rpm variable. Use an explicit get_frequency() method in keeping with Klipper's convention of not "peeking into member variables". Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_host: Rename rpi_temperature and add support for custom pathsEvgenii2021-02-191-1/+1
| | | | | Signed-off-by: Evgenii Shavrin <shavrin0591@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: Add last_z_result to get the latest z result in an Macro (#3835)Christian S2021-02-181-0/+2
| | | Signed-off-by: Christian Schnellrieder <schnello.android@gmail.com>
* configfile: Add printer.configfile.settings command template parameterKevin O'Connor2021-01-201-6/+8
| | | | | | | Make available the parsed value (or default value) for config options to command templates and to the api server. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* mcu: Add a get_status() callback with micro-controller info and statsKevin O'Connor2021-01-191-0/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* kinematics: report all axis limits (min/max)Janar Sööt2020-12-281-0/+5
| | | | Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* heaters: add last pwm value to heater.get_status (#3621)Stefan Dej2020-12-131-0/+2
| | | Signed-off-by: Stefan Dej <meteyou@gmail.com>
* docs: Yet again try to fix github-pages rendering of Command_Templates.mdKevin O'Connor2020-12-031-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* rpi_temperature: New module to monitor RPi temperature (#3587)Al2020-12-031-0/+2
| | | | | Module to monitor RPi cpu temperature Signed-off-by: Al Crate <aleph@al3ph.org>
* docs: Fix github-pages rendering of Command_Templates.md (again)Kevin O'Connor2020-12-031-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix github-pages error in Command_Templates.mdKevin O'Connor2020-12-031-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* save_variables: Support saving variables to a disk fileKevin O'Connor2020-12-031-0/+35
| | | | | Signed-off-by: Dushyant Ahuja dusht.ahuja@gmail.com Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Command_Templates.md to note printer.controller_fan.speedKevin O'Connor2020-12-011-2/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Document "register_remote_method" endpointArksine2020-11-041-0/+4
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Update Command_Templates.md with available get_status() fieldsKevin O'Connor2020-10-151-0/+74
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix "QUERY_STATUS" typo in Command_Templates.mdKevin O'Connor2020-09-091-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: add get_status wrapper to probe for last_query from query_probe ↵Paul McGowan2020-09-091-0/+4
| | | | | | | command (#3296) Add get_status wrapper with last_query status for macros It is sometimes useful to determine the state of the probe from a macro. If the probe is connected to an endstop pin, the results can be obtained via QUERY_ENDSTOPS but if a physical endstop is in use in addition to the probe the probe state cannot be obtained. This change allows one to use QUERY_PROBE and then access the printer.probe.last_query object to obtain the state. Signed-off-by: Paul McGowan <mental405@gmail.com>
* docs: Document printer.gcode_move variables in Command_Templates.mdKevin O'Connor2020-08-201-7/+32
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add idle_timeout get_status() info to Command_Templates.mdKevin O'Connor2020-08-201-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Remove "action_" commands from get_status() callsKevin O'Connor2020-08-201-21/+21
| | | | | | | | | | | | Rename printer.gcode.action_emergency_stop() to action_emergency_stop(), printer.gcode.action_respond_info() to action_respond_info(), and printer.gcode.action_respond_error() to action_raise_error() in command templates. This simplifies the get_status() interface, as returning callable functions from that interface was confusing. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Note that printer.heater got changed to printer.heatersKevin O'Connor2020-04-261-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* configfile: Add get_status() to export raw config file informationKevin O'Connor2020-02-131-0/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* query_endstops: Add get_status() method that reports the last query stateKevin O'Connor2020-02-121-0/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update Command_templates.md - numbers in gcode_macro name must be at endKevin O'Connor2020-01-071-1/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Fix detection of some "extended" g-code commandsKevin O'Connor2020-01-071-3/+3
| | | | | | | Fix typo that resulted in _get_extended_params() being called for all commands. Allow "extended" g-code commands to contain numbers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates for gcode_macro naming (#2317)David Smith2020-01-061-1/+8
| | | | | Add note about numbers in macro names. Add note about variable name case restriction. Add set variable example. Signed-off-by: David O Smith <davidosmith@gmail.com>
* heater: Add PrinterHeater get_status() functionSimon Kühling2019-12-131-0/+7
| | | | | | | | Provide a list of available heater and sensor names to gcode macro templates through the printer.heater.available_heaters and printer.heater.available_sensors variables Signed-off-by: Simon Kühling <mail@simonkuehling.de>
* toolhead: Report which axes are homed via get_status()Kevin O'Connor2019-11-241-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* toolhead: Report the current extruder from the get_status() methodKevin O'Connor2019-11-241-2/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add documentation for [delayed_gcode]Arksine2019-07-011-0/+61
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* docs: Minor wording change to Command_Templates.mdKevin O'Connor2019-06-041-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix github pages "liquid" rendering of Command_Templates.mdKevin O'Connor2019-06-041-0/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an initial Command_Templates.md documentKevin O'Connor2019-06-041-0/+186
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>