Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix 2.0.x #2

Merged
merged 26 commits into from
May 13, 2020
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2f3077f
Tests (LPC176x): Emergency Parser (#17967)
thisiskeithb May 12, 2020
174e41c
[cron] Bump distribution date (2020-05-12)
thinkyhead May 12, 2020
8a22ef0
G6 Direct Stepping (#17853)
colinrgodsey May 12, 2020
aecfc05
Align slightly in M114 detail
thinkyhead May 11, 2020
e6079bd
Correct endstop noise comment
thinkyhead May 12, 2020
d35dd2a
Fix babystep / double-click check (#17962)
Knifa May 12, 2020
df9cad6
Correct DEFAULT_MINSEGMENTTIME units
thinkyhead May 12, 2020
0fbedf5
Fix LPC host actions, add tests
thinkyhead May 12, 2020
7664e55
Finish DOGM progress bar
thinkyhead May 12, 2020
c2d66a5
Tweak JD + Jerk limit
thinkyhead May 12, 2020
798dc68
Combine some conditions
thinkyhead May 12, 2020
98fdc67
Fixes for FYSETC Cheetah (#17935)
RudolphRiedel May 12, 2020
a06a0c5
Fix SKR/GTR PeripheralPins.c (#17937)
thinkyhead May 12, 2020
181739d
Move inline laser state to fix EEPROM error
thinkyhead May 12, 2020
ab19a27
Prevent some macro pitfalls (#17956)
espr14 May 12, 2020
d4aa197
Add MAP macro
thinkyhead May 12, 2020
d853a70
Remove strcpy compile warning
thinkyhead May 12, 2020
73e0937
Fix HAS_MICROSTEPS if only Z
thinkyhead May 12, 2020
ac6a580
Reorder RAMBo tests
thinkyhead May 12, 2020
219812e
Squish microstep_readings
thinkyhead May 12, 2020
2e03c79
Simplification
thinkyhead May 12, 2020
b88cf2e
Remove version appendage
thinkyhead May 12, 2020
18a01f2
Add user's build (_date_ _time_) to M115 output (#17957)
chestwood96 May 12, 2020
69d4bc9
Fix Hungarian language (#17936)
AntoszHUN May 12, 2020
27beade
Update EP comment
thinkyhead May 12, 2020
104d020
[cron] Bump distribution date (2020-05-13)
thinkyhead May 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix LPC host actions, add tests
thinkyhead committed May 12, 2020
commit 0fbedf5b4ccf84344f54429811bf239f75e2f189
3 changes: 2 additions & 1 deletion Marlin/src/feature/host_actions.h
Original file line number Diff line number Diff line change
@@ -21,7 +21,8 @@
*/
#pragma once

#include "../inc/MarlinConfig.h"
#include "../inc/MarlinConfigPre.h"
#include "../HAL/shared/Marduino.h"

void host_action(PGM_P const pstr, const bool eol=true);

2 changes: 2 additions & 0 deletions buildroot/share/tests/LPC1768-tests
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ set -e
restore_configs
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
opt_enable VIKI2 SDSUPPORT SERIAL_PORT_2 NEOPIXEL_LED

opt_set NEOPIXEL_PIN P1_16
exec_test $1 $2 "ReARM EFB VIKI2, SDSUPPORT, 2 Serial ports (USB CDC + UART0), NeoPixel"

@@ -43,6 +44,7 @@ opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT ADAPTIVE_FAN_
BABYSTEPPING BABYSTEP_XY BABYSTEP_ZPROBE_OFFSET BABYSTEP_ZPROBE_GFX_OVERLAY \
PRINTCOUNTER NOZZLE_PARK_FEATURE NOZZLE_CLEAN_FEATURE SLOW_PWM_HEATERS PIDTEMPBED EEPROM_SETTINGS INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT \
Z_SAFE_HOMING ADVANCED_PAUSE_FEATURE PARK_HEAD_ON_PAUSE \
HOST_KEEPALIVE_FEATURE HOST_ACTION_COMMANDS HOST_PROMPT_SUPPORT \
LCD_INFO_MENU ARC_SUPPORT BEZIER_CURVE_SUPPORT EXTENDED_CAPABILITIES_REPORT AUTO_REPORT_TEMPERATURES SDCARD_SORT_ALPHA EMERGENCY_PARSER
opt_set GRID_MAX_POINTS_X 16
opt_set NOZZLE_TO_PROBE_OFFSET "{ 0, 0, 0 }"