Scott Lahteine
|
6903a2ffc5
|
Remove extra G42
|
2021-03-04 16:36:44 -06:00 |
|
Scott Lahteine
|
6225870aa9
|
Implement G42, after all
|
2021-03-04 03:28:45 -06:00 |
|
X-Ryl669
|
ec42be346d
|
Fix and improve G-code queue (#21122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-26 16:54:46 -06:00 |
|
Ken Sanislo
|
a3a10b62f2
|
Chamber Heater PID (#21156)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-24 18:26:51 -06:00 |
|
X-Ryl669
|
e7c711996b
|
Serial refactor. Default 8-bit ECHO to int, not char (#20985)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2021-02-08 00:37:24 -06:00 |
|
X-Ryl669
|
3f01b222b2
|
Refactor serial class with templates (#20783)
|
2021-01-28 02:02:06 -06:00 |
|
Giuliano Zaro
|
90c0194598
|
"Move … code" followup (#20852)
Fix regression from #20832
|
2021-01-22 15:58:08 -06:00 |
|
Scott Lahteine
|
c0870d417a
|
Move some MarlinCore and MarlinUI code (#20832)
|
2021-01-21 03:40:07 -06:00 |
|
Scott Lahteine
|
68abaeab19
|
MarlinUI multi-language support (#20725)
|
2021-01-20 18:52:06 -06:00 |
|
Luu Lac
|
257dc6d173
|
Help hosts when password-locked (#20348)
|
2020-12-01 23:52:09 -06:00 |
|
Scott Lahteine
|
b6a32500c4
|
M808 Repeat Markers (#20084)
|
2020-11-26 21:18:40 -06:00 |
|
Giuliano Zaro
|
41529b6598
|
SMUFF (MMU2 clone) support (#19912)
|
2020-11-18 01:27:21 -06:00 |
|
Scott Lahteine
|
c5e411f492
|
Add parser.is_command(letter, code)
|
2020-11-14 18:09:17 -06:00 |
|
InsanityAutomation
|
1b0a5abd73
|
G34 Z stepper locking (#20091)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-11-12 22:54:18 -06:00 |
|
Scott Lahteine
|
f17394d677
|
Ability to disable M32
|
2020-11-10 02:21:12 -06:00 |
|
bilsef
|
9baa944460
|
Teensy 4.1 Ethernet support (#19801)
|
2020-10-20 14:35:29 -05:00 |
|
Scott Lahteine
|
21ce39aa9b
|
Use PGM serial strings
|
2020-10-19 04:25:48 -05:00 |
|
InsanityAutomation
|
e7838c5f79
|
G34 Mechanical Gantry Calibration (like Prusa M915) (#18972)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-11 21:34:27 -05:00 |
|
Scott Lahteine
|
492ba2a111
|
Digipots refactor / cleanup (#19690)
|
2020-10-11 14:58:35 -05:00 |
|
Scott Lahteine
|
0988af453c
|
Optional M42 /M226 ; Add more features filters (#19664)
|
2020-10-09 16:42:23 -05:00 |
|
Victor Oliveira
|
631457ffea
|
Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-10-09 06:28:53 -05:00 |
|
Scott Lahteine
|
7e0524109e
|
Add HAS_FAST_MOVES
|
2020-10-04 17:31:10 -05:00 |
|
Scott Lahteine
|
76d8d1742c
|
Add multi-extruder condition
|
2020-09-20 20:51:21 -05:00 |
|
Scott Lahteine
|
cd85fa3abe
|
Better choice of code
Followup to #19344
|
2020-09-14 02:22:44 -05:00 |
|
Neskik
|
1917ed8741
|
M872 wait for probe temperature (#19344)
|
2020-09-11 22:51:19 -05:00 |
|
Scott Lahteine
|
6036a0df6b
|
Fix DUET_SMART_EFFECTOR
|
2020-08-23 02:07:52 -05:00 |
|
Scott Lahteine
|
81f5973afc
|
Followup for SPI Flash
|
2020-08-09 15:58:12 -05:00 |
|
sherwin-dc
|
852e5ae042
|
Password via G-code and MarlinUI (#18399)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-08-08 20:00:42 -05:00 |
|
Victor Oliveira
|
0a1b865987
|
W25QXX SPI Flash support (#18897)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
|
2020-08-08 19:24:31 -05:00 |
|
Scott Lahteine
|
99ba866d8d
|
Optimize G-code / feature dependencies (#18919)
|
2020-08-06 08:14:00 -05:00 |
|
Scott Lahteine
|
a9912681b4
|
General cleanup
|
2020-08-06 00:52:36 -05:00 |
|
Alexander Gavrilenko
|
117df87d19
|
Support for TFT & Touch Screens (#18130)
|
2020-07-30 01:43:19 -05:00 |
|
Diego von Deschwanden
|
42fbd527f3
|
Fix links to secure sites (#18745)
|
2020-07-22 22:20:14 -05:00 |
|
Scott Lahteine
|
c43bbcce15
|
Enforce sensor range for temperature target (#18465)
* Mitigate stepper timeout
* Add CHAMBER PWM code
* Structured thermistor tables
* Fix reversed sensor ranges
* Prevent temps outside sensor range
|
2020-07-01 16:27:28 -05:00 |
|
Scott Lahteine
|
4275466f49
|
Fix issues with no hotend / bed / fan (#18395)
|
2020-06-24 19:44:50 -05:00 |
|
Scott Lahteine
|
1fb2fffdbf
|
General cleanup
|
2020-06-23 19:59:38 -05:00 |
|
Rui Caridade
|
ac50a355a3
|
G35: Bed tramming assistant (#16897)
|
2020-06-21 04:27:51 -05:00 |
|
Scott Lahteine
|
424569b4c4
|
Power monitor and display (#17437)
|
2020-06-18 15:23:03 -05:00 |
|
InsanityAutomation
|
23806aeb3c
|
Fix non-PWM spindle/laser compile (#18311)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Luu Lac <45380455+shitcreek@users.noreply.github.com>
|
2020-06-16 15:49:32 -05:00 |
|
Luu Lac
|
eda2fd8dbe
|
Improvements for Laser / Spindle (#17661)
|
2020-06-08 00:47:31 -05:00 |
|
Colin Godsey
|
8a22ef0c83
|
G6 Direct Stepping (#17853)
|
2020-05-11 19:22:41 -05:00 |
|
Gurmeet Athwal
|
a4c981469e
|
Extended reporting options (#16741)
|
2020-05-05 23:34:04 -05:00 |
|
Scott Lahteine
|
01c646a892
|
Apply more HAS_HOTEND
|
2020-04-27 22:39:31 -05:00 |
|
Scott Lahteine
|
8b3c7dda75
|
Add HAS_FAN and others
|
2020-04-27 05:07:08 -05:00 |
|
Scott Lahteine
|
ab2b98e425
|
Apply composite tests
|
2020-04-23 21:53:52 -05:00 |
|
Scott Lahteine
|
6d90d1e1f5
|
Apply TERN to compact code (#17619)
|
2020-04-22 16:35:03 -05:00 |
|
grauerfuchs
|
4a5a3d27ed
|
Option to use raw digipot values (#17536)
|
2020-04-18 22:56:23 -05:00 |
|
Scott Lahteine
|
0e06aaa2bc
|
Add millis helper macros
|
2020-04-04 02:48:30 -05:00 |
|
Ben
|
df8b7dfc40
|
Various Laser / Spindle improvements (#15335)
|
2020-04-02 19:31:08 -05:00 |
|
Scott Lahteine
|
747b964295
|
Clean up user-wait, SD completion (#17315)
|
2020-03-28 03:18:53 -05:00 |
|