1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-20 17:27:27 +00:00
Commit Graph

652 Commits

Author SHA1 Message Date
Scott Lahteine
c3dc74bba0 Pins, comment cleanup 2021-04-29 08:45:10 -05:00
Tanguy Pruvot
f539e319f0 Clarify sanity-check for custom status bitmap () 2021-04-29 08:45:10 -05:00
Victor Oliveira
a74d4609af Use ADC_RESOLUTION 12 for all STM32 () 2021-04-29 08:45:10 -05:00
Scott Lahteine
10482ca49c Add probe_switch_activated 2021-04-29 08:45:10 -05:00
Mike La Spina
f9dd484381 Cutter Power in percent format ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Luu Lac <45380455+shitcreek@users.noreply.github.com>
2021-04-29 08:45:10 -05:00
Victor Oliveira
fadc8a1944 LVGL and Classic UI for STM32 () 2021-04-29 08:45:10 -05:00
Victor Oliveira
7c8cff0d3c Unify FYSETC F6 1.3 / 1.4 ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:09 -05:00
LinFor
076f12e82d 12-bit ADC resolution for STM32 () 2021-04-29 08:45:09 -05:00
Sebastiaan Dammann
28548e7ea2 Add BTT SKR CR6 board () 2021-04-29 08:45:09 -05:00
InsanityAutomation
3e26e23e60 Probe Tare, Probe Activation Switch ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Victor Mateus Oliveira <rhapsodyv@gmail.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2021-04-29 08:45:09 -05:00
InsanityAutomation
588fec6474 Minimum temp options for Probing and G12 Nozzle Clean ()
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:09 -05:00
Keith Bennett
87fbb89330 Let boards set Default TMC Slave Addresses ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:09 -05:00
Victor Oliveira
51e3d8f08b MKS Robin Nano V3 and STM32F4x0Vx Variant () 2021-04-29 08:45:09 -05:00
Jason Smith
c3a1cd10ab Balance CI tests () 2021-04-29 08:45:09 -05:00
Jason Smith
0b0eb6a119 Trust that script -x flags will always be set () 2021-04-29 08:45:09 -05:00
Jason Smith
8f188adc32 SENSORLESS_PROBING sanity check followup () 2021-04-29 08:45:08 -05:00
Scott Lahteine
37dd0fd2d6 Fix auto#.g file handling, add NO_SD_AUTOSTART () 2021-04-29 08:45:08 -05:00
Jason Smith
c400c54b86 Suspend Servos for STM32+NeoPixel () 2021-04-29 08:45:08 -05:00
Victor Oliveira
dab29dddc3 Require minimum PlatformIO version ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Jason Smith <jason.inet@gmail.com>
2021-04-29 08:45:08 -05:00
Jason Smith
07954edadc Permit SD EEPROM emulation on E3V2 () 2021-04-29 08:45:08 -05:00
Jason Smith
1c695e130e Fix E3V2 DWIN Jerk Menu ()
* Fix E3V2 DWIN build without CLASSIC_JERK
* Fix jerk edits applying to wrong index
2021-04-29 08:45:08 -05:00
Scott Lahteine
deb8df8eff M808 Repeat Markers () 2021-04-29 08:45:07 -05:00
wmariz
747bde7e64 Level Corners with Probe option () 2021-04-29 08:45:07 -05:00
Jason Smith
e2c57f6d47 Retire HAL for STM32F4 / F7 () 2021-04-29 08:45:07 -05:00
Jason Smith
03cdfafc2a No Z_MULTI_ENDSTOPS when HOMING_Z_WITH_PROBE () 2021-04-29 08:45:07 -05:00
Scott Lahteine
28cd6eca88 Hide docker droppings 2021-04-29 08:45:07 -05:00
Scott Lahteine
08717ef117 Put "$3" on all tests 2021-04-29 08:45:07 -05:00
Kurt Haenen
9c9fd8714e Proper pullup/pulldown configurability ()
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:07 -05:00
Orel
add6b836df Skip unnecessary (costly) SW Stepper Enable ()
Co-authored-by: Jason Smith <jason.inet@gmail.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
2021-04-29 08:45:07 -05:00
Giuliano Zaro
bd38e59479 SMUFF (MMU2 clone) support () 2021-04-29 08:45:06 -05:00
Victor Oliveira
18869c666f COLOR_UI without TOUCH_SCREEN 👍🏻 () 2021-04-29 08:45:06 -05:00
Costas Basdekis
1c81a126c5 Local testing via Makefile & Docker () 2021-04-29 08:45:06 -05:00
InsanityAutomation
983bb89063 Update IDEX menus, add post-M605 event G-code ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:06 -05:00
JoAnn Manges
02c3c314fe Fix MAX31865 on SPI (PT100/1000) support () 2021-04-29 08:45:06 -05:00
LinFor
3030bf4274 Handle UTF in long filenames ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:06 -05:00
Costas Basdekis
dc144fb910 Distinct runout states ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:06 -05:00
Scott Lahteine
ca730314e7 Ability to disable M32 2021-04-29 08:45:05 -05:00
Speaka
ec5b2aab15 Tramming Wizard submenu option ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:05 -05:00
Scott Lahteine
45e0dd1966 Add 'mfconfig' script used to manage configs 2021-04-29 08:45:05 -05:00
Jason Smith
a1ec49feda Sanity-check illegal native USB ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:05 -05:00
Victor Oliveira
2dd1522e30 Standardize Marlin SPI (part 1) () 2021-04-29 08:45:05 -05:00
Jason Smith
10c8647c1b Fix 0 extruders & bed compile () 2021-04-29 08:45:05 -05:00
Jason Smith
5082106145 Fix BTT002 PeripheralPins PWM assignments () 2021-04-29 08:45:05 -05:00
Scott Lahteine
b643a07b66 Comment, spacing cleanup 2021-04-29 08:45:05 -05:00
Victor Oliveira
2a61ce80b8 Put PIO "debug" build in the corner () 2021-04-29 08:45:04 -05:00
Scott Lahteine
59914df5b7 Fix comments, spacing 2021-04-29 08:45:04 -05:00
Victor Oliveira
0c81d86cd4 Permit spaces in dependencies g++ path () 2021-04-29 08:45:04 -05:00
Jason Smith
2a4cdf5a5d Fix LCD menus + DAC () 2021-04-29 08:45:04 -05:00
Lucas Seiki Oshiro
d7d1ef8228 "Sound: ON/OFF" menu item ()
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
2021-04-29 08:45:04 -05:00
Scott Lahteine
f43f71646e Archim test matching env 2021-04-29 08:45:04 -05:00