Skip to content

Commit

Permalink
Fix preset
Browse files Browse the repository at this point in the history
  • Loading branch information
CopterTec committed Dec 23, 2019
1 parent 7b37d12 commit d04c4c1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions config/examples/SOVOL/SV01-BLTouch/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,10 @@
#define PREHEAT_1_TEMP_BED 60
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_3_LABEL "ABS"
#define PREHEAT_3_TEMP_HOTEND 200
#define PREHEAT_3_TEMP_BED 80
#define PREHEAT_3_FAN_SPEED 0 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS"
#define PREHEAT_2_TEMP_HOTEND 200
#define PREHEAT_2_TEMP_BED 80
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

/**
* Nozzle Park
Expand Down
8 changes: 4 additions & 4 deletions config/examples/SOVOL/SV01-SilentBoard/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,10 @@
#define PREHEAT_1_TEMP_BED 60
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_3_LABEL "ABS"
#define PREHEAT_3_TEMP_HOTEND 200
#define PREHEAT_3_TEMP_BED 80
#define PREHEAT_3_FAN_SPEED 0 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS"
#define PREHEAT_2_TEMP_HOTEND 200
#define PREHEAT_2_TEMP_BED 80
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

/**
* Nozzle Park
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,10 @@
#define PREHEAT_1_TEMP_BED 60
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_3_LABEL "ABS"
#define PREHEAT_3_TEMP_HOTEND 200
#define PREHEAT_3_TEMP_BED 80
#define PREHEAT_3_FAN_SPEED 0 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS"
#define PREHEAT_2_TEMP_HOTEND 200
#define PREHEAT_2_TEMP_BED 80
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

/**
* Nozzle Park
Expand Down
8 changes: 4 additions & 4 deletions config/examples/SOVOL/SV01/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1447,10 +1447,10 @@
#define PREHEAT_1_TEMP_BED 60
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255

#define PREHEAT_3_LABEL "ABS"
#define PREHEAT_3_TEMP_HOTEND 200
#define PREHEAT_3_TEMP_BED 80
#define PREHEAT_3_FAN_SPEED 0 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS"
#define PREHEAT_2_TEMP_HOTEND 200
#define PREHEAT_2_TEMP_BED 80
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255

/**
* Nozzle Park
Expand Down

0 comments on commit d04c4c1

Please sign in to comment.