Commit Graph

1804 Commits

Author SHA1 Message Date
addc91a409 ExtUI event for PID tuning start (#21734) 2021-05-02 02:20:02 -05:00
d00f6cbe12 Fix Singlenozzle Standby issues (#21759)
Fixes #21758

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-05-01 20:26:03 -05:00
a1154b226d Fix Thermal Runaway false-alarm in M303, add HeaterWatch::check (#21743)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-30 03:32:30 -05:00
5f9aac2027 Use temp_info_t for temp_redundant (#21715)
Fixes #21712

Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-26 23:36:39 -05:00
dfcccb63a1 Use temperature accessors 2021-04-24 05:20:55 -05:00
f424da498a ExtUI::onPostprocessSettings (#21683) 2021-04-24 01:16:14 -05:00
0fe30d14a8 Don't display service prompt unless needed (#21654) 2021-04-24 00:09:51 -05:00
46f272b669 Fix Celsius precision, current temp accessors (#21678) 2021-04-23 20:29:15 -05:00
c4620bb528 Add whole-degree accessors, simplify some temperature-related features (#21685) 2021-04-23 20:19:23 -05:00
54ad22a455 Let compiler do Temperature inlining 2021-04-23 19:40:46 -05:00
3bddbb1110 Clean up formatting, wrap macros 2021-04-23 19:21:39 -05:00
72e3d2492f Update temperature types 2021-04-23 19:20:11 -05:00
6bb10b1898 Changes supporting "Prussia3D" MK3 (#21617) 2021-04-20 00:44:19 -05:00
bca4652c5e Leave Hybrid Threshold as-is for now
Reverting 253ee0c407
2021-04-17 02:03:16 -05:00
553487cc8a Tool sensors (#17239) 2021-04-16 08:02:31 -05:00
253ee0c407 Init pwm_thrs to 0 when HYBRID_THRESHOLD is off (#21623) 2021-04-16 04:04:07 -05:00
2d1d628340 Always swap with PRIME_FIRST_USED disabled (#21622) 2021-04-16 04:01:50 -05:00
528b9bd872 Revert experimental NAN patch
Hold changes from #21575 (24a095c) for more testing.
2021-04-16 02:43:59 -05:00
32dba5e0c7 Realtime Reporting, S000, P000, R000 (#19330) 2021-04-16 01:59:28 -05:00
58cc4b7043 Use celsius_t for temperature accessors 2021-04-15 20:18:20 -05:00
1595fdb54b Use sq 2021-04-13 23:25:25 -05:00
d705a5b45e Fix long acceleration overflow 2021-04-13 23:25:25 -05:00
fd99ea09ec Add fan percent accessors 2021-04-13 04:00:39 -05:00
5fb3ee6101 Fix Max Temperature not enforced (#21592) 2021-04-12 21:02:55 -05:00
3517fbdcbd Blocking move followup 2021-04-12 20:58:43 -05:00
7f56538602 Chamber Fan mode 3 (#21594) 2021-04-12 20:28:13 -05:00
4044ed8783 Add 'blocking move' comments 2021-04-12 20:15:41 -05:00
a5d6f6ac98 Fix Resume Print with UBL (#21564)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-12 20:10:21 -05:00
4a1d2d816c Update old-style axis indexes 2021-04-12 19:34:31 -05:00
24a095c5c1 Reduce math library code size by 3.4KB (#21575) 2021-04-12 16:49:53 -05:00
6ab7baa413 tick() => isr() to spotlight interrupt-time 2021-04-10 19:53:43 -05:00
37e671612e Fix M114 E / R broken by LIN_ADVANCE (#21579) 2021-04-10 03:44:36 -05:00
1a2cbe100c Macros to eliminate 'f + 0.0' (#21568) 2021-04-08 21:03:34 -05:00
1879eede0d Fix axis char printing 2021-04-07 15:43:57 -05:00
d61bc2d136 Park Magnetic Switching Toolhead at the very end (#21552) 2021-04-07 14:41:38 -05:00
ed14731146 getHighESpeed => autotemp_task 2021-04-05 21:27:05 -05:00
c2b72c0e73 Remove extraneous 'extern' hints (#21516) 2021-04-02 14:22:43 -05:00
235ba92602 Followup to Laser Flow Meter (#21498) 2021-04-01 19:29:49 -05:00
45c1432946 G26 Hilbert Curve followup (#21480) 2021-04-01 19:12:00 -05:00
62f37669dc Replace 'const float &' with 'const_float_t' (#21505) 2021-04-01 17:59:57 -05:00
4d17613050 MKS H43 fix, cleanup (#21485)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-03-31 02:34:17 -05:00
be775ed72d Move apply_rotation_xyz into matrix_3x3 2021-03-30 23:58:32 -05:00
3b73b115ca Apply pointer formatting 2021-03-29 20:36:37 -05:00
ccdbffbf3f Laser Coolant Flow Meter / Safety Shutdown (#21431)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-29 01:41:56 -05:00
cfdeab70cd Endstops always on after delta homing (#21442) 2021-03-24 22:39:10 -05:00
30e7e2c276 Extend M106/M107 for better laser module support (#16082)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 12:21:11 -05:00
930752d46e Ender 3 V2 Status Line (#21369)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-03-24 10:12:57 -05:00
3ced55aa93 Optimize MarlinSettings with template methods (#21426) 2021-03-24 07:32:08 -05:00
2d2291d00e More IntelliSense-friendly declarations 2021-03-24 05:50:47 -05:00
e5ff55a1be Add typedef celsius_t (#21374) 2021-03-24 04:11:43 -05:00