Chris Pepper
66d44c72c3
Add fast binary file transfer to SD card option (#12249 )
hace 6 años
Scott Lahteine
3583e2b449
Followup to Menu Refactor (#12275 )
hace 6 años
TheLongAndOnly
5536228359
G34 Auto-align multi-stepper Z axis (#11302 )
hace 6 años
Scott Lahteine
9cd5471202
Move Job Recovery Menu to its own file
hace 6 años
Scott Lahteine
2bf18950ab
Refactor LCD menus
hace 6 años
Roman Moravčík
e48cbff10d
Fixed redefinition warnings of MSG_HOTEND_TOO_COLD. (#12203 )
hace 6 años
Scott Lahteine
b641571098
Replace types.h with millis_t.h
hace 6 años
Scott Lahteine
eeef4e630a
Fix compile error in leds.h
hace 6 años
InsanityAutomation
55ac2f4c23
Fix filament runout for idex duplication modes (#12168 )
hace 6 años
Scott Lahteine
c6a5c74208
Add parentheses to SD macros
hace 6 años
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
hace 6 años
Marcio Teixeira
f98f4ac7ea
Fix and improve EXTENSIBLE_UI (#12117 )
- Add methods to access print counter data
- Clean up some inconsistent method names
- Clear lcd status after filament change
- Implement `lcd_reset_status` so it works like UltraLCD
hace 6 años
Scott Lahteine
8bf596bd4c
RETRACT_ZLIFT => RETRACT_ZRAISE
hace 6 años
Marcio Teixeira
056561df93
[2.0.x] Enhancements to FILAMENT_RUNOUT_SENSOR (#12069 )
- Added FILAMENT_RUNOUT_DISTANCE_MM option
- Added FILAMENT_MOTION_SENSOR option
hace 6 años
Scott Lahteine
9bf5d4331c
Clear up some compiler warnings
hace 6 años
AnHardt
f56968ba0b
New Continuous Filament Mixer (#12098 )
hace 6 años
Giuliano Zaro
d43d4e4219
Refactor PRINTER_EVENT_LEDS, apply to M303 (#12038 )
Co-Authored-By: Giuliano Zaro <gmagician@users.noreply.github.com >
hace 6 años
InsanityAutomation
d332fcb8fa
Fix firmware-retract compile errors (#12061 )
hace 6 años
Scott Lahteine
d556dc1865
Fix and improve EEPROM storage (#12054 )
* Clean up Temperature PID
* Improve EEPROM read/write/validate
* Group `SINGLENOZZLE` saved settings
* Group planner saved settings
* Group filament change saved settings
* Group skew saved settings
* Group `FWRETRACT` saved settings
hace 6 años
Scott Lahteine
07d33849b0
Fix unused var warning, apply ENABLED
hace 6 años
Marcio Teixeira
906a24fa81
Extensible user interface API (#11193 )
hace 6 años
Sam Lane
f2ecf8d510
Add option to control Solenoids under PARKING_EXTRUDER (#12028 )
hace 6 años
InsanityAutomation
74cd6cb4fc
Single nozzle filament change (#11994 )
hace 6 años
teemuatlut
dffb4c63dc
[2.0.x] TMC2660 followup (#12029 )
* Don't react to s2g on TMC2660. False positives
* Init with sensorless probing as well
hace 6 años
Scott Lahteine
d6b0fbd771
Use uint8_t for all fan speeds (#12032 )
hace 6 años
teemuatlut
c447d75916
Add support for TMC2660 (#11998 )
hace 6 años
Scott Lahteine
cf0b9eb37c
no need to use destination in do_pause_e_move
hace 6 años
Scott Lahteine
8daadd2c8c
Fix TMC_DEBUG undefined report_tmc_status (#11993 )
hace 7 años
teemuatlut
c3229e1b34
Migrate to a new TMC library (#11943 )
hace 7 años
Scott Lahteine
ee53f7d813
Revert header reorg.
hace 7 años
Scott Lahteine
0dedb3e139
Reorganize some core headers (#11983 )
hace 7 años
Thomas Moore
ab4549d2bc
[2.0.x] Add simultaneous retraction for mixing extruder (#11941 )
hace 7 años
Scott Lahteine
11ac75edcb
Use PGM_P for PSTR pointers (#11977 )
hace 7 años
InsanityAutomation
4d5566a6b7
Add filament runout sensor menu item (#11971 )
hace 7 años
AnoNymous
b30ca652ae
Replace MIN# / MAX# with variadic MIN / MAX (#11960 )
hace 7 años
Thomas Moore
3286325044
Add TMC2130 sensorless probing
hace 7 años
Scott Lahteine
e4389f7d23
Standard methods to wait for heating (#11949 )
hace 7 años
Scott Lahteine
1667ed9d1c
Pause should use ECHOLNPGM
hace 7 años
Victor Tseng
93839e2f73
Add option to enable/disable autoretract altogether (#11904 )
hace 7 años
Roxy-3D
d3d6be8210
Add MAX7219 reverse units option (#11860 )
hace 7 años
Scott Lahteine
bae8f82ba8
[2.0] Fix Mixing Extruder mixing factors (#11861 )
hace 7 años
Scott Lahteine
c5e5cc5e9f
Fix some trailing whitespace, macros
hace 7 años
AnHardt
54bd124665
2.0.x: Fix normalize_mix() (#11856 )
Mix factors needed to be updated consistent with the recent Stepper/Planner code refactor.
hace 7 años
Scott Lahteine
65045ba54b
tmc_util fix part 2
Followup to 115abf9
hace 7 años
Scott Lahteine
115abf9c53
Fix syntax error in front of `tmc_axes`
hace 7 años
Roxy-3D
0780913848
IDEX Improvements (#11848 )
hace 7 años
Scott Lahteine
1718eff54a
Code changes supporting up to 6 extruders
hace 7 años
Thomas Moore
c437bb08f1
Overhaul of the planner (#11578 )
- Move FWRETRACT to the planner
- Combine leveling, skew, etc. in a single modifier method
- Have kinematic and non-kinematic moves call one planner method
hace 7 años
Holger Müller
1a6f2b29b8
Add support for Triple-Z steppers/endstops
hace 7 años
Scott Lahteine
d882717d98
Save some PROGMEM with constexpr (#11798 )
When possible, make `active_extruder` a `constexpr` to save some PROGMEM.
hace 7 años