Skip to content

Commit

Permalink
Update Z max position (VoronDesign#352)
Browse files Browse the repository at this point in the history
* Update Z max position

280mm is enough to crash the gantry in the top of the printer. Lowered it to 260 to prevent this.

* Remove 20mm from 250/350 too
  • Loading branch information
newphreak authored Jul 4, 2022
1 parent eb09439 commit 55b4584
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ position_endstop: -0.5
##--------------------------------------------------------------------

## Uncomment below for 250mm build
#position_max: 230
#position_max: 210

## Uncomment below for 300mm build
#position_max: 280
#position_max: 260

## Uncomment below for 350mm build
#position_max: 330
#position_max: 310

##--------------------------------------------------------------------
position_min: -5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ position_endstop: -0.5
##--------------------------------------------------------------------

## Uncomment below for 250mm build
#position_max: 230
#position_max: 210

## Uncomment below for 300mm build
#position_max: 280
#position_max: 260

## Uncomment below for 350mm build
#position_max: 330
#position_max: 310

##--------------------------------------------------------------------
position_min: -5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ position_endstop: -0.5
##--------------------------------------------------------------------

## Uncomment below for 250mm build
#position_max: 230
#position_max: 210

## Uncomment below for 300mm build
#position_max: 280
#position_max: 260

## Uncomment below for 350mm build
#position_max: 330
#position_max: 310

##--------------------------------------------------------------------
position_min: -5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ position_endstop: -0.5
##--------------------------------------------------------------------

## Uncomment below for 250mm build
#position_max: 230
#position_max: 210

## Uncomment below for 300mm build
#position_max: 280
#position_max: 260

## Uncomment below for 350mm build
#position_max: 330
#position_max: 310

##--------------------------------------------------------------------
position_min: -5
Expand Down

0 comments on commit 55b4584

Please sign in to comment.