aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* lm75: Added support for LM75/LM75A I2C connected temperature sensors (#3101)combolek2020-07-191-0/+24
| | | Signed-off-by: Boleslaw Ciesielski <combolek@users.noreply.github.com>
* display: Add configuration options for OLED displays (#3084)Iakabos2020-07-191-2/+10
| | | | | Add user-configurable contrast, vcomh (affects "smearing"), and invert options for SSD1306/SH1106 type OLED displays. Signed-off-by: James Esau <james_esau@hotmail.com>
* config: Fix printer-creality-ender5-2019.cfg positions flippedKevin O'Connor2020-07-191-4/+4
| | | | | | The X and Y axes were flipped. Reported by @njilk. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor formatting change to example.cfgKevin O'Connor2020-07-161-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* thermistor: Add in definition for "SliceEngineering 450" thermistorKevin O'Connor2020-07-111-3/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix for SKR Mini-e3 v2.0 UART addresses (#3059)Paul Greidanus2020-07-061-2/+2
| | | | | | | Y and Z were flipped as per: https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/firmware/V2.0/Marlin-2.0.x-SKR-mini-E3-V2.0/Marlin/Configuration_adv.h#L2204-L2212 thanks to Vael#9090 on Discord for pointing this out Signed-off-by: Paul Greidanus <paul@majestik.org>
* input_shaper: Initial support of input shaping (#3032)Dmitry Butyugin2020-07-051-0/+34
| | | | | | Input shaping can help to reduce printer vibrations due to resonances and eliminate or reduce ghosting in prints. Signed-off-by: Dmitry Butyugin <dmbutyugin@google.com>
* config: Added some sample glyphs for 128x64 screens (#3028)James2020-07-021-0/+196
| | | | | A selection of sample glyphs for use on 128x64 displays. Signed-off-by: James Wood <james@james-wood.com.au>
* config: Add printer-creality-ender5plus-2019.cfg example configKevin O'Connor2020-06-251-0/+99
| | | | | | Reported by @mihaiserban. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Example configuration for MKS Robin E3D/E3Kianusch Sayah Karadji2020-06-251-0/+126
| | | | | Signed-off-by: Kianusch Sayah Karadji <kianusch@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add pin hints for probe header in generic-duet2-maestro.cfgKevin O'Connor2020-06-171-1/+6
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* hall_filament_width_sensor: Added width logging (#2981)Denis Ignatenko2020-06-161-0/+3
| | | Signed-off-by: Denis Ignatenko deniss979@gmail.com
* config: Update generic-bigtreetech-skr-v1.4.cfg with diag1 pinsKevin O'Connor2020-06-151-0/+5
| | | | | | Reported by @Tomblarom. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: LinuxMCU doc & script (#2956)Lucio Tarantino2020-06-121-0/+45
| | | Signed-off-by: Lucio Tarantino <lucio.tarantino@gmail.com>
* config: Mention 0/1 is valid for display_glyph dataKevin O'Connor2020-06-091-3/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* display: Make hd44780 glyphs configurableKevin O'Connor2020-06-091-1/+9
| | | | | | | Allow the 20x4 hd44780 screen glyphs to be customizable from the config file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* display: Use '.' and '*' in display_glyph descriptionKevin O'Connor2020-06-081-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* display: Move glyph definition to printer configFlorian Heilmann2020-06-081-0/+11
| | | | | | | | This commit allows to modify the icons (or glyphs) in the displays that support it. Existing icons can be modified and new icons can be added via a [display_glyph] section in the config. Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* HallFilamentWidthSensor: Use current width instead of nomal width while ↵matpab2020-06-061-0/+2
| | | | | | | delay is not over (#2907) Option for using the current diameter instead of nominal while the first measurement isn't in place Signed-off-by: Matthias Pabel <matthias.pabel@hs-augsburg.de>
* config: Add example config printer-makergear-m2-2016.cfgKevin O'Connor2020-06-041-0/+102
| | | | | | Reported by @N5QM. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>