From a0b4b5709b50c0566d7dc4bde0ae579f5243c979 Mon Sep 17 00:00:00 2001 From: Jordan Miller Date: Thu, 30 Jun 2011 01:01:14 -0400 Subject: [PATCH 1/3] turn on check temp and release all axes buttons by default --- custombtn.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custombtn.txt b/custombtn.txt index 42cbb25..6dc63fc 100644 --- a/custombtn.txt +++ b/custombtn.txt @@ -3,7 +3,8 @@ btns=[ ###Below these instructions, add a line with the following format for each button # ["button name","command",color(RGB)], <--That comma is important, do not forget it ###As an example: (Remove the # to try it out): -#["Read temp","M105",(200,100,100)], +["Read temp","M105",(200,100,100)], +["Release All Axes","M84",(300,100,100)], ###You can use gcodes or any pronsole/pronterface commands ###The first three buttons will end up at the top of the window, visible in mini mode ###The rest of the buttons will be at the bottom of the gcode preview From 9b3acd7860945cbb237a4093cd2a4eef010b9418 Mon Sep 17 00:00:00 2001 From: Jordan Miller Date: Thu, 30 Jun 2011 02:12:18 -0400 Subject: [PATCH 2/3] fixing nomenclature --- custombtn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custombtn.txt b/custombtn.txt index 6dc63fc..64f8efc 100644 --- a/custombtn.txt +++ b/custombtn.txt @@ -4,7 +4,7 @@ btns=[ # ["button name","command",color(RGB)], <--That comma is important, do not forget it ###As an example: (Remove the # to try it out): ["Read temp","M105",(200,100,100)], -["Release All Axes","M84",(300,100,100)], +["Disable Axes","M84",(400,100,100)], ###You can use gcodes or any pronsole/pronterface commands ###The first three buttons will end up at the top of the window, visible in mini mode ###The rest of the buttons will be at the bottom of the gcode preview From 4e5979d0370fe6c2ff2ae0abc9fae559aef13acd Mon Sep 17 00:00:00 2001 From: Jordan Miller Date: Thu, 30 Jun 2011 02:26:41 -0400 Subject: [PATCH 3/3] comment out custom buttons by default --- custombtn.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custombtn.txt b/custombtn.txt index 64f8efc..5b30035 100644 --- a/custombtn.txt +++ b/custombtn.txt @@ -3,8 +3,8 @@ btns=[ ###Below these instructions, add a line with the following format for each button # ["button name","command",color(RGB)], <--That comma is important, do not forget it ###As an example: (Remove the # to try it out): -["Read temp","M105",(200,100,100)], -["Disable Axes","M84",(400,100,100)], +#["Read temp","M105",(200,100,100)], +#["Disable Axes","M84",(400,100,100)], ###You can use gcodes or any pronsole/pronterface commands ###The first three buttons will end up at the top of the window, visible in mini mode ###The rest of the buttons will be at the bottom of the gcode preview