aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* hall_filament_width_sensor: Add new filament sensortest3210-d2020-02-141-0/+35
| | | | Signed-off-by: Denis Ignatenko <deniss979@gmail.com>
* config: Update description of z_hop in safe_z_homeKevin O'Connor2020-02-141-8/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Minor wording change to gcode_macro rename_existing descriptionKevin O'Connor2020-02-131-5/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Wanhao Duplicator 9 MK1 (#2497)Matt Shirley2020-02-131-0/+106
| | | | | | | | | | | | | | | | | | | | | Also applies to the Monoprice Maker Pro MK1. This config is based on the version from Chris Barnes (https://www.facebook.com/Jarannis) found on https://pastebin.com/raw/wm8PQezy. This config was mostly working and I only had to change a few things: - updated key names for min_point and max_point to mesh_min and mesh_max - enabled PID control - tweaked bounds to allow movement during mesh leveling - removed all comments - decreased homing speed slightly - sane bed mesh sample defaults In response to Kevin O'Connor: - remove pressure_advance setting from extruder section - remove respond section - remove pause_resume section Signed-off-by: Matt Shirley <mdshw5@gmail.com>
* gcode_macro: Support overriding of builtin g-code commandsKevin O'Connor2020-02-121-0/+7
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* homing: Ability to set retract speed between homing moves (#2487)FanDjango2020-02-121-0/+4
| | | | | On the retract move between homing moves, use a different speed (typically a faster one). Signed-off-by: Mike Stiemke <fandjango@gmx.de>
* homing_heaters: Turn off heaters during homing/probing (#2486)FanDjango2020-02-121-0/+12
| | | Signed-off-by: Mike Stiemke <fandjango@gmx.de>
* config: Fix generic-fysetc-f6.cfg stepper_z cs_pinKevin O'Connor2020-02-031-1/+1
| | | | | | Reported by @jourjine Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* probe: Add support for configuring lift_speedKevin O'Connor2020-01-311-0/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Skr v1.4 configuration (#2423)Junliang Yan2020-01-281-0/+144
| | | Signed-off-by: John Yan <john.yan1019@gmail.com>
* config: Add example printer-mtw-create-2015.cfg config filemtw3d2020-01-241-0/+148
| | | | | Signed-off-by: Mike Payson <mike@mtw3d.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add printer-monoprice-mini-delta-2017.cfg to printers.testKevin O'Connor2020-01-231-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fix file permissions of generic-flyboard.cfgKevin O'Connor2020-01-231-0/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* delta: Add print_radius option to customize valid XY radiusKevin O'Connor2020-01-231-0/+7
| | | | | | Add ability to override the default XY move checking radius. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-flyboard.cfg config fileKevin O'Connor2020-01-231-0/+295
| | | | | | Reported by @DJDOUBLEG. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example generic-archim2.cfg configKevin O'Connor2020-01-231-0/+160
| | | | | Signed-off-by: Mike Payson <mike@mtw3d.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add an example generic-mks-sgenl.cfg configKevin O'Connor2020-01-231-0/+196
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add generic-mightyboard.cfgKevin O'Connor2020-01-231-0/+115
| | | | | | Reported by @fragginright. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Adding a config file for the monoprice mini delta (#2392)chris-hammond2020-01-141-0/+161
| | | | | | | | | A default config file for Monoprice Mini Delta printers. Works when firmware is flashed via ST-Link V2 and when a 10A power supply is available. Lots of comments about wanting to try pressure advance on the FB group, so I figured it was a good time to get this added. Signed-off-by: Chris Hammond <chammond@georgefox.edu>
* config: add BME280 documentationArksine2020-01-132-0/+53
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* config: Fix thermistor association in generic-bigtreetech-skr-pro.cfg (#2390)Hywelmartin2020-01-131-4/+4
| | | Signed-off-by: Martin Malmqvist <hywelmartin@gmail.com>
* docs: Update documentation to reflect bed_mesh changesArksine2020-01-091-16/+22
| | | | | | Also add new bed_mesh.md documentation. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* test: update sample configs and test configs with new bed_mesh optionsArksine2020-01-095-10/+11
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* gcode: Fix detection of some "extended" g-code commandsKevin O'Connor2020-01-071-10/+6
| | | | | | | 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>
* rotary_delta: Initial support for rotary delta kinematicsKevin O'Connor2020-01-061-0/+130
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* extruder_stepper: Initial support for synchronized extruder steppersSimo Apell2020-01-061-0/+14
| | | | | Signed-off-by: Simo Apell <simo.apell@live.fi> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Updates for gcode_macro naming (#2317)David Smith2020-01-061-4/+10
| | | | | 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>
* config: Update generic-fysetc-s6.cfg (#2293)Tobias Weiß2019-12-181-18/+6
| | | | | SPI communication with TMC drivers is possible with hardware SPI using the "spi1" bus. Signed-off-by: Tobias Weiß <t.weiss@bk.ru>
* display: Revert "display: Add ST7567 display support (#1540)"Kevin O'Connor2019-12-181-8/+3
| | | | | | | | | This reverts commit 1b92af60784ea811a7ca04dfbce75224874cf84a. The standard "uc1701" lcd_type can now be used in place of the custom "st7567" lcd_type. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Fysetc S6 generic configuration (#2220)Tobias Weiß2019-12-181-0/+293
| | | Signed-off-by: Tobias Weiß <t.weiss@bk.ru>
* config: Flash instructions for printrboard (#2278)Georgios Karnas2019-12-171-3/+6
| | | Signed-off-by: Georgios Karnas <kargeor@gmail.com>
* config: Minor wording change in example-extras.cfgKevin O'Connor2019-12-161-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update example-extras.cfg - extruder.activate_gcode was removedKevin O'Connor2019-12-161-4/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add printer-anet-a4-2018.cfg config fileKevin O'Connor2019-12-151-0/+94
| | | | | | Reported by @Alkarasu. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add multi extruder sample filesKevin O'Connor2019-12-102-0/+154
| | | | | | Add sample-multi-extruder.cfg and sample-idex.cfg files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* gcode: Remove builtin T0/T1/T2/... command supportKevin O'Connor2019-12-101-13/+0
| | | | | | | | The builtin Tn command is not sufficiently flexible to control some multi-extruder printers. Remove the command and encourage users to define individual gcode_macros for each Tn instance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add example for including a parameter in a macro call (#2251)David Smith2019-12-101-3/+5
| | | | | Add description to default_parameter of g-code macro description of method to call macro with a non-default value. Signed-off-by: David Smith <davidosmith@gmail.com>
* config: Update "Fysetc Mini 12864Panel" in sample-lcd.cfgKevin O'Connor2019-12-041-3/+3
| | | | | | Use the more standard "lcd_type: uc1701" and reverse the encoder pins. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* test: Add printer-wanhao-duplicator-i3-mini-2017.cfg to build testsKevin O'Connor2019-12-031-1/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Basic config for Wanhao Duplicator i3 mini (#2238)Puffy2019-12-031-0/+77
| | | Signed-off-by: Grant Gordon <grant.gordon@imaginet.co.za>
* uc1701: Add support for rst_pinKevin O'Connor2019-12-021-2/+4
| | | | | | | Add support for an optional uc1701 rst_pin. Use the same reset pin code handling with the SSD1306 code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: fixes in anycubic delta plus default config file (#2176)Jakub Kruszona-Zawadzki2019-12-011-20/+21
| | | Signed-off-by: Jakub Kruszona-Zawadzki <acid@moosefs.com>
* config: Minor comment changes to example-extras.cfgKevin O'Connor2019-11-281-13/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* uc1701: add config option for sh1106 type with up to 132 columns.Matt Baker2019-11-261-1/+1
| | | | Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
* config: Rename avrsim.cfg to generic-simulavr.cfgKevin O'Connor2019-11-241-4/+7
| | | | | | Rename the file to be more similar to the naming of other files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Rename example-multi-mcu.cfg to sample-multi-mcu.cfgKevin O'Connor2019-11-241-0/+0
| | | | | | | Rename the sample file to be more similar to the naming of other files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* FAN: Kick start fan when the increase is more than 50% (#2085)Justin Schuh2019-11-241-2/+3
| | | | | | | Large increases in fan speed can suffer from acceleration lag, so this change kick starts the fan for a change of 50% or more in the same way that starting the fan from 0% does. Signed-off-by: Justin Schuh <code@justinschuh.com>
* extruder: Add support for instantaneous corner velocityKevin O'Connor2019-11-211-0/+3
| | | | | | | Add mechanism to perform look-ahead between moves with different extrusion ratios. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* extruder: Initial support for "smoothed pressure advance"Kevin O'Connor2019-11-211-7/+6
| | | | | | | Support averaging the extruder position over a time range to "smooth out" the velocity changes that occur during pressure advance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper_enable: Remove ability to use a list of pins in enable_pinKevin O'Connor2019-11-121-2/+1
| | | | | | | | Now that the tmc drivers perform automatic soft stepper enabling, there is no need to be able to list multiple pins in the enable_pin config setting. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>