Scott Lahteine
63e4afc910
Do rounding in integer (instead of FIXFLOAT)
Co-Authored-By: Bob-the-Kuhn <bob-the-kuhn@users.noreply.github.com>
7 years ago
Scott Lahteine
616651ff23
Add sanity check for LED_CONTROL_MENU
Addressing #10569
7 years ago
Scott Lahteine
9e0d99c0c6
Round all floats in string conversion functions ( #10566 )
7 years ago
Scott Lahteine
3f68203324
Modify FastIO error message
7 years ago
Scott Lahteine
1dab44213a
Fix the TMC26X initializer CS pin argument
From #10531
Co-Authored-By: chriscg9 <chriscg9@users.noreply.github.com>
7 years ago
Scott Lahteine
cd08f01bb4
Fix M421 comment in gcode.h
7 years ago
Scott Lahteine
7546f87949
Allow a home bump of 0 when homing Z with probe
7 years ago
Scott Lahteine
d470a1234f
Fix ENABLED/DISABLED for DUE
…and any other platforms where `false`/`true` are defined as `0x0`/`0x1`.
This fixes issue #10550 .
7 years ago
Scott Lahteine
683dc24e0f
When homing with Z probe bump at Z_PROBE_SPEED_SLOW
7 years ago
Scott Lahteine
8db7fb226a
Fix M420 C for UBL
7 years ago
Scott Lahteine
ed8d2bc225
Clean up some endstop inverting examples
7 years ago
Scott Lahteine
c7305be4d2
Fix some endstop inverting settings
7 years ago
Bob-the-Kuhn
f973ff49ae
[2.0.x] MKS SBASE - Separate SD_DETECT for LCD and on-board SD cards ( #10557 )
7 years ago
Scott Lahteine
5ac226aa93
Further cleanup of inline delays
7 years ago
Marcio Teixeira
724e9f56c8
Removed "const" to match parser. ( #10548 )
7 years ago
Giuliano
2e1939e85c
[2.0.x] report error on unsupported commands ( #10553 )
Raise an error when an unknown/unsupported G/M command is requires.
This will address #10546
7 years ago
Scott Lahteine
a474a7e675
Correct AVR_ATmega328_FAMILY macro
…as with #10540
Co-Authored-By: per1234 <per1234@users.noreply.github.com>
7 years ago
Scott Lahteine
f790b4bc0a
Reorganize some conditionals
7 years ago
Scott Lahteine
a51ba6e3f6
Fix ABL grid bounds test for Delta/SCARA
Addressing #10538
7 years ago
Scott Lahteine
df6bc812b5
Fix disable of Z_HOMING_SENSITIVITY for HOMING_Z_WITH_PROBE
As pointed out in #10532
7 years ago
Scott Lahteine
63e0b36f8b
Fix G29_RECOVER_COMMANDS typo
7 years ago
Scott Lahteine
f83361a814
Apply const to tmc_sensorless_homing
7 years ago
Scott Lahteine
212e52e485
Basic delay for Max7219 on ARM
7 years ago
Scott Lahteine
7b6e742436
Wrap delay macros in do{}while(0)
7 years ago
Karl Andersson
58ca3be1ec
delayMicroseconds() cannot be called in critical section ( #10535 )
on the STM32 platform
7 years ago
Bob-the-Kuhn
00dfaae8df
[2.0.x] Platformio - automate build & environment selection ( #10503 )
7 years ago
Scott Lahteine
299c4fed42
Undefine PIDTEMPBED without a bed heater
7 years ago
Scott Lahteine
456cf971af
HAL FastIO cleanup and fixes
7 years ago
J.C. Nelson
5b5e322356
Set Interrupt Priorities and Grouping for STM32F103. ( #10517 )
7 years ago
Scott Lahteine
0e450df6a2
MKS OLED support for RUMBA
Based on #10519
Co-Authored-By: Alex <alex18881@users.noreply.github.com>
7 years ago
Scott Lahteine
2578996631
[2.0.x] Emergency parser for multiple serial ports ( #10524 )
7 years ago
Scott Lahteine
8cc31d1b2e
Cleanup to emergency parser
Followup to #10516
7 years ago
Chris Pepper
2242b98248
[LPC176x] Emergency Parser Feature ( #10516 )
7 years ago
Scott Lahteine
eef0248a1c
Add M420 C to adjust the whole mesh ( #10522 )
7 years ago
Eduardo José Tagle
c1e5ebbc1e
[2.0.x] AVR: Atomic bit set and clear of upper pin ports without critical section ( #10502 )
* AVR: Atomic bit set and clear
The critical section can be dropped, saving 3 cycles per access. Also simplified pin toggling for all ports.
7 years ago
Marcio Teixeira
02a711c4d6
[2.0.x] Fix crash upon repeated calls to process_subcommands_now_P ( #10509 )
7 years ago
Scott Lahteine
a3ce8a3fcd
Add sanity checks for EMERGENCY_PARSER
7 years ago
Scott Lahteine
f06c3c38b9
Fix M0_M1 with no LCD
7 years ago
Scott Lahteine
c82dd5129f
Revert potentially-not-redundant UBL test
Response to #10435
7 years ago
Scott Lahteine
9789c1c719
Fix current_temperature_chamber compile error
Fix #10505
7 years ago
Eduardo José Tagle
0c428a66d9
Proper AVR preemptive interrupt handling ( #10496 )
Also simplify logic on all ARM-based interrupts. Now, it is REQUIRED to properly configure interrupt priority. USART should have highest priority, followed by Stepper, and then all others.
7 years ago
Scott Lahteine
f423e54f77
Strip trailing spaces
7 years ago
Scott Lahteine
8177c4334e
Merge pull request #10498 from xC0000005/MalyanLCDFix
Fix overridden Malyan LCD functions
7 years ago
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional ( #10495 )
7 years ago
Marcio Teixeira
10a25f733e
Add SENSORLESS_HOMING to Archim 2.0 ( #10500 )
7 years ago
xC0000005
24d23ce49b
Fix function definitions for Malyan LCD
7 years ago
xC0000005
73022d3119
Add a PlatformIO environment for Malyan M200
7 years ago
Alexey Shvetsov
ad58b626a3
Fix pin mappings for Viki2 on Azteeg X5 GT ( #10487 )
7 years ago
Scott Lahteine
9e07df5c1b
Extra options for LEVEL_BED_CORNERS ( #10483 )
7 years ago
Scott Lahteine
1c3d49afe0
Fix G28 with Z_AFTER_PROBING
Fix #10476
7 years ago