Scott Lahteine
24882adfbf
Allow NO_WORKSPACE_OFFSETS with DELTA_AUTO_CALIBRATION
- On `DELTA` the `M665 H` option supplants `M206`
- On `DELTA` `NO_WORKSPACE_OFFSETS` only reverts `G92` behavior
- Spawn 4 conditionals based on `NO_WORKSPACE_OFFSETS`
- Optimize coordinate space conversion for `DELTA` workspace
- To keep EEPROM version, retain `home_offset[XYZ]`, just ignore XY
7 years ago
LVD-AC
03bda24d19
Add delta auto-calibration and configuration for Flsun AC
7 years ago
Scott Lahteine
f4685c28b7
Reorder Conditionals_post.h and add comments
7 years ago
Scott Lahteine
0ac2b5c045
Additional 5 extruders support (solenoids, microstepping)
7 years ago
Jimmy Envall
f78d44e91a
Added support for delta tower angle corrections.
7 years ago
Scott Lahteine
2a84122edd
Configuration changes to support 5 extruders
7 years ago
Scott Lahteine
699310d1d2
Fix: Thermal runaway if nonexistent bed's temp is set
7 years ago
Scott Lahteine
9e22184936
Add a "manual" option for ABL
7 years ago
Scott Lahteine
b5711a99a2
Patches to bring UBL closer to compliance
7 years ago
Scott Lahteine
e244399766
Additional cleanup of UBL code
7 years ago
Scott Lahteine
cf94688925
Univeral Bed Leveling - configuration
7 years ago
Scott Lahteine
3e927ff204
Replace MBL Z hacking
7 years ago
Jimmy Envall
00b6b3da79
Added support for delta tower angle corrections.
7 years ago
Scott Lahteine
bfb0007573
Patch DISTINCT_E_FACTORS bug
7 years ago
Scott Lahteine
c759c26cca
Make LCD_TIMEOUT_TO_STATUS configurable
As suggested in
https://github.com/MarlinFirmware/Marlin/issues/5570#issuecomment -283059
065
7 years ago
Scott Lahteine
a561bd5e3a
New feature: SDCARD_SORT_ALPHA
7 years ago
Scott Lahteine
3c9a838651
Extended capabilities report in M115
8 years ago
Scott Lahteine
1864b282c5
Implement reversed CORE options
8 years ago
Stanley
ab3f966f5f
Case light G-code M355
implemented G-Code M355 into Marlin
8 years ago
Scott Lahteine
9a23f73765
Don't trigger endstops that are actually Z2 or probe
8 years ago
Scott Lahteine
b6aa894893
Rename auto fan pins and add auto fan flags
8 years ago
esenapaj
70e287ca8c
Extend measuring range of thermocouple for MAX31855
8 years ago
Josef Pavlik
c2b51af3ba
fixed warning: ISO C does not permit named variadic macros
8 years ago
Scott Lahteine
48761f2021
Patch delta endstop adjustment config
8 years ago
Josef Pavlik
28d41b48e3
delta endstop adjustment configurable
8 years ago
Scott Lahteine
d066610514
Patch up bilinear_z_offset
8 years ago
Scott Lahteine
ea0dbee3c9
Enable ABL by type, support bilinear on cartesian
8 years ago
Scott Lahteine
5fff8d148b
Clean up digital pots and microsteps
8 years ago
Scott Lahteine
eabff30e75
Improve MINIMUM_STEPPER_PULSE
8 years ago
Scott Lahteine
01f1028510
Try on "CLEARANCE" for size
8 years ago
Scott Lahteine
0e7d638a7a
Revert to Probe Raise rather than Probe Height
8 years ago
Scott Lahteine
e9ce42353e
Patch G29 for 3-point leveling
8 years ago
Scott Lahteine
e05af606a8
Clean up probe config options
8 years ago
Scott Lahteine
153e240cdd
Probe conditionals to Conditionals_LCD.h
8 years ago
Scott Lahteine
c4dcfa254e
Allow override of Z_ENDSTOP_SERVO_NR with BLTOUCH
8 years ago
Scott Lahteine
77639672d7
Move NONLINEAR bed leveling to planner
This is in advance of moving non-linear bed leveling to the planner
class.
8 years ago
Scott Lahteine
6ab54c60b1
Add conditionals for kinematics, leveling
8 years ago
Scott Lahteine
9248cfb0ad
Bed leveling that accounts for home XYZ
8 years ago
Scott Lahteine
b2e5ec85d7
Add [XYZ]_CENTER conditionals
8 years ago
Scott Lahteine
7e20448a2d
Add HOMING_Z_WITH_PROBE conditional
8 years ago
Scott Lahteine
1968983f35
Move PROBE_SELECTED to an earlier point
8 years ago
Scott Lahteine
01d4703429
PREVENT_DANGEROUS_EXTRUDE => PREVENT_COLD_EXTRUSION
Also improve the documentation of this and related options, and set
EXTRUDE_MINTEMP to 170 everywhere.
8 years ago
Scott Lahteine
7272ec5608
Update HAS_FAN flags for 4 auto fans
8 years ago
Scott Lahteine
7b21811a9a
Flags for matching auto-fans
8 years ago
Scott Lahteine
a36a168af2
Use the truly configured middle on Delta
8 years ago
Scott Lahteine
3a56836ead
Always disable SLOWDOWN for DELTA/SCARA
8 years ago
Scott Lahteine
462e189edd
Move pullups after Z_DUAL_ENDSTOPS block
8 years ago
Scott Lahteine
5fca110e0d
Fix Z_DUAL_ENDSTOPS with MIN homing
8 years ago
Scott Lahteine
938e6d15c4
Patch up some flaws, here and there
8 years ago
Scott Lahteine
7e2bd9a233
Z_RAISE_PROBE_* => Z_PROBE_*_HEIGHT
8 years ago