mb300sd
bf8bfb5c66
Add Coolant Control M7/M8/M9 (#10745 )
6年前
Aliaksei Kvitsinski
648a91bce8
Support for Z-Bold board (#14024 )
6年前
felixstorm
9439fab7fd
Fix ESP32 servos, platformio.ini, etc. (#14247 )
6年前
yangwenxiong
b0a4ea79b8
BigTreeTech SKR Mini v1.1 (#14041 )
6年前
mikeshub
a3f034b95e
FFCP updates. Update XY soft endstops on tool_change (#14125 )
6年前
Scott Lahteine
9206c0e869
Use limit switch overrides
6年前
Scott Lahteine
34d2801bbe
Rename pins file (2)
6年前
Scott Lahteine
fa3b5fb059
Uppercase pins filename
6年前
InsanityAutomation
bbcb61e042
Initial Commit - Add board
6年前
Scott Lahteine
81cee05476
Update some env in pins.h
6年前
felixstorm
bc5a1fe562
Various fixes for ESP32 (#14102 )
6年前
Giuliano Zaro
e1bf34bdc9
Ruramps4d typo fix (#14096 )
6年前
Ludy
fafd73a3af
Update copyright in headers (#14092 )
6年前
Scott Lahteine
9b5f9dda0e
Update analog pins labels
6年前
InsanityAutomation
07afe69cee
Fix some bad AZTEEG_X5_MINI pins (#14011 )
6年前
Bob Kuhn
48bd8899bd
Cohesion 3D Remix: Onboard SD card, Fysetc LCD (#13991 )
6年前
Bob Kuhn
75eca5c4f8
Fysetc pins updates for RAMPS and SKR 1.3 (#13963 )
6年前
doggyfan
23a8707ef1
Configurable Thermistor (#13888 )
6年前
J.C. Nelson
172abc305b
Malyan M200 core fixes (#13927 )
6年前
Robert Mendon
24177954dd
Add missing AZSMZ Mini SPI pins (#13824 )
6年前
Bob Kuhn
c48e6be366
Fysetc panel, RUMBA and ReARM pins, SPI mode 3 (#13900 )
6年前
Chris
fd9d3ae181
Re-Arm 4x TMC2208 stepper improvement (#13819 )
6年前
Scott Lahteine
e7682eea42
Use Arduino.h include wrapper (#13877 )
6年前
Scott Lahteine
bf54251a10
Finish, improve, clean up FYSETC_MINI_12864 revisions (#13871 )
6年前
Scott Lahteine
e43afb1a58
Clean up SKR pins
6年前
Scott Lahteine
63f6ad3fd2
Basic RAMPS SD_DETECT_PIN override
6年前
Bob Kuhn
81ca5a4cd4
Fix and improve FYSETC LCD support (#13767 )
6年前
felixstorm
4e35e6c705
Fix SS pin in ESP32 HW SPI (#13781 )
6年前
jmdearras
b65cb5704d
Fix, improve FYSETC_MINI_12864 support (#13730 )
6年前
Scott Lahteine
69c333ead9
More universal Formbot pins
Replace `ROXYs_TRex` with pre-defines of the relevant pins at the configuration level.
6年前
jmdearras
5f49b65c1f
Move LPC SD options to configs, add MKS_MINI_DISPLAY to SKR boards (#13712 )
6年前
Bob Kuhn
9b578ca343
Support FYSETC_MINI_12864 on Re-ARM, RAMPS_FD, MKS SBASE (#13717 )
6年前
Laurent
df75a606ff
Support MKS SGen board (#13694 )
6年前
InsanityAutomation
aa0f7afbe6
Fix call to uninitialized PWM pin, heater 2 overlap (#13674 )
6年前
ManuelMcLure
492883859e
Don't protect unused CS pins (#13647 )
6年前
ANMay-ru
052f2ac352
Fix RURAMPS4D baud rate (#13644 )
6年前
klcjr89
a8edd4f6d4
Fix Azteeg X5 MINI BOARD_NAME (#13632 )
Co-Authored-By: klcjr89 <klcjr89@users.noreply.github.com >
6年前
Scott Lahteine
5018fdacbe
Support FYSETC_MINI_12864_PANEL (#13365 )
6年前
InsanityAutomation
ba31d39f6d
Azteeg X5 Mini support (#13425 )
6年前
Scott Lahteine
0e3c9e726d
Set default Raptor runout/caselight pins
6年前
Scott Lahteine
c8a83fb122
SPINDLE_LASER_ENABLE => SPINDLE_LASER_ENA
6年前
Bob Kuhn
9a56d90150
Fix M43 on LPC176x (#13587 )
The real fix. PR #13568 was wrong.
6年前
Alexander Gavrilenko
3c47e1b4d1
Support Black STM32F407VET6 with RAMPS-like shield (#13524 )
6年前
drzejkopf
b1f739e27b
CR10_STOCKDISPLAY support in Bigtreetech SKR (#13516 )
6年前
Alexander Amelkin
e40636a7c1
Replace digitalPinHasPWM with HAS_TIMER (#13520 )
6年前
Yannik Sembritzki
0d3ea59bcf
Add pins for Dual Z UART on SKR 1.3 (#13474 )
Fix #13470
6年前
Scott Lahteine
144018736a
Use USES_Z_MIN_PROBE_ENDSTOP
6年前
InsanityAutomation
5b2c37d6c1
Followup to BLTouch (#13422 )
6年前
Scott Lahteine
b376c7e374
Group DISABLED items
6年前
Scott Lahteine
49cf92dc36
Extended condition macros (#13419 )
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6年前