351 Commits (b841b9bd0158123f2c4b1554ef73c317ce062f93)

Author SHA1 Message Date
Dirk O. Kaar 1cea1687f3 Renkforce RF100 (V1), V2, XL, and XL Plus (#15695) 5 years ago
haschtl ff6518c0a8 Add PID_FAN_SCALING option (#15585) 5 years ago
Scott Lahteine 441e822fb3 LULZBOT_TOUCH_UI => TOUCH_UI_FTDI_EVE 5 years ago
Scott Lahteine bdd366b97c Update sensor -5 label 5 years ago
Scott Lahteine 20964ca7dc Bring configs up to date 5 years ago
Jason Smith b904ba0f29 Improve Delta probing / calibration (#15887) 5 years ago
Bob 751cd1f533 MAX31865 temperature sensor (#15930) 5 years ago
Scott Lahteine 4cffee3ca3 Drop obsolete setting 5 years ago
Scott Lahteine 47e4e5f1db Update thermocouple comments 5 years ago
BigTreeTech ab8b24fdba Power Loss Recovery with a UPS (#15943) 5 years ago
thisiskeithb 967f951789 SKR Mini E3 1.0/1.2 configs (#15941) 5 years ago
Jason Smith 2dab109baa Update Anycubic Kossel config (#15935) 5 years ago
Scott Lahteine aa93e1f21a Update TMC_ADV examples 5 years ago
Scott Lahteine 7e9c846ec3 Modify comment for unlimited E steppers 5 years ago
Roman Moravčík e110f5abce M73 R : Set Remaining Time (#15549) 5 years ago
Scott Lahteine 5e5045c4ee Touch UI finishing touches 5 years ago
danym21 28e1614c2e Add Sensorless Homing current (#15690) 5 years ago
LinFor 48b7a1e66e Allow non-zero "fan off" PWM value (#15709) 5 years ago
Scott Lahteine 328ddda654 Clean up whitespace 5 years ago
studiodyne f139642e0f XY/Z Babystep Multiplicators (#15691) 5 years ago
thisiskeithb abb44cf564 No boot-screen on Sidewinder X1 TFT28 (#15706) 5 years ago
Scott Lahteine 7a342ecb93
Show Total E during print (#15703) 5 years ago
Scott Lahteine 9720d21301 Clean up trailing whitespace 5 years ago
Scott Lahteine c2cec563dc Followup to Cancel Objects 5 years ago
thisiskeithb 5d4e309dd3 CR-10/S/Mini & Ender-5 default TMC RMS currents (#15666) 5 years ago
Scott Lahteine f8ad15fde8 Rename BOARD_STM32F4 to fix use with MB() 5 years ago
Scott Lahteine 93f0012959
Cancel Objects - As seen at ERRF2019 (#15590) 5 years ago
Scott Lahteine 2a7e1d459f
Option to rotate Percent, (E)lapsed, and (R)emaining time (#15578) 5 years ago
Scott Lahteine ccf61eca84 Fix diplay elaspsed 5 years ago
Luu Lac 0b0b822671 Add note: TMC2209 requires stealthChop for Sensorless Homing (#15658) 5 years ago
Scott Lahteine 7aaa8bc8bd Bring WDi3 example up to date 5 years ago
Robby Candra 16ae9ee88b Update Configuration_adv 5 years ago
Jason Smith 832cb7e1ac Z_STEPPER_AUTO_ALIGN — To align with Z stepper points (#15195) 5 years ago
InsanityAutomation b2eda1af2f Fix typo in G34 configuration (#15572) 5 years ago
Tanguy Pruvot 93097af0ed U20: update config, ts, serial, jerk, limited edit values... (#15524) 5 years ago
InsanityAutomation 0074d63962 Vendor version override (#14189)
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com>
5 years ago
Roxy-3D 59378db7de
Eliminate clutter in Formbot T-Rex 3 Configuration.h file
The extra clutter was making the Junction Deviation patch script calculate the wrong value.
(The script wasn't smart enough to see the extra lines were commented out and used the wrong values in the calculation.)

All fixed now with a JUNCTION_DEVIATION_MM calculated at .017
5 years ago
Roxy-3D c8e348731f
Correct Junction Deviation value for Formbot Raptors
Re-apply the formula .4 * V^2 / Default_Acceleration to work correctly in Raptor configuration.h file.
(The problem is there are multiple XJerk and YJerk values declared based on the step sticks used on the printer.)
This change should provide correct values for all setups.
5 years ago
Roxy-3D 7a1fa2177c
Eliminate multiple DEFAULT_ACCELERATION declarations.
Re-calculate and fix the Junction Deviation value using correct DEFAULT_ACCELERATION number.
5 years ago
Matthew Piercey ac8083588b Add config for Wanhao Duplicator i3 v2.1 5 years ago
LinFor b20d5a7cc6 Estimate Remaining Time (graphical display) (#15497) 5 years ago
Roxy-3D 2cf35267c4 Set Junction Deviation value from Jerk and Default Acceleration (#15509)
Formula: `0.4 * sq(min(xjerk, yjerk)) / (default accel)`
5 years ago
Scott Lahteine 89490171ef Use "concatenatable" language codes 5 years ago
Scott Lahteine c0005e939c
Enable junction deviation by default (#15481) 5 years ago
Luu Lac e34aa1ff8f Add A8, A8 Plus, A6 logos to configs (#15489)
Co-Authored-By: Leo <leo@nutz.de>
5 years ago
Me No Dev fc6a0937b8 Improve Malyan M200 integration (#15462) 5 years ago
Giuliano Zaro a1ad01e4ab Limit Case Light PWM (#15459) 5 years ago
Scott Lahteine 1952982c01 Rearrange configs for export 5 years ago
InsanityAutomation 438835f6a5 Configurable Max Accel, Max Feedrate, Max Jerk edit limits (#13929) 5 years ago
Scott Lahteine a9c259c77a Patch PrintrboardG2 build (on spec) 5 years ago
Bob Kuhn 178dcd6fd8 SPI chaining with TMCStepper simplified interface (#15179) 5 years ago
Scott Lahteine 50e4545255
Add custom types for position (#15204) 5 years ago
Tanguy Pruvot 43d6e9fa43 STM32F103.. reorganization, SKR mini fix (#15398) 5 years ago
Ludy f28f191ebf Trailing whitespace (#15403) 5 years ago
InsanityAutomation a6b0223eea Revive and improve DELTA probe bounds, LRFB options (#15372) 5 years ago
Scott Lahteine 9a209012b5 Improve M114_DETAIL comment 5 years ago
InsanityAutomation e9cf46a9a5 M851 XY 3 point followup (incomplete) (#15361) 5 years ago
Marcio Teixeira 149e9b733e Simplified ExtUI language selection (#15359) 5 years ago
InsanityAutomation df1e51258a Add M851 X Y probe offsets (#15202) 5 years ago
Marcio Teixeira 4ff59d178d LULZBOT_TOUCH_UI extended character set (#15301) 5 years ago
Bo Herrmannsen 6fc4d4c3b7 Disable ARC_SUPPORT on Tevo Tornado (#15358) 5 years ago
Scott Lahteine f5092e92a4 Enhanced A20M config 5 years ago
InsanityAutomation 6a312fae80 Add before/after dir change delays (#15314) 5 years ago
Tanguy Pruvot d277e93f4d Configurable TOUCH_BUTTONS repeat delays (#15245) 5 years ago
Scott Lahteine 85a7f8c5b4 Smaller animation example 5 years ago
Scott Lahteine 843a19102c Shorten an option description 5 years ago
Marcio Teixeira 18821f29d5 LULZBOT_TOUCH_UI: Localization, runtime language selection (#15249) 5 years ago
Scott Lahteine 465c6d9230
Simpler Allen Key config. Fixes, cleanups from refactor (#15256) 5 years ago
Scott Lahteine 832be5dd36 Cosmetic: Align Z_STEPPER_ALIGN values 5 years ago
Scott Lahteine 1d574b0f6a Tweak config spaces 5 years ago
Scott Lahteine 3648bce886 Tweak NOZZLE_CLEAN_START_POINT spacing 5 years ago
Marcio Teixeira 47d19bab40 Lulzbot ExtUI Western language support (#15208)
Fix #15134
5 years ago
Jamie dbee0e9c54 Analog joystick jogging control (#14648) 5 years ago
Scott Lahteine 14573cb823 Update some configs 5 years ago
Scott Lahteine a3052da703 Move manual move to lcd section 5 years ago
Scott Lahteine 94d3153fb6 Remove obsolete TMC_USE_CHAIN 5 years ago
Scott Lahteine 18dd5cb46a Config comment patch 5 years ago
Scott Lahteine 7496e1cd67 whitespace 5 years ago
Scott Lahteine cff502c6d4 Tweak REPRAPWORLD_KEYPAD config comment 5 years ago
George Fu 8e044ea898 Fix up Fysetc configs, pins. Fix menu type `float5`. (#15157) 5 years ago
Scott Lahteine 2563e32aa3 Format FWRETRACT config comments 5 years ago
Scott Lahteine 75efa3cdac
Reorganize HAL (#14832) 5 years ago
Tanguy Pruvot b97bb14a7a Full-featured Alfawise U20 config (#15131) 5 years ago
thisiskeithb f6505c8ee2 Fix Ender-3 Status Screen Y Offset (#15136) 5 years ago
Scott Lahteine 34b73426e5 Apply #ifdef/#ifndef where possible 5 years ago
Scott Lahteine 4078f2672e Apply shorthand option macros 5 years ago
Tanguy Pruvot d59d9b5973 Alfawise - LK1/LK2/LK4 and BLTouch (#15118) 5 years ago
ETE-Design c8e096785f Gantry: Enable Filament Change (#15122) 5 years ago
Scott Lahteine 8778e12342 Fix some missed misspellings 5 years ago
thisiskeithb 2747ab7643 Ender-3 default TMC currents (#15115) 5 years ago
thisiskeithb 25cf7dee40 Disable Tevo Tarantula Pro PIDTEMPBED (#15089) 5 years ago
Bob Kuhn ba91bca1eb TMC SPI daisy chain support (experimental) (#15081) 5 years ago
thisiskeithb f5a1fabd38 Clarify TMC2209 Sensitivity vs. Others (#15092) 5 years ago
Robby Candra 38983fdfa9 Add 'Back' Button for Touch TFT 320x240 (#15060) 5 years ago
AlexandrZloy 0ebaea94be Add stallGuard threshold for X2 (#15042) 5 years ago
Scott Lahteine 3ac76f0489
Invariant Marlin bootscreen (#15057) 5 years ago
Scott Lahteine d2f211c7e1 Gantry followup 5 years ago
ETE-Design 9d12788a9a ADIMLab Gantry - Spelling Correction (#15043) 5 years ago
thisiskeithb 1769f43226 Fix CR-10/10S/Mini/5S Bed Thermistor Types (#15040) 5 years ago
Scott Lahteine d6a16525c2
New Language: Vietnamese (#13892) 5 years ago