mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 07:04:02 -06:00
Fix Tornado bed width (#88)
This commit is contained in:
parent
b5b0b842c6
commit
20d113bb13
2 changed files with 2 additions and 2 deletions
|
@ -1109,7 +1109,7 @@
|
|||
// @section machine
|
||||
|
||||
// The size of the print bed
|
||||
#define X_BED_SIZE 320
|
||||
#define X_BED_SIZE 310
|
||||
#define Y_BED_SIZE 300
|
||||
|
||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||
|
|
|
@ -1109,7 +1109,7 @@
|
|||
// @section machine
|
||||
|
||||
// The size of the print bed
|
||||
#define X_BED_SIZE 320
|
||||
#define X_BED_SIZE 310
|
||||
#define Y_BED_SIZE 300
|
||||
|
||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue