Commit Graph

10526 Commits (bbf80440bf79736fa99ef0623edaa1554b453f17)
 

Author SHA1 Message Date
nightdemonx e911635fb1 Add thermocouple with AD8495 support
Scott Lahteine 00e86f1c2d Add Velleman RGB-LED strip support to K8400
Bob-the-Kuhn 410b023b50 [2.0.x] Add Viki support to RAMPS_FD_V1 (DUE) ()
Scott Lahteine fcc5baef52
Merge pull request from thinkyhead/bf2_lcd_bed_leveling_abl
[2.0.x] Sub-menu for ABL with LCD_BED_LEVELING
Scott Lahteine b7e938a9fb LCD_BED_LEVELING enables a sub-menu for ABL
Scott Lahteine a90d99c27c Rename float32 => float52, etc.
Scott Lahteine d7b699ec34 Fewer includes of vector_3.h
thisiskeithb 9312636ee4 Ender-3 config files ()
Scott Lahteine 05fca752d6 Clean up autostart handling
Scott Lahteine c87b0e21be Add units to probe speed comments
Scott Lahteine 2c1205d8b1 Improve debug of homing move feedrate
Scott Lahteine c8e4b7c8a6 Fix XY homing move away rate
Scott Lahteine 05c33833e7
[2.0.x] Add NO_LCD_MENUS option ()
Scott Lahteine 524cc392f4 Fix sd_status comparison
Co-Authored-By: perkmeister <perkmeister@users.noreply.github.com>
MagoKimbra 1f92b9a4ed Fix do_probe_move with fr_mm_s ()
Scott Lahteine 582dc7ef97 Add build notes to README
Scott Lahteine a73cece360 Fix utility.cpp for DEBUG_LEVELING_FEATURE
As mentioned in https://github.com/MarlinFirmware/Marlin/issues/9429#issuecomment-385305597

Co-Authored-By: Jack Bradach <jack@bradach.net>
Scott Lahteine 4dfc011d86 Fix homing with probe feedrates
Scott Lahteine 59fda986ea Allow Z_AFTER_PROBING to be 0
Scott Lahteine 63e4afc910 Do rounding in integer (instead of FIXFLOAT)
Co-Authored-By: Bob-the-Kuhn <bob-the-kuhn@users.noreply.github.com>
Scott Lahteine 616651ff23 Add sanity check for LED_CONTROL_MENU
Addressing 
Scott Lahteine 9e0d99c0c6
Round all floats in string conversion functions ()
Scott Lahteine 3f68203324 Modify FastIO error message
Scott Lahteine 1dab44213a Fix the TMC26X initializer CS pin argument
From 

Co-Authored-By: chriscg9 <chriscg9@users.noreply.github.com>
Scott Lahteine cd08f01bb4 Fix M421 comment in gcode.h
Scott Lahteine 7546f87949 Allow a home bump of 0 when homing Z with probe
Scott Lahteine d470a1234f Fix ENABLED/DISABLED for DUE
…and any other platforms where `false`/`true` are defined as `0x0`/`0x1`.

This fixes issue .
Scott Lahteine 683dc24e0f When homing with Z probe bump at Z_PROBE_SPEED_SLOW
Scott Lahteine 8db7fb226a Fix M420 C for UBL
Scott Lahteine ed8d2bc225 Clean up some endstop inverting examples
Scott Lahteine c7305be4d2 Fix some endstop inverting settings
Bob-the-Kuhn f973ff49ae [2.0.x] MKS SBASE - Separate SD_DETECT for LCD and on-board SD cards ()
Scott Lahteine 5ac226aa93 Further cleanup of inline delays
Marcio Teixeira 724e9f56c8 Removed "const" to match parser. ()
Giuliano 2e1939e85c [2.0.x] report error on unsupported commands ()
Raise an error when an unknown/unsupported G/M command is requires.

This will address 
Scott Lahteine a474a7e675 Correct AVR_ATmega328_FAMILY macro
…as with 

Co-Authored-By: per1234 <per1234@users.noreply.github.com>
Scott Lahteine f790b4bc0a Reorganize some conditionals
Scott Lahteine a51ba6e3f6 Fix ABL grid bounds test for Delta/SCARA
Addressing 
Scott Lahteine df6bc812b5 Fix disable of Z_HOMING_SENSITIVITY for HOMING_Z_WITH_PROBE
As pointed out in 
Scott Lahteine 63e0b36f8b Fix G29_RECOVER_COMMANDS typo
Scott Lahteine f83361a814 Apply const to tmc_sensorless_homing
Scott Lahteine 212e52e485 Basic delay for Max7219 on ARM
Scott Lahteine 7b6e742436 Wrap delay macros in do{}while(0)
Karl Andersson 58ca3be1ec delayMicroseconds() cannot be called in critical section ()
on the STM32 platform
Bob-the-Kuhn 00dfaae8df [2.0.x] Platformio - automate build & environment selection ()
Scott Lahteine 299c4fed42 Undefine PIDTEMPBED without a bed heater
Scott Lahteine 456cf971af HAL FastIO cleanup and fixes
J.C. Nelson 5b5e322356 Set Interrupt Priorities and Grouping for STM32F103. ()
Scott Lahteine 0e450df6a2 MKS OLED support for RUMBA
Based on 

Co-Authored-By: Alex <alex18881@users.noreply.github.com>
Scott Lahteine 2578996631
[2.0.x] Emergency parser for multiple serial ports ()