Snowman added to G Codes...
This commit is contained in:
parent
869373a546
commit
92a48d2ec3
4 changed files with 7398 additions and 3 deletions
|
@ -129,7 +129,7 @@ Licence: GPL
|
|||
#define STANDBY_TEMPERATURES {ABS_ZERO, ABS_ZERO} // We specify one for the bed, though it's not needed
|
||||
#define ACTIVE_TEMPERATURES {ABS_ZERO, ABS_ZERO}
|
||||
#define COOLING_FAN_PIN 34
|
||||
#define HEAT_ON 0 // 0 for inverted heater (eg Duet v0.6) 1 for not (e.g. Duet v0.4)
|
||||
#define HEAT_ON 1 // 0 for inverted heater (eg Duet v0.6) 1 for not (e.g. Duet v0.4)
|
||||
|
||||
#define AD_RANGE 1023.0//16383 // The A->D converter that measures temperatures gives an int this big as its max value
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ M140 S65; Set bed temperature
|
|||
G1 Z5 F200 ; lift nozzle
|
||||
G1 X2 Y50 F2000; Go to wait for warm position
|
||||
M116; Wait for all temperatures
|
||||
G10 P0 S205 R205 ; Set extruder temperature
|
||||
G10 P0 S205 R0 ; Set extruder temperature
|
||||
T0; Select extruder
|
||||
M116; Wait for all temperatures
|
||||
G1 F1800.000 E-1.00000
|
||||
|
|
|
@ -24,7 +24,7 @@ M140 S65; Set bed temperature
|
|||
G1 Z5 F200 ; lift nozzle
|
||||
G1 X2 Y50 F2000; Go to wait for warm position
|
||||
M116; Wait for all temperatures
|
||||
G10 P0 S205 R205 ; Set extruder temperature
|
||||
G10 P0 S205 R0 ; Set extruder temperature
|
||||
T0; Select extruder
|
||||
M116; Wait for all temperatures
|
||||
G1 F1800.000 E-1.00000
|
||||
|
|
7395
SD-image/gcodes/snowman.g
Normal file
7395
SD-image/gcodes/snowman.g
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue