Scott Lahteine
0322348924
Handle runout in runout.cpp
6年前
Scott Lahteine
72d791a736
Standardize active/paused functions
6年前
InsanityAutomation
b7796bcce6
Disable steppers on M112 (#15065 )
And change verbiage to not refer to "Emergency Stop."
6年前
Marcio Teixeira
179d6c4ed1
Add STARTUP_SCRIPT option. M17 parity with M18. (#14953 )
6年前
Tim Moore
eb6dec03bd
Simplify power supply naming logic (#14488 )
Co-Authored-By: Tim Moore <tim.moore@lightbend.com >
Co-Authored-By: AnHardt <github@kitelab.de >
6年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6年前
Scott Lahteine
ad4ffa1d2f
Use C++ language supported 'nullptr' (#13944 )
6年前
Michiel Baird
b824a517aa
Add G38.4 and G38.5 (#13348 )
6年前
Scott Lahteine
12503fce06
Followup to wait_for_user fix
6年前
Tobias Frost
60e82e3929
Send notifications to ExtUI for M0/M1 (#13344 )
- Send notifications to ExtUI for M0/M1
- wait_for_user can be non-volatile (not changed by interrupt)
C / C++ compilers don't optimize away reads of non-volatile variables when a function call is used between accesses, because *any* variable could be changed by the function call. Since `wait_for_user` can't be changed without a function call, it should be non-volatile so the compiler can optimize away cases where it is read more than once without an intervening function call.
6年前
Scott Lahteine
fa236e9718
General cleanup ahead of L64XX
6年前
Scott Lahteine
7cf9b93f26
Add HAS_FILAMENT_SENSOR ahead of 12962
6年前
InsanityAutomation
7f1b69b0c8
Add HOST_PROMPT_SUPPORT (#13039 )
6年前
Scott Lahteine
0feeef2604
Update copyright in headers
6年前
InsanityAutomation
48a3502656
Remote streamer improvements (#12982 )
6年前
Bob Kuhn
2f35747f29
L6470 SPI daisy chain support (#12895 )
6年前
InsanityAutomation
082f6a27de
ADAPTIVE_FAN_SLOWING extension to hotend thermal protection (#12853 )
6年前
Scott Lahteine
3c58b16c9f
Move stepper enable/disable to stepper_indirection.h (#12562 )
6年前
Scott Lahteine
95d154a91f
Fans loop macro
6年前
Scott Lahteine
f5eab912ed
Apply #pragma once, misc cleanup (#12322 )
* Apply #pragma once in headers
* Adjust some thermistors formatting
* Misc cleanup and formatting
6年前
Scott Lahteine
44f2a82a56
Move axis_homed, axis_known_position to motion.*
6年前
Marcio Teixeira
71e19baf69
Fix kill => disable_all_heaters => print_job_timer.stop (#12146 )
- Remove `print_job_timer.stop()` from `disable_all_heaters`
- Call `print_job_timer.stop()` for relevant `disable_all_heaters()`.
- Split up `kill()` for watchdog interrupt safety
6年前
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
7年前
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
7年前
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
7年前
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
7年前
Jeonghwan Roh
59cf217e77
Fix 5 mixing steppers
7年前
etagle
1367df2875
Replace double with float, optimize calculation
7年前
Scott Lahteine
f2c3b0d476
Use bit flags for homed/known
7年前
Scott Lahteine
968a5d2e63
Protected pin err for M226
7年前
Scott Lahteine
08e36e264e
Apply _AXIS macro
7年前
Scott Lahteine
625035a9ce
Fix M301 access to lpq_len (#10714 )
Co-Authored-By: Zwaubel
7年前
Scott Lahteine
56486c5c0e
Apply const to manage_inactivity
7年前
Scott Lahteine
ae39fbd646
Also suppress keepalive with suspend_auto_report
7年前
Scott Lahteine
3c2bfa5e53
Update powersupply_on in power_on/off (#10015 )
Fix #10004
7年前
Scott Lahteine
eb212ae073
Add suspend_auto_report flag to suppress auto-report
7年前
Bob-the-Kuhn
2d749d490b
Fix / complete USE_CONTROLLER_FAN (#9666 )
7年前
Scott Lahteine
b5e92f4f90
[2.0.x] Enable / disable PSU automatically (#9503 )
7年前
Scott Lahteine
7541316bb4
Add M701/M702 Filament Load/Unload, M603
7年前
Scott Lahteine
25af9decfe
Remove enum.h include of MarlinConfig.h
7年前
Scott Lahteine
1d4571b88d
Dependency adjustments
7年前
Scott Lahteine
c0000a0cdc
Move servo code to modules/servo.*
7年前
Scott Lahteine
31e96935f7
Fix EXTRA_FAN_SPEED
Addressing #8158
7年前
Thomas Moore
9e699811d2
Make LPC1768 pinmapping not specific to Re-ARM (#8063 )
* Merging early because of build failures. See #8105
* Make LPC1768 pinmapping not specific to Re-ARM
* Add HAL_PIN_TYPE and LPC1768 pin features
* M43 Updates
* Move pin map into pinsDebug_LPC1768.h
* Incorporate comments and M226
* Fix persistent store compilation issues
* Update pin features
* Update MKS SBASE pins
* Use native LPC1768 pin numbers in M42, M43, and M226
7年前
Scott Lahteine
ce48403a0b
Add EXTRA_FAN_SPEED feature
Based on #7883 by @studiodyne
8年前
Scott Lahteine
f8e8fcb978
Move FILAMENT_RUNOUT_SENSOR to a feature
8年前
Phr3d13
10c1b442ca
Fixes for Anet10 and gt2560
Fixes for 2 "... not declared in this scope" compiler errors.
8年前
Scott Lahteine
64dfb46461
Move z_endstop_adj to Endstops
8年前
Scott Lahteine
a10451ceed
Move Volumetric methods to Planner
8年前
Scott Lahteine
1a37ebc76d
Move M163-M165 MIXING_EXTRUDER to cpp
8年前