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

[pull] bugfix-2.0.x from MarlinFirmware:bugfix-2.0.x #76

Merged
merged 6 commits into from
Dec 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@

//
// Makeboard 3D Printer Parts 3D Printer Mini Display 1602 Mini Controller
// https://www.aliexpress.com/item/Micromake-Makeboard-3D-Printer-Parts-3D-Printer-Mini-Display-1602-Mini-Controller-Compatible-with-Ramps-1/32765887917.html
// https://www.aliexpress.com/item/32765887917.html
//
//#define MAKEBOARD_MINI_2_LINE_DISPLAY_1602

Expand Down Expand Up @@ -1943,7 +1943,7 @@

//
// Factory display for Creality CR-10
// https://www.aliexpress.com/item/Universal-LCD-12864-3D-Printer-Display-Screen-With-Encoder-For-CR-10-CR-7-Model/32833148327.html
// https://www.aliexpress.com/item/32833148327.html
//
// This is RAMPS-compatible using a single 10-pin connector.
// (For CR-10 owners who want to replace the Melzi Creality board but retain the display)
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* version was tagged.
*/
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2019-12-11"
#define STRING_DISTRIBUTION_DATE "2019-12-16"
#endif

/**
Expand Down
4 changes: 2 additions & 2 deletions Marlin/src/pins/mega/pins_GT2560_V3.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
#define HEATER_2_PIN 1
#define HEATER_BED_PIN 4
#define FAN_PIN 9
//#define FAN1_PIN 8
//#define FAN2_PIN 7
#define FAN1_PIN 8
#define FAN2_PIN 7

//
// Misc. Functions
Expand Down
5 changes: 3 additions & 2 deletions buildroot/share/atom/auto_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ def kill_session():

root_get_answer = tk.Tk()
root_get_answer.title('')
root_get_answer.withdraw()
root_get_answer.deiconify()
#root_get_answer.withdraw()
#root_get_answer.deiconify()
root_get_answer.attributes("-topmost", True)

def disable_event():
pass
Expand Down
10 changes: 5 additions & 5 deletions buildroot/share/git/mfinfo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Remote (upstream) Org name (MarlinFirmware)
# - Remote (origin) Org name (your Github username)
# - Repo Name (Marlin, MarlinDocumentation)
# - PR Target branch (bugfix-1.1.x, bugfix-2.0.x, etc.)
# - PR Target branch (bugfix-1.1.x, bugfix-2.0.x, dev-2.1.x, etc.)
# - Branch Arg (the branch argument or current branch)
# - Current Branch
#
Expand Down Expand Up @@ -42,19 +42,19 @@ while [[ $# -gt 0 ]]; do

case "$opt" in
-*|--*) MORE="$MORE$opt " ; [[ $EQUALS == 1 ]] && MORE="$MORE=$val" ;;
1|2) INDEX=$opt ;;
1|2|3) INDEX=$opt ;;
*) BRANCH="$opt" ;;
esac

done

case "$REPO" in
Marlin ) TARG=bugfix-1.1.x ; [[ $INDEX == 2 ]] && TARG=bugfix-2.0.x ;;
Marlin ) TARG=bugfix-1.1.x ; [[ $INDEX == 2 ]] && TARG=bugfix-2.0.x ; [[ $INDEX == 3 ]] && TARG=dev-2.1.x ;;
MarlinDocumentation ) TARG=master ;;
esac

[[ $BRANCH =~ ^[0-9]$ ]] && USAGE=1
[[ $BRANCH =~ ^[123]$ ]] && USAGE=1

[[ $USAGE == 1 ]] && { echo "usage: `basename $0` [1|2] [branch]" 1>&2 ; exit 1 ; }
[[ $USAGE == 1 ]] && { echo "usage: `basename $0` [1|2|3] [branch]" 1>&2 ; exit 1 ; }

echo "$ORG $FORK $REPO $TARG $BRANCH $CURR $MORE"
2 changes: 0 additions & 2 deletions buildroot/share/vscode/AutoBuildMarlin/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions buildroot/share/vscode/AutoBuildMarlin/.vscodeignore

This file was deleted.

40 changes: 0 additions & 40 deletions buildroot/share/vscode/AutoBuildMarlin/README.md

This file was deleted.

44 changes: 0 additions & 44 deletions buildroot/share/vscode/AutoBuildMarlin/extension.js

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading