Nozzle park args

This commit is contained in:
Scott Lahteine
2018-01-03 22:39:12 -06:00
parent 0e93506985
commit 190cd0a111
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class Nozzle {
#if ENABLED(NOZZLE_PARK_FEATURE)
static void park(const uint8_t &z_action, const point_t &park = NOZZLE_PARK_POINT) _Os;
static void park(const uint8_t z_action, const point_t &park=NOZZLE_PARK_POINT) _Os;
#endif
};