Skip to content

Commit

Permalink
Fix bug in config.g
Browse files Browse the repository at this point in the history
Also updating GCodes to use T0 instead of T1
  • Loading branch information
rhysjones committed Mar 12, 2015
1 parent 2976690 commit d4ef5a3
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 22 deletions.
1 change: 1 addition & 0 deletions SD-image-Huxley-Duo/gcodes/Coat Hook.g
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ M104 S215 ; set temperature
G28
G32
M83
T0;
M109 S215 ; wait for temperature to be reached
G90 ; use absolute coordinates
M83 ; use relative distances for extrusion
Expand Down
1 change: 1 addition & 0 deletions SD-image-Huxley-Duo/gcodes/HuxAxis.g
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ M104 S215 ; set temperature
G28
G32
M83
T0;
M109 S215 ; wait for temperature to be reached
G90 ; use absolute coordinates
M83 ; use relative distances for extrusion
Expand Down
1 change: 1 addition & 0 deletions SD-image-Huxley-Duo/gcodes/Whistle.g
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ M104 S215 ; set temperature
G28
G32
M83
T0;
M109 S215 ; wait for temperature to be reached
G90 ; use absolute coordinates
M83 ; use relative distances for extrusion
Expand Down
4 changes: 2 additions & 2 deletions SD-image-Huxley-Duo/sys/config.g
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ M566 X1200 Y1200 Z30 E1200 ; Minimum speeds mm/minute
M305 P0 T100000 ; set bed thermistor resistance at 25C
M563 P0 D0 H1 ; Define tool 0
G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures
//P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
//G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade
;M563 P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
;G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade
2 changes: 1 addition & 1 deletion SD-image-Mendel-3/gcodes/MendAxis.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Mendel-3/gcodes/coathook.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Mendel-3/gcodes/snowman.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Mendel-3/gcodes/whistle.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
8 changes: 4 additions & 4 deletions SD-image-Mendel-3/sys/config.g
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
M566 X1200 Y1200 Z30 E1200 ; Minimum speeds mm/minute
M563 P0 D0 H1 ; Define tool 0
G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures
//P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
//G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade
/P2 D2 H3 ; Define tool 2 Uncomment if you have a tri colour upgrade
//G10 P2 S-273 R-273 ; Set tool 2 operating and standby temperatures Uncomment if you have a dual colour upgrade
;M563 P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
;G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade
;M563 P2 D2 H3 ; Define tool 2 Uncomment if you have a tri colour upgrade
;G10 P2 S-273 R-273 ; Set tool 2 operating and standby temperatures Uncomment if you have a dual colour upgrade
2 changes: 1 addition & 1 deletion SD-image-Ormerod-1/gcodes/coathook.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Ormerod-1/gcodes/ormaxis.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Ormerod-1/gcodes/snowman.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Ormerod-1/gcodes/whistle.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
4 changes: 2 additions & 2 deletions SD-image-Ormerod-1/sys/config.g
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
M566 X1200 Y1200 Z30 E1200 ; Minimum speeds mm/minute
M563 P0 D0 H1 ; Define tool 0
G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures
//P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
//G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade
;M563 P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
;G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade

2 changes: 1 addition & 1 deletion SD-image-Ormerod-2/gcodes/coathook.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Ormerod-2/gcodes/ormaxis.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Ormerod-2/gcodes/snowman.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
2 changes: 1 addition & 1 deletion SD-image-Ormerod-2/gcodes/whistle.g
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ G1 Z5 F200 ; lift nozzle
G1 X2 Y50 F2000; Go to wait for warm position
M116; Wait for all temperatures
G10 P1 S185 R0 ; Set extruder temperature
T1; Select extruder
T0; Select extruder
M116; Wait for all temperatures
G1 F1800.000 E-4.00000
G1 Z0.240 F3600.000
Expand Down
4 changes: 2 additions & 2 deletions SD-image-Ormerod-2/sys/config.g
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ M203 X15000 Y15000 Z100 E3600 ; Maximum speeds (mm/min)
M566 X1200 Y1200 Z30 E1200 ; Minimum speeds mm/minute
M563 P0 D0 H1 ; Define tool 0
G10 P0 S-273 R-273 ; Set tool 0 operating and standby temperatures
//P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
//G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade
;M563 P1 D1 H2 ; Define tool 1 Uncomment if you have a dual colour upgrade
;G10 P1 S-273 R-273 ; Set tool 1 operating and standby temperatures Uncomment if you have a dual colour upgrade

0 comments on commit d4ef5a3

Please sign in to comment.