Mihail Dumitrescu
fcd4b7b2dc
Add 4th order S_CURVE_ACCELERATION with configurable S_CURVE_FACTOR.
2024-05-19 19:58:29 -04:00
InsanityAutomation
6d153f8ca8
Merge branch 'bugfix-2.1.x' into EBAB_EBAP
2024-05-19 19:56:58 -04:00
Dave Gateman
0e2bd069d4
🩹 Fix cutter power extra '%' ( #27105 )
2024-05-19 18:53:38 -05:00
ellensp
feca9a33d5
✨ SHOW_CUSTOM_BOOTSCREEN for HD44780 ( #26793 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2024-05-19 18:51:52 -05:00
Scott Lahteine
eec1aec071
🐛 Fix multi-byte menu string buffer overrun ( #27100 )
2024-05-19 18:43:04 -05:00
Scott Lahteine
a97d1088f0
🔧 Ensure distinct languages ( #27107 )
2024-05-19 18:42:07 -05:00
Scott Lahteine
a7317de3b4
🔨 Sim needs GLM_ENABLE_EXPERIMENTAL
2024-05-19 14:12:17 -05:00
thinkyhead
06762db050
[cron] Bump distribution date (2024-05-18)
2024-05-18 00:22:00 +00:00
Vovodroid
4f3ebea3a6
🐛 Fix FT_MOTION block reference ( #27063 )
2024-05-17 16:47:44 -05:00
ellensp
fa88e0f054
🔨 Windows Simulator needs -DGLM_ENABLE_EXPERIMENTAL ( #27092 )
2024-05-17 16:04:36 -05:00
Mihai
2fd7c2b865
⚡ ️ Fix motion smoothness ( #27013 )
2024-05-16 20:48:21 -05:00
jam-berg
ef0bd975cf
🩹 Fix Ender 2 Pro EXP1-7 pin (PB15 / LCD_RS) ( #27074 )
2024-05-16 20:23:17 -05:00
Keith Bennett
bdc14ddbd7
⏪ ️ Revert DELTA Z endstop homing patch ( #27088 )
...
Reverts #26297 f7a3172c20
2024-05-16 20:18:41 -05:00
Mihai
383e6f4646
🐛 Move LASER_POWER_TRAP cruise to cruise block ( #27031 )
2024-05-16 20:05:27 -05:00
thinkyhead
e37415c95b
[cron] Bump distribution date (2024-05-17)
2024-05-17 00:22:14 +00:00
InsanityAutomation
344a664dc9
tmc5160 and spi
2024-05-16 09:49:20 -04:00
InsanityAutomation
ea3b0b6614
Drop out incomplete idex conversion changes until HW is ready
2024-05-16 09:35:58 -04:00
InsanityAutomation
a7a8922c93
Update Configuration_adv.h
2024-05-16 09:30:28 -04:00
InsanityAutomation
e4dd0f4f53
Add new hal file
2024-05-16 09:30:13 -04:00
InsanityAutomation
292512651a
Fix interupts and pin debugging
2024-05-16 09:23:42 -04:00
InsanityAutomation
5492130292
tmc5160 and spi
2024-05-16 09:22:46 -04:00
InsanityAutomation
ed59dc76c4
LPC4078 Initial Commit
...
Co-Authored-By: Chris Pepper <24342+p3p@users.noreply.github.com >
2024-05-16 09:22:08 -04:00
InsanityAutomation
d494a0f54e
Restore hal
2024-05-16 09:19:38 -04:00
InsanityAutomation
001070aa99
reapply somehow dropped LPC4078 env
2024-05-16 09:16:39 -04:00
John Robertson
4b2f682d59
Update planner.h
...
fix minimal_step_rate calc
2024-05-16 09:05:53 -04:00
John Robertson
471924e7fd
Update planner.h
...
Added calc for MINIMAL_STEP_RATE
2024-05-16 09:05:53 -04:00
John Robertson
d88953d03e
Update planner.h
...
Moved MINIMAL_STEP_RATE to this file.
2024-05-16 09:05:52 -04:00
John Robertson
1a765b4d91
Update planner.cpp
...
removed
#define MINIMAL_STEP_RATE 120
2024-05-16 09:05:52 -04:00
John Robertson
efb4ffcc97
Fix planner wrong trap generation
...
If the planner `entry_rate` or `final_rate` are larger thanthe `block->nominal_rate` then the trapezoid entry ramp continuously accelerates. Only happens if feed rate is less than MAXIMAL_STEP_RATE.
2024-05-16 09:05:52 -04:00
InsanityAutomation
3481add963
Merge branch 'pr/27035' into EBAB_EBAP
2024-05-16 08:59:01 -04:00
InsanityAutomation
3c7b77b973
Merge branch 'pr/27013' into EBAB_EBAP
2024-05-16 08:56:09 -04:00
InsanityAutomation
90f10e8943
Merge branch 'pr/27031' into EBAB_EBAP
2024-05-16 08:53:18 -04:00
InsanityAutomation
a303ede8b9
Merge branch 'bugfix-2.1.x' into EBAB_EBAP
2024-05-16 08:51:35 -04:00
Scott Lahteine
a33112a4c0
🐛 Reorder FLOAT_SQ
...
Followup to 5f96dffb
2024-05-15 20:30:14 -05:00
thinkyhead
7e8007f024
[cron] Bump distribution date (2024-05-16)
2024-05-16 00:21:28 +00:00
Chris
f320c2a455
🧑💻 Define, apply F_CPU on HC32 ( #27086 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2024-05-15 18:10:04 -05:00
Chris
6eedeaedaf
🐛 Fix HC32 temperature ADC ( #27085 )
2024-05-15 15:49:40 -05:00
Chris
6b5e19cfc4
🐛 Fix HC32 watchdog timeout ( #27084 )
...
by reducing PCLK3 clock
2024-05-15 15:45:52 -05:00
ellensp
3dc437add4
🎨 Apply TERN0/1 for some contexts ( #27036 )
2024-05-15 15:42:19 -05:00
Scott Lahteine
fb05d3d1e6
match modified names
2024-05-15 15:30:22 -05:00
Scott Lahteine
e5c78767e9
Merge branch 'bugfix-2.1.x' into pr/27035
2024-05-15 15:22:45 -05:00
Scott Lahteine
5f96dffb9b
🧑💻 FLOAT_SQ macro
2024-05-15 15:21:39 -05:00
Scott Lahteine
7cd1fe3b6f
Merge branch 'bugfix-2.1.x' into pr/27035
2024-05-15 15:14:05 -05:00
Mihai
6423b8031d
⚡ ️ Add / enforce min_entry_speed_sqr ( #27089 )
2024-05-15 15:01:56 -05:00
thinkyhead
bbdad79ce5
[cron] Bump distribution date (2024-05-13)
2024-05-13 00:22:55 +00:00
Keith Bennett
a2daee8f7a
📝 MPCTEMP is tested ( #27075 )
2024-05-12 17:39:58 -05:00
ellensp
909e3ad116
🩹 Motor PWM followup ( #27087 )
...
Followup to 08fe8a3076
2024-05-12 17:31:02 -05:00
Scott Lahteine
556616c4f0
🧑💻 Controller warning as macro
2024-05-12 14:37:27 -05:00
Miguel Risco-Castillo
46e426ce96
📝 Use "based on" for partial ProUI ( #26998 )
2024-05-12 13:28:38 -05:00
Alexander Thomas Julian
f5f6c37c17
🐛 LCD Bed Tramming fixes ( #26962 )
...
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com >
2024-05-12 13:25:14 -05:00