aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* config: Minor changes to printer-sunlu-s8-2020.cfgKevin O'Connor2020-11-261-3/+0
| | | | | | | Remove default parameters from heater_fan section. Add to printers.test test cases. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-sunlu-s8-2020.cfg printer configJustin Schuh2020-11-261-0/+104
| | | | | | Adds SUNLU S8 printer config (successfully tested). Signed-off-by: Justin Schuh <code@justinschuh.com>
* config: Minor updates to printer-monoprice-select-mini-v2-2018.cfgKevin O'Connor2020-11-251-12/+8
| | | | | | | Minor indentation changes and remove default values for heater_fan. Add to printers.test test cases. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: add config for Monoprice Select Mini v2 printer (#3571)9R2020-11-251-0/+185
| | | | | | Adds config for the Monoprice Select Mini v2 cartesian printer. I have successfully tested the configuration. Signed-off-by: Kilian Neuner <github@9-r.net>
* board_pins: Use an explicit parameter to specify mcu name(s)Kevin O'Connor2020-11-201-1/+2
| | | | | | | | | | | Add an 'mcu' option to the board_pins config and use that to specify the name of the mcu to apply the aliases to. Support applying the aliases to multiple mcus. Add support for any number of options starting with an "aliases_" prefix. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move replicape reference from generic-replicate.cfg to Config_Reference.mdKevin O'Connor2020-11-201-31/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Move config reference information to new Config_Reference.mdKevin O'Connor2020-11-18106-3015/+199
| | | | | | | Move all the config reference information from files in the config/ directory to a new Config_Reference.md document. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-tronxy-x5sa-v6-2019.cfg (#3535)Raabi912020-11-171-1/+1
| | | | | update descripton to generate the update.cbd after a make Signed-off-by: Jens Raab <raabi@protonmail.com>
* config: Add caselight support for Wanhao Duplicator 6Jeff Tang2020-11-101-0/+13
| | | | Signed-off-by: Jeff Tang <mrjefftang@gmail.com>
* config: Update color_order in config/sample-lcd.cfgKevin O'Connor2020-10-311-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Document menu_root (#3465)Dushyant Ahuja2020-10-301-0/+4
| | | | | Document the previously undocumented menu_root parameter in the [display] section Signed-off-by: Dushyant Ahuja <dusht.ahuja@gmail.com>
* neopixel: Add support for RGBW LEDsKevin O'Connor2020-10-291-4/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Simplify description of temperature_fan config optionsKevin O'Connor2020-10-281-32/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Additional formatting changes to example-extras.cfgKevin O'Connor2020-10-161-18/+20
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Formatting changes to example-extras.cfgKevin O'Connor2020-10-161-287/+314
| | | | | | Updates to improve consistency of example-extras.cfg formatting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update printer-makergear-m2-2012.cfgKevin O'Connor2020-10-151-2/+1
| | | | | | | Config should not specify a default pressure_advance. Note limit on current with old 30 Ohm Z-motor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-0/+44
| | | Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* config: Fixing replicape aliases for thermistors (#3420)Jon C2020-10-111-5/+5
| | | | | | Fixing alias for thermistors to be on the host rather than the PRU. Moving the D1W alias from PRU MCU to host MCU. Signed-off by Jon Charnas <goeland86@gmail.com>
* config: Update generic-bigtreetech-skr-v1.4.cfg (#3419)uncholowapo2020-10-111-5/+5
| | | | | Corrected the diag1_pin numbers. Useful for anyone copying and pasting the lines. Its something really easy to look over and can lead to some hair pulling from the time wasted trying to troubleshoot why the tmc diag pin error from Klipper. Signed-off-by: Juan Moreno <uncholowapo@gmail.com>
* thermistor: Add support for the board thermistor on the Einsy RamboKevin O'Connor2020-10-082-3/+10
| | | | | | Add in support for the "TDK NTCG104LH104JT1" thermistor. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Note TMC drivers specify current in RMS in example-extras.cfgKevin O'Connor2020-10-071-8/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add a generic-creality-v4.2.7.cfg example configKevin O'Connor2020-09-291-0/+88
| | | | | | Reported by @Feche and @yjh0502 . Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Use "restart_method: command" in example stm32f103 ender3 configsKevin O'Connor2020-09-222-0/+2
| | | | | | Reported by @jasonttech. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sample-macros.cfg: Fix action_respond_infoFlorian Heilmann2020-09-211-2/+2
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* sample-raspberry-pi.cfg: Fix action_respond_infoFlorian Heilmann2020-09-211-1/+1
| | | Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* uc1701: Add x_offset (Used to add horizontal offset on SSD1306/SH1106 ↵rjpatawaran2020-09-091-0/+2
| | | | | displays) (#3284) Signed-off-by: RJ Patawaran <rjpatawaran@me.com>
* adc_scaled: Add support for Duet2 Maestro "vref monitoring"Kevin O'Connor2020-09-092-2/+24
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode_button: Add support for analog buttonsKevin O'Connor2020-09-091-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* adxl345: Add support for adxl345 accelerometerKevin O'Connor2020-09-051-0/+26
| | | | | | | Add support for taking measurements from an adxl345 accelerometer via SPI interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: fixed update file extension for TronXY X5SAVladimir Serov2020-09-041-2/+2
| | | | Signed-off-by: Vladimir Serov <me@cab404.ru>
* config: Replicape config updates with pin aliases (#3269)Jon C2020-09-011-0/+28
| | | | | | | | | Adding board_pins section. Added linux host MCU board pin aliases for endstops. Also added a sample filament switch sensor config. Signed-off-by: Jon Charnas <goeland86@gmail.com>
* config: Add printer-creality-ender3pro-2020.cfg to printers.testKevin O'Connor2020-08-301-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Added example config for Ender 3 Pro with 32-bit Creality 4.2.2 ↵Matthias Liffers2020-08-301-0/+103
| | | | | | | board (#3264) From July 2020, Ender 3 Pros came with a 32-bit Creality 4.2.2 board, similar to the Ender 3 V2. Unlike the Ender 3 V2, it comes with the ST7920 LCD screen and HR4988 steppers. Using the config file already in Marlin source, I came up with this klipper config file. Signed-off-by: Matthias Liffers <m@tthi.as>
* update_chitu: Rename script and minor changesKevin O'Connor2020-08-301-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor updates to printer-tronxy-x5sa-v6-2019.cfgKevin O'Connor2020-08-301-11/+7
| | | | | | Minor changes to default config and add to printers.test. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Added TronXY X5SA support (#3265)Cabia Rangris2020-08-301-0/+140
| | | | | | | Added printer-tronxy-x5sa-v6 config. Added "chitu" bootloader option to stm32 Kconfig. Added chitu_crypt. Signed-off-by: Vladimir Serov <me@cab404.ru>
* config: Tarantula Pro - Multiple tweaks and description change (#3230)Oliver Fawcett-Griffiths2020-08-241-12/+15
| | | | | | | | | | | | The following parameters have been tweaked: - X endstop position has been set to -2, as per original marlin cofig - Second Z axis disabled by default (this must be purchased as an add-on) The comment at the top of this file has also been modified to describe the difference between this (old) model and the new (rebranded) Tevo Tarantula pro. Signed-off-by: Oliver Fawcett-Griffiths <olly@ollyfg.com>
* config: Add example printer-tevo-tarantula-pro-2020.cfg config (#3225)Oliver Fawcett-Griffiths2020-08-231-0/+94
| | | Signed-off-by: Oliver Fawcett-Griffiths <olly@ollyfg.com>
* config: Add homing order not to Ender 3 config (#3069)Yannic Schröder2020-08-091-0/+12
| | | | | | By homing the y axis before the x axis, the nozzle will not touch the plastic cover of the bed heater cable. Signed-off-by: Yannic Schroeder <schroeder@ibr.cs.tu-bs.de>
* adc_temperature: add support for AD597 (#3164)Bryan Boettcher2020-08-091-2/+2
| | | | | | The AD597 thermocouple amplifier is used in the Raise3D N2+ (and possibly others). Signed-off-by: Bryan Boettcher <bryan.boettcher@gmail.com>
* menu: Replace menu with new Jinja2 template system (#2344)Janar Sööt2020-08-092-134/+55
| | | | | | | | | | | | | | | menu.cfg: - jinja2 template scripting - new Setup menu - new Calibration menu menu: - redesigned menu code - jinja2 support - option to reverse menu up and down directions - functionality set to support menu injection from other modules - a new way of defining menu hierarchy - other adjustments Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* tmc5160: diag0 support (#3159)Trevor Jones2020-08-091-14/+18
| | | | | Allow for diag0 only hardware to use sensorless homing. Signed-off-by: Trevor Jones <trevorjones141@gmail.com>
* fan_generic: Add support for named fans and gcode to control them (#3054)bondus2020-08-071-0/+6
| | | Signed-off-by: Pontus Borg <liquidpontus@yahoo.se>
* config: add sample-bigtreetech-exp-mot.cfg (#3135)Tonny Møller2020-08-061-0/+52
| | | Signed-off-by: Tonny Møller <tonn0297@gmail.com>
* config: Minor updates to printer-creality-ender3-v2-2020.cfgKevin O'Connor2020-08-021-6/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example configuration for Creality Ender 3 V2 (#3144)Jimmacle2020-08-011-0/+88
| | | | | | Includes special serial configuration and flashing instructions for the Creality V4.2.2 board. Signed-off-by: John Gross <jmgross@jmgross.dev>
* corexz: Add CoreXZ kinematics (#3129)Voron2020-07-301-0/+81
| | | | | Add a CoreXZ kinematics Signed-off-by: Maks Zolin <mzolin@vorondesign.com>
* config: Consolidate description of heater parameters in example.cfgKevin O'Connor2020-07-251-8/+8
| | | | | | Describe max_delta in [heater] instead of in [heater_bed]. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* servo: Set initial value via mcu_servo.setup_start_value()Kevin O'Connor2020-07-251-9/+7
| | | | | | | | Using the setup_start_value() method avoids the PWM output line transitioning to an intermediate state prior to setting the initial value. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* servo: Remove servo ENABLE parameterKevin O'Connor2020-07-251-3/+0
| | | | | | | Allow one to disable servos via `SET_SERVO WIDTH=0` instead of using an explicit ENABLE parameter. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>