Scott Lahteine
|
021ceeba0b
|
⚡️ Handle shared enable pins (#22824)
|
4 years ago |
Dan Royer
|
b3fd03198a
|
✨ Polargraph / Makelangelo kinematics (#22790)
|
4 years ago |
Dakkaron
|
1386e78369
|
✨ M282 - Detach Servo (#22760)
|
4 years ago |
Scott Lahteine
|
de4eed33e4
|
🔧 SPINDLE_LASER_PWM => SPINDLE_LASER_USE_PWM
|
4 years ago |
Scott Lahteine
|
b661795ae5
|
🎨 Fewer serial macros
|
4 years ago |
Scott Lahteine
|
6d96c221bd
|
🎨 Standardize G-code reporting
|
4 years ago |
Miguel Risco-Castillo
|
6cf2cf7bd4
|
✨ Ender-3 V2 CrealityUI Enhanced (#21942, #22728, #22733)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
8a4fec9460
|
🎨 Misc. Spindle/Laser (etc.) cleanup
|
4 years ago |
Tanguy Pruvot
|
105fd73c28
|
🩹 Allow M42 S0/1 analogWrite on PWM pins (STM32) (#22631)
|
4 years ago |
Scott Lahteine
|
eb0d80cb19
|
🎨 Update MKSPWC, some other pins (#22557)
|
4 years ago |
Katelyn Schiesser
|
9ddb4de70a
|
♻️ Consolidate PSU_CONTROL (#22304)
|
4 years ago |
Cytown
|
9741be5966
|
✨ Power-off confirm / beep options (#22191)
|
4 years ago |
Tanguy Pruvot
|
0af762d609
|
🚸 Prevent M42 unintended pin change to output (#22493)
|
4 years ago |
Mike La Spina
|
3ecc99e95d
|
🐛 Fix Air Assist (#22159)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
DerAndere
|
c1fca91103
|
🏗️ Support for up to 6 linear axes (#19112)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
|
4 years ago |
Scott Lahteine
|
4194cdda5b
|
♻️ Refactor Linear / Logical / Distinct Axes (#21953)
* More patches supporting EXTRUDERS 0
* Extend types in prep for more axes
|
4 years ago |
Scott Lahteine
|
26a244325b
|
♻️ Refactor axis counts and loops
|
4 years ago |
Scott Lahteine
|
f7d28ce1d6
|
🎨 Misc cleanup and fixes
|
4 years ago |
Scott Lahteine
|
a468701511
|
Cleanup, hex formatting
|
4 years ago |
Mike La Spina
|
450f329f05
|
Laser Cutter Air Assist (#21753)
|
4 years ago |
Mike La Spina
|
b8aeaa3bf4
|
M10-M11 Air Evacuation for Spindle/Laser (#21668)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
1bd35072cb
|
Fix axis char printing
|
4 years ago |
Giuliano Zaro
|
368fcaee54
|
Generalize MMU (#21469)
|
4 years ago |
Scott Lahteine
|
b713ca2638
|
Number serial from 1 to match settings
|
4 years ago |
Victor Oliveira
|
5a01cdb81c
|
Fix multi-serial CRC error crash (#21249)
|
4 years ago |
Scott Lahteine
|
fbb30a2570
|
Serial macros cleanup
|
4 years ago |
X-Ryl669
|
77f48d2bad
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
582458998f
|
Use serial shorthand
|
4 years ago |
Scott Lahteine
|
efaff24145
|
Apply SEC_TO_MS and other fixes
|
4 years ago |
Scott Lahteine
|
0b7de80a6f
|
Move common strings (#20846)
|
4 years ago |
Scott Lahteine
|
71be210795
|
Move some MarlinCore and MarlinUI code (#20832)
|
4 years ago |
zeleps
|
3b4c5f982c
|
Fix PARKING_EXTRUDER homing with solenoid (#20473)
|
4 years ago |
Mike La Spina
|
e3e9982fec
|
Fix Spindle/Laser Control menu (#20347)
|
4 years ago |
Giuliano Zaro
|
bd38e59479
|
SMUFF (MMU2 clone) support (#19912)
|
4 years ago |
InsanityAutomation
|
983bb89063
|
Update IDEX menus, add post-M605 event G-code (#20133)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Hebezo
|
170ba87648
|
Add POWER_OFF_DELAY option (#19987)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
4 years ago |
Scott Lahteine
|
b643a07b66
|
Comment, spacing cleanup
|
5 years ago |
Alexander Semion
|
c9c17b8863
|
Add SPINDLE_SERVO option (#19971)
|
5 years ago |
Scott Lahteine
|
141f6825ce
|
Rename ultralcd => marlinui
|
5 years ago |
nb-rapidia
|
3becc3ad63
|
Fix IDEX layer shift and DIR states (#19756)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
Jason Smith
|
6a5799fc7d
|
Revert at90usb1286 conditional (#19733)
|
5 years ago |
Earle F. Philhower, III
|
ea65e10dc7
|
Add loose soft endstop state, apply to UBL fine-tune (#19681)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
Jason Smith
|
2c7b5fe1f2
|
Fix at90usb1286 build (#19687)
* Skip check for USBCON during dependency detection
* Ignore incompatible Teensy_ADC library, which requires Teensy >= 3
* Add IS_AT90USB
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
Scott Lahteine
|
3facf34f5f
|
Optional `M42`/`M226`; Add more features filters (#19664)
|
5 years ago |
Victor Oliveira
|
2553a18f40
|
Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
5 years ago |
qwewer0
|
04a712dacc
|
Multi-line comments cleanup (#19535)
|
5 years ago |
Scott Lahteine
|
b3890d385c
|
Add multi-extruder condition
|
5 years ago |
Scott Lahteine
|
5a35595a3a
|
Whitespace cleanup
|
5 years ago |
Scott Lahteine
|
ade9476721
|
Clean up W25QXXFlash class
|
5 years ago |
Scott Lahteine
|
80480ae919
|
M80 followup
|
5 years ago |