Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
change park location to right right for wanhao printers
Browse files Browse the repository at this point in the history
change park location to right right for wanhao printers
  • Loading branch information
Timothy Hoogland committed Mar 2, 2019
1 parent 5b155fc commit c8d3f95
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions TH3DUF_R2/Configuration_backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -2072,9 +2072,15 @@
#define NOZZLE_PARK_FEATURE

#if ENABLED(NOZZLE_PARK_FEATURE)
#define NOZZLE_PARK_POINT { 10, 10, 10 }
#define NOZZLE_PARK_XY_FEEDRATE 100
#define NOZZLE_PARK_Z_FEEDRATE 5
#if ENABLED(WANHAO_I3) || ENABLED(WANHAO_D6)
#define NOZZLE_PARK_POINT { (X_MAX_POS - 15), 15, 10 }
#define NOZZLE_PARK_XY_FEEDRATE 100
#define NOZZLE_PARK_Z_FEEDRATE 5
#else
#define NOZZLE_PARK_POINT { 10, 10, 10 }
#define NOZZLE_PARK_XY_FEEDRATE 100
#define NOZZLE_PARK_Z_FEEDRATE 5
#endif
#endif

#define PRINTJOB_TIMER_AUTOSTART
Expand Down

0 comments on commit c8d3f95

Please sign in to comment.