f926351fa8
Power options formatting
2020-01-13 00:15:24 -06:00
d854c8fa5f
ESP3d integration for ESP32 ( #16515 )
2020-01-10 17:22:41 -06:00
36d08f8ad3
Add ARC_SEGMENTS_PER_SEC for finer G2/G3 arcs ( #16510 )
2020-01-09 04:48:00 -06:00
9b970cf12f
Add option to invert joystick axes ( #16466 )
2020-01-05 02:01:05 -06:00
e593da1c23
Update and fix DGUS ( #16317 )
2020-01-03 21:00:44 -06:00
7f87a044cd
Fix Ender-2 display pins, add BTN_ENC ( #16349 )
2020-01-03 20:44:16 -06:00
0be8b22d3c
Add FILAMENT_UNLOAD_PURGE_FEEDRATE ( #16372 )
2020-01-01 21:56:58 -06:00
00c83e9ca6
Update comments re: NOZZLE_AS_PROBE
2020-01-01 19:41:23 -06:00
1c9ccce520
Add NOZZLE_AS_PROBE (no probe offsets) ( #15929 )
2019-12-24 00:03:08 -06:00
a9a78f2831
Followup for step timing ( #16128 )
2019-12-19 19:55:37 -06:00
b49a0e39d5
HOME_USING_SPREADCYCLE is obsolete
...
Co-Authored-By: teemuatlut <teemu.mantykallio@live.fi >
2019-12-19 16:02:57 -06:00
53f77dfadf
Remove obsolete TMC2209 comment
2019-12-19 15:56:52 -06:00
dcdaa2025f
Sanity-check Z_STEPPER_AUTO_ALIGN coordinates ( #16231 )
2019-12-19 00:59:01 -06:00
af4c62b422
Update product links
2019-12-15 20:58:31 -06:00
303ddb862a
Tweak some config names
2019-12-12 22:18:04 -06:00
f3155af444
Update AZSMZ LCD link ( #16106 )
2019-12-06 01:35:06 -06:00
690ed531b6
Configurable PSU power-on delay ( #16050 )
2019-11-30 07:17:24 -06:00
ff6518c0a8
Add PID_FAN_SCALING option ( #15585 )
2019-11-26 03:34:43 -06:00
441e822fb3
LULZBOT_TOUCH_UI => TOUCH_UI_FTDI_EVE
2019-11-23 17:04:17 -06:00
bdd366b97c
Update sensor -5 label
2019-11-21 04:57:57 -06:00
751cd1f533
MAX31865 temperature sensor ( #15930 )
2019-11-21 03:15:10 -06:00
47e4e5f1db
Update thermocouple comments
2019-11-20 23:51:51 -06:00
ab8b24fdba
Power Loss Recovery with a UPS ( #15943 )
2019-11-20 17:40:21 -06:00
aa93e1f21a
Update TMC_ADV examples
2019-11-15 02:15:10 -06:00
7e9c846ec3
Modify comment for unlimited E steppers
2019-11-13 01:45:50 -06:00
e110f5abce
M73 R : Set Remaining Time ( #15549 )
2019-11-12 19:36:54 -06:00
5e5045c4ee
Touch UI finishing touches
2019-11-10 18:52:53 -06:00
28e1614c2e
Add Sensorless Homing current ( #15690 )
2019-11-10 18:45:06 -06:00
48b7a1e66e
Allow non-zero "fan off" PWM value ( #15709 )
2019-11-10 16:33:56 -06:00
f139642e0f
XY/Z Babystep Multiplicators ( #15691 )
2019-10-28 16:44:17 -05:00
7a342ecb93
Show Total E during print ( #15703 )
2019-10-27 17:49:27 -05:00
93f0012959
Cancel Objects - As seen at ERRF2019 ( #15590 )
2019-10-24 15:35:40 -05:00
2a7e1d459f
Option to rotate Percent, (E)lapsed, and (R)emaining time ( #15578 )
2019-10-24 14:00:59 -05:00
ccf61eca84
Fix diplay elaspsed
2019-10-24 13:48:27 -05:00
0b0b822671
Add note: TMC2209 requires stealthChop for Sensorless Homing ( #15658 )
2019-10-24 11:58:37 -05:00
16ae9ee88b
Update Configuration_adv
2019-10-17 05:37:22 +07:00
832cb7e1ac
Z_STEPPER_AUTO_ALIGN — To align with Z stepper points ( #15195 )
2019-10-16 13:39:58 -05:00
b2eda1af2f
Fix typo in G34 configuration ( #15572 )
2019-10-15 17:22:13 -05:00
0074d63962
Vendor version override ( #14189 )
...
Co-Authored-By: InsanityAutomation <insanityautomation@users.noreply.github.com >
2019-10-15 12:32:44 -05:00
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
2019-10-11 17:11:24 -05:00
ac8083588b
Add config for Wanhao Duplicator i3 v2.1
2019-10-11 00:59:58 -05:00
b20d5a7cc6
Estimate Remaining Time (graphical display) ( #15497 )
2019-10-10 21:03:33 -05:00
2cf35267c4
Set Junction Deviation value from Jerk and Default Acceleration ( #15509 )
...
Formula: `0.4 * sq(min(xjerk, yjerk)) / (default accel)`
2019-10-10 19:44:15 -05:00
89490171ef
Use "concatenatable" language codes
2019-10-08 20:17:23 -05:00
c0005e939c
Enable junction deviation by default ( #15481 )
2019-10-08 19:42:18 -05:00
a1ad01e4ab
Limit Case Light PWM ( #15459 )
2019-10-05 22:32:50 -05:00
438835f6a5
Configurable Max Accel, Max Feedrate, Max Jerk edit limits ( #13929 )
2019-10-01 19:59:48 -05:00
178dcd6fd8
SPI chaining with TMCStepper simplified interface ( #15179 )
2019-09-29 05:47:20 -05:00
50e4545255
Add custom types for position ( #15204 )
2019-09-29 04:25:39 -05:00
f28f191ebf
Trailing whitespace ( #15403 )
2019-09-28 15:32:37 -05:00