Commit Graph

13879 Commits (5e3e8fcdb9b2ee634489519c4ea81242acf68c2e)
 

Author SHA1 Message Date
Hannes Brandstätter-Müller 6ee2af5e2d Simplify pins_TRIGORILLA_14.h ()
Roman Moravčík d801f85963 Correct EEPROM read/write disparities. ()
Scott Lahteine 8d3a92fc4a Followup to millis_t patch
Ludy 44369d536a Use millis_t where needed ()
Scott Lahteine b641571098 Replace types.h with millis_t.h
Scott Lahteine eeef4e630a Fix compile error in leds.h
Scott Lahteine 9969c06cb5 Fix compiler warning
Farkas Péter 427c80119a Hide some menu items when busy: fix typo ()
InsanityAutomation 55ac2f4c23 Fix filament runout for idex duplication modes ()
Karl Andersson b640b3b0d6 Define ST7920 delays for board ARMED ()
Marcio Teixeira 2e5e689a7f Fix kill() and ExtensibleUI ()
* Fix to isPrintingFromMedia()

  - isPrintingFromMedia() will now return true even if SD print is paused.
  - isPrintingFromMediaPaused() allows UI to determine if the print is paused.

* Don't use _delay_us in minkill ()

  - In HAL_DUE, _delay_us is simply an alias for delay, which causes the board to hang and subsequently reboot due to the watchdog timer.

* Shorten code with IFSD macro
Scott Lahteine b381cad399 Clean up trailing whitespace
Scott Lahteine 9090065e9f Move EXTRA_FAN_SPEED above FWRETRACT
Karl Andersson 4eb798dbdc Add support for Arm'ed (STM32F4) board ()
TheSFReader 1fb9b299d4 Add M524 to abort SD printing ()
Scott Lahteine d26d9d5b81 Tweak IS_SD_INSERTED
Scott Lahteine c6a5c74208 Add parentheses to SD macros
Giuliano Zaro aa9202260d Fix endstop when no interrupt ()
Scott Lahteine 8c02dd971b Move disable_all_steppers to minkill
Scott Lahteine 3847c08f7e Disable heaters/steppers before message
Marcio Teixeira 71e19baf69 Fix kill => disable_all_heaters => print_job_timer.stop ()
- 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
Ludy 4cc1c2627e Update German language ()
Ludy 75a0d46edf Fix compile warning re: LCD_INFO_SCREEN_STYLE
Scott Lahteine a81763c237 Pins E sanity check tweak
Giuliano Zaro bc22641002 [2.0.x] Updated Italian Language ()
Michael Triffon eded90bf87 Updated Azteeg X5 Mini Wifi pins for onboard SD ()
nhchiu 27a84fd021 Remove unused option in Anycubic Kossel config ()
Scott Lahteine 67a3c5a16a
Alternative info screen (Prusa-style) ()
* Fix Z value display
* Add HAS_PRINT_PROGRESS
* Alternative Info Screen option
* Add LCD_INFO_SCREEN_STYLE to example configs
Marcio Teixeira 5b7dd553d3 Fix sd_mmc_spi_mem capacity; clean up USB code ()
- Fix an error in the return value of `sd_mmc_spi_read_capacity` which was causing the host OS to read beyond the last sector in the card.
- Clean up the USB flashdrive code and add better debugging.
Scott Lahteine df768e7d8f Followup to
Chris Pepper 3c13c9e3e9 [LPC176x] Fix USEABLE_HARDWARE_PWM macro, cleanup multiple LED support ()
InsanityAutomation a768df83cb Remove stale variable ()
Hannes Brandstätter-Müller c36773bffb Update the Ender-4 example config ()
- Enable filament change menu
- Enable bed-PID
- Enable s-curve acceleration
- Enable some menu items
- Update from Skorpi's new version
- Fix extruder steps, deactivate nozzle clean feature
Ludy 9c71bff5e8 Update German language ()
Nils Hasenbanck 9deb23aa47 Add missing SerialUSB definition for STM32 HAL ()
Nils Hasenbanck 0519ef0802 Update pins for final RemRam v1.3 board ()
InsanityAutomation 3ec3872730 Single Z raise value for all tool-changing / parking ()
* Universal tool-change Z lift
* Add TOOLCHANGE_ZRAISE to example configs
* Park/unpark changes to example configs
* Implement DEBUG_DXC_MODE
Scott Lahteine 6bdbe3299e Fix a comment
Scott Lahteine bc75eb2c64 Cleanup for HAL_spi_Due.cpp
AnHardt d82bcdeea1 Make PULSE_STOP(E) conditional ()
Chris Pepper c90e26dfa6 fix normal extruder stepping ()
Hannes Brandstätter-Müller 96bbda5d48 remove confusing comment ()
Marcio Teixeira f98f4ac7ea Fix and improve EXTENSIBLE_UI ()
- 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
Scott Lahteine 8bf596bd4c RETRACT_ZLIFT => RETRACT_ZRAISE
Marcio Teixeira 056561df93 [2.0.x] Enhancements to FILAMENT_RUNOUT_SENSOR ()
- Added FILAMENT_RUNOUT_DISTANCE_MM option
- Added FILAMENT_MOTION_SENSOR option
Scott Lahteine cce4931342 Clean up recent contribs
Karl Andersson 8b5e51c9aa STM32F4xx modifications for HAL_STM32 ()
Scott Lahteine bf0c809ff2 Update M165 comment
AnHardt 9ac9649183 Mixer - update descriptions ()
Scott Lahteine 9bf5d4331c Clear up some compiler warnings