Scott Lahteine
09a2bee8aa
Support more filament runout sensors in M119 (#11851 )
6 роки тому
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
7 роки тому
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
7 роки тому
Roxy-3D
9c8d9d282f
Break out support for Formbot T-Rex3 from previous versions
7 роки тому
Ilya Bukhonin
7ecb8b4af5
[2.0.x] Teensy 3.1 and 3.2 support (#11460 )
7 роки тому
Pablo Crespo
409a0632af
[2.0.x] Add Morpheus Board support (#11651 )
7 роки тому
Scott Lahteine
e2b8fc4f17
Reduce some debug strings
7 роки тому
Michael Triffon
f8c52c9c29
Azteeg X5 Mini WiFi support (#11601 )
7 роки тому
Scott Lahteine
ad12b9b46b
Fix indentation, whitespace, spelling, formbot pins...
7 роки тому
Roxy-3D
b0a8ce59bd
Update Boards.h to include Formbot support
7 роки тому
Scott Lahteine
11b411a872
Improve AXIS_DRIVER_TYPE macros
7 роки тому
Scott Lahteine
b328fb4dc9
Treat TMC2660 like non-TMC (#11508 )
7 роки тому
Greg Nutt
a1a5367380
Smoothieboard V1.0/1.1 and A5984 support
7 роки тому
Scott Lahteine
131d216afa
Fix drivers.h dependency, defer macro evaluation (#11450 )
7 роки тому
Scott Lahteine
9bae413901
Add Bigtreetech/BIQU KFB 2.0 board (#11446 )
7 роки тому
Lee Olivares
094e6d81a5
Add Einstart-S support (#11219 )
Indeed the HAL does not need to be mucked around with to expose ATmega2560 pins not available as numbers on the MEGA board, I'll need to update the wiki with that tidbit and a reference to the pin-mapping comment in `fastio_1280.h`.
7 роки тому
Scott Lahteine
955a7f0ae9
Improve driver.h macros (#11371 )
7 роки тому
Bo Herrmannsen
67b205fd45
Add support for board RuRAMPS4D v1.3 (#11363 )
7 роки тому
teemuatlut
fbcdf5eaeb
Simplify stepper driver per-axis selection
7 роки тому
etagle
1367df2875
Replace double with float, optimize calculation
7 роки тому
Scott Lahteine
d4fde91222
Fix serial.h including itself
7 роки тому
Scott Lahteine
d13f76b7da
Patch some loop macros
7 роки тому
Simon Jouet
e2aeda61ed
HAL for Espressif ESP32 Wifi
7 роки тому
Scott Lahteine
b9418439b9
Prevent MB false-positive on bad board name
7 роки тому
Axel
ae322e0c54
[2.0.x] Add GTM32 Pro VB support (#10898 )
7 роки тому
Scott Lahteine
d3c473002a
For SCARA probe Y offset is proximal/distal
7 роки тому
Scott Lahteine
9644d56b42
Patches for core motion tests
7 роки тому
Scott Lahteine
3e3789da85
Regression: Endstops Core compatibility (#10823 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 роки тому
Axel
bbd09a99f1
32 bit boards classification cleanup (#10818 )
- Ordering and match classification between `boards.h` and `pins.h`
- Check `pins.h` environments
7 роки тому
Axel
d98bc71af7
Boards classification arrangement (#10814 )
STM32 ARM Cortex-M3 boards were listed as M4
7 роки тому
Scott Lahteine
3bb950c69a
Fix DEBUG_LEVELING_FEATURE for MBL
As noted in #10777
7 роки тому
Scott Lahteine
4118199ddd
Tweaks to core headers
7 роки тому
etagle
06fd4d7b28
Improve NOMORE, NOLESS, and LIMIT macros
7 роки тому
Scott Lahteine
08e36e264e
Apply _AXIS macro
7 роки тому
Scott Lahteine
99ecdf59af
Smarter MIN, MAX, ABS macros
Use macros that explicitly avoid double-evaluation and can be used for any datatype, replacing `min`, `max`, `abs`, `fabs`, `labs`, and `FABS`.
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 роки тому
Scott Lahteine
8f8c6a9bc4
Move get_axis_position_mm to Planner (#10718 )
7 роки тому
Scott Lahteine
a1062eec5b
Better handling of DELAY_NS and DELAY_US (#10716 )
Co-Authored-By: ejtagle <ejtagle@hotmail.com >
7 роки тому
Scott Lahteine
0436e16fb2
Apply shorthand Assembler macros
7 роки тому
Scott Lahteine
a90d99c27c
Rename float32 => float52, etc.
7 роки тому
Scott Lahteine
d7b699ec34
Fewer includes of vector_3.h
7 роки тому
Scott Lahteine
a73cece360
Fix utility.cpp for DEBUG_LEVELING_FEATURE
As mentioned in https://github.com/MarlinFirmware/Marlin/issues/9429#issuecomment -385305597
Co-Authored-By: Jack Bradach <jack@bradach.net >
7 роки тому
Scott Lahteine
63e4afc910
Do rounding in integer (instead of FIXFLOAT)
Co-Authored-By: Bob-the-Kuhn <bob-the-kuhn@users.noreply.github.com >
7 роки тому
Scott Lahteine
9e0d99c0c6
Round all floats in string conversion functions (#10566 )
7 роки тому
Scott Lahteine
d470a1234f
Fix ENABLED/DISABLED for DUE
…and any other platforms where `false`/`true` are defined as `0x0`/`0x1`.
This fixes issue #10550 .
7 роки тому
Scott Lahteine
5ac226aa93
Further cleanup of inline delays
7 роки тому
Scott Lahteine
7b6e742436
Wrap delay macros in do{}while(0)
7 роки тому
Scott Lahteine
456cf971af
HAL FastIO cleanup and fixes
7 роки тому
Chris Pepper
2242b98248
[LPC176x] Emergency Parser Feature (#10516 )
7 роки тому
Scott Lahteine
11ef432476
Match Makefile to boards.h
7 роки тому
Scott Lahteine
2be5fe5ddf
Split TRIGORILLA into 1.3 and 1.4
7 роки тому