aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* makefile: Fixed build on OSXLyleCheatham2019-05-201-2/+4
| | | | Signed-off-by: Lyle Cheatham <hello@lylecheatham.com>
* tmc5160: Add support for TMC5160 steppers (#1637)Stephan2019-05-202-0/+516
| | | Signed-off-by: Stephan Oelze <stephan.oelze@gmail.com>
* menu: Changed Menu item "Feed Filament" name (#1609)alfsoft2019-05-091-1/+1
| | | | | "Feed Filament" menu item value was off-screen that made this item useless. So I changed its name to just "Feed". Users shall easily guess that this item is for filament feeding because this item is located in "Filament" menu. Signed-off-by: Alexander Fadeev <alfsoft@gmail.com>
* docs: Fix numbering in FAQKevin O'Connor2019-05-081-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update "avr restart=command" FAQ to point to bootloaders.mdKevin O'Connor2019-05-071-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* avr: Simplify spi mode settingKevin O'Connor2019-05-071-22/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* spi_software: save mode setting in config structure.Matt Baker2019-05-071-0/+1
| | | | Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
* test: Add printer-creality-ender5-2019.cfg to printers.testKevin O'Connor2019-05-011-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add Creality Ender 5 2019Billy Jones2019-05-011-0/+93
| | | | | | | | This config is based on the existing Ender 3 example config but some of the directions for the steppers have been reversed. It works for me so far, but feel free to modify. Signed-off-by: Billy Jones <billyajones@gmail.com>
* config: Add comments to generic-fysetc-f6.cfg for extruder1/2 pinsKevin O'Connor2019-05-011-0/+22
| | | | | | Reported by @SimoneBnc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Updates to kit-zav3d-2019.cfgKevin O'Connor2019-05-012-42/+20
| | | | | | | | | Minor updates to the kit-zav3d-2019.cfg to make it look more like other config files: specify the micro-controller type, use the klipper3d.org site for documentation links, avoid using SAVE_CONFIG sections in the example configs, add config to printers.test. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Zav3d example config (#1571)Nurmukhamed Artykaly2019-05-011-0/+174
| | | | | | | | | Zav3d - a popular russian corexy plywood printer. Official web site is https://www.zav3d.ru/ Social network community is https://vk.com/zav3d Signed-off-by: Nurmukhamed Artykaly <nurmukhamed.artykaly@hdfilm.kz>
* quad_gantry_level: Limit maximum adjustmentfess2019-05-012-0/+13
| | | | | | | | | | | safety feature that prevents quad_gantry_level from trying to do a correction that might break things - if your probe fires early for whatever reason and tries to do an 8mm correction in one corner instead we abort if a correction is over a configurable limit by default 4mm configurable via `max_adjust` parameter in the config Signed-off-by: John "Fess" Fessenden <fess@fess.org>
* quad_gantry_level: More compact info messagesfess2019-05-011-4/+6
| | | | | | | | In particular trying to keep the output from a single quad_gantry_level so that it fits in the octoprint terminal window without the need to scroll Signed-off-by: John "Fess" Fessenden <fess@fess.org>
* docs: Update main README file to point to websiteKevin O'Connor2019-04-201-23/+10
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Add button support for anet a8Kevin O'Connor2019-04-191-0/+10
| | | | | | Reported by @noud-github. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix inclusion of CONTRIBUTING.md in the automatic html generationKevin O'Connor2019-04-181-0/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix markdown table layout in html renderingKevin O'Connor2019-04-181-0/+15
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Simplify main html page now that there is a logoKevin O'Connor2019-04-181-2/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add logos to web pageKevin O'Connor2019-04-186-13/+26
| | | | | | | Also, move docs/index.md to docs/_layouts/home.html. Add a docs/_layouts/README file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Minor node changes to klipper logoKevin O'Connor2019-04-181-5/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update logo so that edges overlapKevin O'Connor2019-04-181-27/+17
| | | | | | Overlapping edges reduce the effects of anti-aliasing. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a Klipper logoKevin O'Connor2019-04-181-0/+123
| | | | | | | Signed-off-by: Jonne Kuusela <johnedwa@gmail.com> Signed-off-by: Michael J Shephard <michael.j.shephard@gmail.com> Signed-off-by: Thomas Herrmann <therrmann23@gmail.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add an index page for the www.klipper3d.org websiteKevin O'Connor2019-04-162-1/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add a github pages html templateKevin O'Connor2019-04-161-0/+105
| | | | | | | Add an html template so that each page has a navbar at the top and a sidebar on the left with an auto-generated table of contents. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Rewrite the Overview.md - just list documents by categoryKevin O'Connor2019-04-161-47/+60
| | | | | | | | Replace the Overview.md document description with a list of documents and a brief description of their contents. The goal is to make it easier for users to find information. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fix alignment of tmc2208.svgKevin O'Connor2019-04-162-22/+36
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* temperature_fan: Add gcode command for temperature_fan.py (#1520)Martin Nowroth2019-04-151-1/+18
| | | | | | Adding gcode command for setting the target temperature of temperature_fan. Example gcode: SET_TEMPERATURE_FAN_TARGET temperature_fan=chamber target=35.0 Signed-off-by: Martin Nowroth <madnoth@gmail.com>
* tsl1401cl_filament_width_sensor: Fix incorrect math in filament width ↵Len Trigg2019-04-151-2/+2
| | | | | | | | | | | sensor. (#1541) The parameter to the M221 command should be the ratio of the nominal to measured filament area, rather than the ratio of the diameters. Since we are taking the ratio, most of the area calculation cancels out. Fixes #1535. Signed-off-by: Len Trigg <lenbok@gmail.com>
* display: Add ST7567 display support (#1540)Dmitry2019-04-153-4/+44
| | | Signed-off-by: Dmitry Budaev <condemil@gmail.com>
* docs: Start of google pages _config.yml fileKevin O'Connor2019-04-151-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Fixup github pagesKevin O'Connor2019-04-142-2/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Update CNAMEKevinOConnor2019-04-141-1/+1
|
* Create CNAMEKevinOConnor2019-04-141-0/+1
|
* Set theme jekyll-theme-leap-dayKevinOConnor2019-04-140-0/+0
|
* Set theme jekyll-theme-leap-dayKevinOConnor2019-04-141-0/+1
|
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-147-37/+46
| | | | | | | Using .. in the markdown link can confuse some document processors. Use an absolute link to github instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* virtual_sdcard: consistent sorting (#1387)Trevor Jones2019-04-141-2/+4
| | | Signed-off-by: Trevor Jones <trevorjones141@gmail.com>
* serialhdl: Enforce exclusive access on POSIX, this is default behavior on ↵Daniel2019-04-141-2/+2
| | | | | windows. (#1216) Signed-off-by: Daniel Joyce <daniel.a.joyce@gmail.com>
* klippy-requirements: Update Jinja2 versionKevin O'Connor2019-04-141-1/+1
| | | | | | | | There's a security bulletin for Jinja2 v2.10 (CVE-2019-10906). This wont impact Klipper, but best to upgrade the package requirements to avoid getting security alerts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* menu: initial support for analog buttons (#977)Janar Sööt2019-04-143-16/+204
| | | Signed-off-by: Janar Sööt <janar.soot@gmail.com>
* bus: Don't reserve any pins if BUS_PINS_x is not definedKevin O'Connor2019-04-071-3/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lpc176x: refactor usbserial to use udelay helper.Matt Baker2019-04-061-3/+1
| | | | Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
* lpc176x: force minimum usb disconnect timeMatt Baker2019-04-063-0/+19
| | | | | | | Fixes GitHub Issue #1499. Resolves USB hang by forcing a minimum USB disconnection time at boot. Signed-off-by: Matt Baker <baker.matt.j@gmail.com>
* docs: Update Installation.md to point to list of supported ARM mcusKevin O'Connor2019-04-061-3/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update generic-bigtreetech-skr-v1.3.cfg with e0/e1 defsKevin O'Connor2019-04-061-1/+9
| | | | | | | Use the HE0 for the extruder0 heater and add comments describing the nominal extruder1 pins. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* replicape: add support for Linux hardware PWM (#1443)Janne Grunau2019-04-062-16/+49
| | | | | | | | | | | | | The servo pins (P9_14/P9_16) are muxed to the SOCs hardware PWM unit driven by a 13MHz GP timer. They have to be driven by the linux host mcu. This commits adds hardware PWM support using the linux sysfs user space interface. The servo pins can be specified as "replicape:servo0" and "replicape:servo1". Removes the "servo0_enable", "servo1_enable" configuration parameters. Fixes #1105. Signed-off-by: Janne Grunau <janne-3d@jannau.net>
* config: Minor change to generic-bigtreetech-skr-v1.3.cfgKevin O'Connor2019-04-051-1/+0
| | | | | | Interpolate is enabled by default. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Generic board BIGTREETECH SKR V.1.3 configAleksander Sobolewski2019-04-052-0/+157
| | | | | Signed-off-by: Aleksander Sobolewski <aleks.sobolewski@outlook.com> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* config: Update generic-bigtreetech-skr-v1.1.cfg - make flash should now workKevin O'Connor2019-04-051-5/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>