POLARGRAPH / PEN_UP_DOWN_MENU (#25303)

Co-authored-by: Dan Royer <1464454+i-make-robots@users.noreply.github.com>
This commit is contained in:
Dan Royer
2023-01-30 22:12:03 -08:00
committed by GitHub
parent 5446968a58
commit 738f0a10f5
4 changed files with 14 additions and 2 deletions

View File

@@ -926,6 +926,8 @@ void restore_feedrate_and_scaling() {
#if BOTH(HAS_HOTEND_OFFSET, DELTA)
// The effector center position will be the target minus the hotend offset.
const xy_pos_t offs = hotend_offset[active_extruder];
#elif ENABLED(POLARGRAPH)
// POLARGRAPH uses draw_area_* below...
#elif ENABLED(POLAR)
// For now, we don't limit POLAR
#else