Advertisement
Guest User

Manual Bed Leveling Error MEssage

a guest
Oct 23rd, 2019
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 345.90 KB | None | 0 0
  1. Arduino: 1.8.10 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. In file included from sketch\MarlinConfig.h:27:0,
  4.  
  5.                  from sketch\I2CPositionEncoder.cpp:31:
  6.  
  7. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  8.  
  9.        #define PROBE_PT_1_X MIN_PROBE_X
  10.  
  11.                             ^
  12.  
  13. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  14.  
  15.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  16.  
  17.                          ^
  18.  
  19. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  20.  
  21.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  22.  
  23.                         ^~~~~~~~~~~~
  24.  
  25. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  26.  
  27.        #define PROBE_PT_1_X MIN_PROBE_X
  28.  
  29.                             ^
  30.  
  31. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  32.  
  33.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  34.  
  35.                          ^
  36.  
  37. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  38.  
  39.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  40.  
  41.                         ^~~~~~~~~~~~
  42.  
  43. In file included from sketch\MarlinConfig.h:27:0,
  44.  
  45.                  from sketch\M100_Free_Mem_Chk.cpp:49:
  46.  
  47. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  48.  
  49.        #define PROBE_PT_1_X MIN_PROBE_X
  50.  
  51.                             ^
  52.  
  53. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  54.  
  55.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  56.  
  57.                          ^
  58.  
  59. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  60.  
  61.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  62.  
  63.                         ^~~~~~~~~~~~
  64.  
  65. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  66.  
  67.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  68.  
  69.                                       ^
  70.  
  71. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  72.  
  73.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  74.  
  75.                                 ^
  76.  
  77. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  78.  
  79.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  80.  
  81.                                       ^
  82.  
  83. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  84.  
  85.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  86.  
  87.                                 ^
  88.  
  89. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  90.  
  91.        #define PROBE_PT_1_X MIN_PROBE_X
  92.  
  93.                             ^
  94.  
  95. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  96.  
  97.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  98.  
  99.                                        ^
  100.  
  101. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  102.  
  103.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  104.  
  105.                         ^~~~~~~~~~~~
  106.  
  107. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  108.  
  109.        #define PROBE_PT_1_X MIN_PROBE_X
  110.  
  111.                             ^
  112.  
  113. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  114.  
  115.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  116.  
  117.                          ^
  118.  
  119. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  120.  
  121.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  122.  
  123.                         ^~~~~~~~~~~~
  124.  
  125. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  126.  
  127.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  128.  
  129.                                       ^
  130.  
  131. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  132.  
  133.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  134.  
  135.                                 ^
  136.  
  137. In file included from sketch\MarlinConfig.h:27:0,
  138.  
  139.                  from sketch\configuration_store.h:26,
  140.  
  141.                  from sketch\advi3pp_handlers.cpp:20:
  142.  
  143. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  144.  
  145.        #define PROBE_PT_1_X MIN_PROBE_X
  146.  
  147.                             ^
  148.  
  149. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  150.  
  151.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  152.  
  153.                          ^
  154.  
  155. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  156.  
  157.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  158.  
  159.                         ^~~~~~~~~~~~
  160.  
  161. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  162.  
  163.        #define PROBE_PT_1_X MIN_PROBE_X
  164.  
  165.                             ^
  166.  
  167. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  168.  
  169.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  170.  
  171.                                        ^
  172.  
  173. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  174.  
  175.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  176.  
  177.                         ^~~~~~~~~~~~
  178.  
  179. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  180.  
  181.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  182.  
  183.                                                    ^
  184.  
  185. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  186.  
  187.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  188.  
  189.                                               ^
  190.  
  191. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  192.  
  193.        #define PROBE_PT_1_X MIN_PROBE_X
  194.  
  195.                             ^
  196.  
  197. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  198.  
  199.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  200.  
  201.                          ^
  202.  
  203. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  204.  
  205.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  206.  
  207.                         ^~~~~~~~~~~~
  208.  
  209. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  210.  
  211.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  212.  
  213.                                       ^
  214.  
  215. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  216.  
  217.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  218.  
  219.                                 ^
  220.  
  221. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  222.  
  223.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  224.  
  225.                                       ^
  226.  
  227. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  228.  
  229.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  230.  
  231.                                 ^
  232.  
  233. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  234.  
  235.        #define PROBE_PT_1_X MIN_PROBE_X
  236.  
  237.                             ^
  238.  
  239. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  240.  
  241.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  242.  
  243.                                        ^
  244.  
  245. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  246.  
  247.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  248.  
  249.                         ^~~~~~~~~~~~
  250.  
  251. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  252.  
  253.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  254.  
  255.                                       ^
  256.  
  257. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  258.  
  259.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  260.  
  261.                                 ^
  262.  
  263. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  264.  
  265.        #define PROBE_PT_1_X MIN_PROBE_X
  266.  
  267.                             ^
  268.  
  269. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  270.  
  271.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  272.  
  273.                                        ^
  274.  
  275. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  276.  
  277.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  278.  
  279.                         ^~~~~~~~~~~~
  280.  
  281. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  282.  
  283.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  284.  
  285.                                                    ^
  286.  
  287. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  288.  
  289.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  290.  
  291.                                               ^
  292.  
  293. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  294.  
  295.        #define PROBE_PT_2_X MAX_PROBE_X
  296.  
  297.                             ^
  298.  
  299. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  300.  
  301.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  302.  
  303.                          ^
  304.  
  305. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  306.  
  307.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  308.  
  309.                         ^~~~~~~~~~~~
  310.  
  311. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  312.  
  313.        #define PROBE_PT_2_X MAX_PROBE_X
  314.  
  315.                             ^
  316.  
  317. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  318.  
  319.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  320.  
  321.                          ^
  322.  
  323. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  324.  
  325.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  326.  
  327.                         ^~~~~~~~~~~~
  328.  
  329. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  330.  
  331.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  332.  
  333.                                       ^
  334.  
  335. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  336.  
  337.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  338.  
  339.                                 ^
  340.  
  341. In file included from sketch\MarlinConfig.h:27:0,
  342.  
  343.                  from sketch\G26_Mesh_Validation_Tool.cpp:27:
  344.  
  345. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  346.  
  347.        #define PROBE_PT_1_X MIN_PROBE_X
  348.  
  349.                             ^
  350.  
  351. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  352.  
  353.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  354.  
  355.                          ^
  356.  
  357. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  358.  
  359.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  360.  
  361.                         ^~~~~~~~~~~~
  362.  
  363. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  364.  
  365.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  366.  
  367.                                       ^
  368.  
  369. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  370.  
  371.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  372.  
  373.                                 ^
  374.  
  375. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  376.  
  377.        #define PROBE_PT_2_X MAX_PROBE_X
  378.  
  379.                             ^
  380.  
  381. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  382.  
  383.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  384.  
  385.                                        ^
  386.  
  387. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  388.  
  389.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  390.  
  391.                         ^~~~~~~~~~~~
  392.  
  393. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  394.  
  395.        #define PROBE_PT_1_X MIN_PROBE_X
  396.  
  397.                             ^
  398.  
  399. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  400.  
  401.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  402.  
  403.                                        ^
  404.  
  405. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  406.  
  407.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  408.  
  409.                         ^~~~~~~~~~~~
  410.  
  411. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  412.  
  413.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  414.  
  415.                                                    ^
  416.  
  417. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  418.  
  419.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  420.  
  421.                                               ^
  422.  
  423. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  424.  
  425.        #define PROBE_PT_1_X MIN_PROBE_X
  426.  
  427.                             ^
  428.  
  429. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  430.  
  431.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  432.  
  433.                          ^
  434.  
  435. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  436.  
  437.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  438.  
  439.                         ^~~~~~~~~~~~
  440.  
  441. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  442.  
  443.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  444.  
  445.                                       ^
  446.  
  447. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  448.  
  449.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  450.  
  451.                                 ^
  452.  
  453. In file included from sketch\MarlinConfig.h:27:0,
  454.  
  455.                  from sketch\serial.h:26,
  456.  
  457.                  from sketch\advi3pp.cpp:23:
  458.  
  459. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  460.  
  461.        #define PROBE_PT_1_X MIN_PROBE_X
  462.  
  463.                             ^
  464.  
  465. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  466.  
  467.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  468.  
  469.                          ^
  470.  
  471. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  472.  
  473.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  474.  
  475.                         ^~~~~~~~~~~~
  476.  
  477. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  478.  
  479.        #define PROBE_PT_1_X MIN_PROBE_X
  480.  
  481.                             ^
  482.  
  483. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  484.  
  485.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  486.  
  487.                          ^
  488.  
  489. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  490.  
  491.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  492.  
  493.                         ^~~~~~~~~~~~
  494.  
  495. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  496.  
  497.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  498.  
  499.                                       ^
  500.  
  501. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  502.  
  503.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  504.  
  505.                                 ^
  506.  
  507. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  508.  
  509.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  510.  
  511.                                                    ^
  512.  
  513. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  514.  
  515.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  516.  
  517.                                               ^
  518.  
  519. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  520.  
  521.        #define PROBE_PT_2_X MAX_PROBE_X
  522.  
  523.                             ^
  524.  
  525. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  526.  
  527.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  528.  
  529.                          ^
  530.  
  531. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  532.  
  533.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  534.  
  535.                         ^~~~~~~~~~~~
  536.  
  537. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  538.  
  539.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  540.  
  541.                                       ^
  542.  
  543. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  544.  
  545.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  546.  
  547.                                 ^
  548.  
  549. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  550.  
  551.        #define PROBE_PT_1_X MIN_PROBE_X
  552.  
  553.                             ^
  554.  
  555. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  556.  
  557.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  558.  
  559.                                        ^
  560.  
  561. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  562.  
  563.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  564.  
  565.                         ^~~~~~~~~~~~
  566.  
  567. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  568.  
  569.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  570.  
  571.                                       ^
  572.  
  573. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  574.  
  575.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  576.  
  577.                                 ^
  578.  
  579. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  580.  
  581.        #define PROBE_PT_1_X MIN_PROBE_X
  582.  
  583.                             ^
  584.  
  585. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  586.  
  587.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  588.  
  589.                                        ^
  590.  
  591. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  592.  
  593.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  594.  
  595.                         ^~~~~~~~~~~~
  596.  
  597. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  598.  
  599.        #define PROBE_PT_1_X MIN_PROBE_X
  600.  
  601.                             ^
  602.  
  603. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  604.  
  605.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  606.  
  607.                                        ^
  608.  
  609. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  610.  
  611.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  612.  
  613.                         ^~~~~~~~~~~~
  614.  
  615. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  616.  
  617.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  618.  
  619.                                                    ^
  620.  
  621. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  622.  
  623.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  624.  
  625.                                               ^
  626.  
  627. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  628.  
  629.        #define PROBE_PT_2_X MAX_PROBE_X
  630.  
  631.                             ^
  632.  
  633. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  634.  
  635.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  636.  
  637.                                        ^
  638.  
  639. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  640.  
  641.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  642.  
  643.                         ^~~~~~~~~~~~
  644.  
  645. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  646.  
  647.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  648.  
  649.                                                    ^
  650.  
  651. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  652.  
  653.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  654.  
  655.                                               ^
  656.  
  657. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  658.  
  659.        #define PROBE_PT_1_X MIN_PROBE_X
  660.  
  661.                             ^
  662.  
  663. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  664.  
  665.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  666.  
  667.                                        ^
  668.  
  669. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  670.  
  671.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  672.  
  673.                         ^~~~~~~~~~~~
  674.  
  675. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  676.  
  677.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  678.  
  679.                                                    ^
  680.  
  681. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  682.  
  683.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  684.  
  685.                                               ^
  686.  
  687. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  688.  
  689.        #define PROBE_PT_2_X MAX_PROBE_X
  690.  
  691.                             ^
  692.  
  693. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  694.  
  695.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  696.  
  697.                          ^
  698.  
  699. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  700.  
  701.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  702.  
  703.                         ^~~~~~~~~~~~
  704.  
  705. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  706.  
  707.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  708.  
  709.                                       ^
  710.  
  711. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  712.  
  713.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  714.  
  715.                                 ^
  716.  
  717. In file included from sketch\MarlinConfig.h:27:0,
  718.  
  719.                  from sketch\Max7219_Debug_LEDs.cpp:38:
  720.  
  721. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  722.  
  723.        #define PROBE_PT_1_X MIN_PROBE_X
  724.  
  725.                             ^
  726.  
  727. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  728.  
  729.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  730.  
  731.                          ^
  732.  
  733. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  734.  
  735.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  736.  
  737.                         ^~~~~~~~~~~~
  738.  
  739. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  740.  
  741.        #define PROBE_PT_1_X MIN_PROBE_X
  742.  
  743.                             ^
  744.  
  745. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  746.  
  747.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  748.  
  749.                                        ^
  750.  
  751. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  752.  
  753.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  754.  
  755.                         ^~~~~~~~~~~~
  756.  
  757. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  758.  
  759.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  760.  
  761.                                                    ^
  762.  
  763. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  764.  
  765.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  766.  
  767.                                               ^
  768.  
  769. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  770.  
  771.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  772.  
  773.                                                    ^
  774.  
  775. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  776.  
  777.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  778.  
  779.                                               ^
  780.  
  781. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  782.  
  783.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  784.  
  785.                                       ^
  786.  
  787. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  788.  
  789.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  790.  
  791.                                 ^
  792.  
  793. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  794.  
  795.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  796.  
  797.                                       ^
  798.  
  799. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  800.  
  801.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  802.  
  803.                                 ^
  804.  
  805. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  806.  
  807.        #define PROBE_PT_2_X MAX_PROBE_X
  808.  
  809.                             ^
  810.  
  811. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  812.  
  813.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  814.  
  815.                                        ^
  816.  
  817. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  818.  
  819.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  820.  
  821.                         ^~~~~~~~~~~~
  822.  
  823. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  824.  
  825.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  826.  
  827.                                                    ^
  828.  
  829. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  830.  
  831.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  832.  
  833.                                               ^
  834.  
  835. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  836.  
  837.        #define PROBE_PT_2_X MAX_PROBE_X
  838.  
  839.                             ^
  840.  
  841. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  842.  
  843.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  844.  
  845.                          ^
  846.  
  847. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  848.  
  849.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  850.  
  851.                         ^~~~~~~~~~~~
  852.  
  853. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  854.  
  855.        #define PROBE_PT_1_X MIN_PROBE_X
  856.  
  857.                             ^
  858.  
  859. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  860.  
  861.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  862.  
  863.                          ^
  864.  
  865. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  866.  
  867.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  868.  
  869.                         ^~~~~~~~~~~~
  870.  
  871. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  872.  
  873.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  874.  
  875.                                       ^
  876.  
  877. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  878.  
  879.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  880.  
  881.                                 ^
  882.  
  883. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  884.  
  885.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  886.  
  887.                                                    ^
  888.  
  889. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  890.  
  891.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  892.  
  893.                                               ^
  894.  
  895. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  896.  
  897.        #define PROBE_PT_2_X MAX_PROBE_X
  898.  
  899.                             ^
  900.  
  901. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  902.  
  903.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  904.  
  905.                          ^
  906.  
  907. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  908.  
  909.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  910.  
  911.                         ^~~~~~~~~~~~
  912.  
  913. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  914.  
  915.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  916.  
  917.                                       ^
  918.  
  919. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  920.  
  921.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  922.  
  923.                                 ^
  924.  
  925. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  926.  
  927.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  928.  
  929.                                                    ^
  930.  
  931. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  932.  
  933.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  934.  
  935.                                               ^
  936.  
  937. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  938.  
  939.        #define PROBE_PT_2_X MAX_PROBE_X
  940.  
  941.                             ^
  942.  
  943. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  944.  
  945.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  946.  
  947.                          ^
  948.  
  949. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  950.  
  951.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  952.  
  953.                         ^~~~~~~~~~~~
  954.  
  955. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  956.  
  957.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  958.  
  959.                                       ^
  960.  
  961. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  962.  
  963.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  964.  
  965.                                 ^
  966.  
  967. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  968.  
  969.        #define PROBE_PT_2_X MAX_PROBE_X
  970.  
  971.                             ^
  972.  
  973. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  974.  
  975.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  976.  
  977.                                        ^
  978.  
  979. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  980.  
  981.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  982.  
  983.                         ^~~~~~~~~~~~
  984.  
  985. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  986.  
  987.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  988.  
  989.                                                    ^
  990.  
  991. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  992.  
  993.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  994.  
  995.                                               ^
  996.  
  997. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  998.  
  999.        #define PROBE_PT_2_X MAX_PROBE_X
  1000.  
  1001.                             ^
  1002.  
  1003. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1004.  
  1005.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1006.  
  1007.                          ^
  1008.  
  1009. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1010.  
  1011.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1012.  
  1013.                         ^~~~~~~~~~~~
  1014.  
  1015. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  1016.  
  1017.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1018.  
  1019.                                       ^
  1020.  
  1021. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1022.  
  1023.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1024.  
  1025.                                 ^
  1026.  
  1027. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  1028.  
  1029.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1030.  
  1031.                                                    ^
  1032.  
  1033. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1034.  
  1035.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1036.  
  1037.                                               ^
  1038.  
  1039. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  1040.  
  1041.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1042.  
  1043.                             ^
  1044.  
  1045. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1046.  
  1047.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1048.  
  1049.                          ^
  1050.  
  1051. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1052.  
  1053.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1054.  
  1055.                         ^~~~~~~~~~~~
  1056.  
  1057. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1058.  
  1059.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1060.  
  1061.                                       ^
  1062.  
  1063. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1064.  
  1065.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1066.  
  1067.                                 ^
  1068.  
  1069. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  1070.  
  1071.        #define PROBE_PT_2_X MAX_PROBE_X
  1072.  
  1073.                             ^
  1074.  
  1075. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1076.  
  1077.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1078.  
  1079.                                        ^
  1080.  
  1081. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1082.  
  1083.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1084.  
  1085.                         ^~~~~~~~~~~~
  1086.  
  1087. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1088.  
  1089.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1090.  
  1091.                             ^
  1092.  
  1093. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1094.  
  1095.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1096.  
  1097.                          ^
  1098.  
  1099. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1100.  
  1101.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1102.  
  1103.                         ^~~~~~~~~~~~
  1104.  
  1105. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  1106.  
  1107.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1108.  
  1109.                                       ^
  1110.  
  1111. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1112.  
  1113.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1114.  
  1115.                                 ^
  1116.  
  1117. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1118.  
  1119.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1120.  
  1121.                                       ^
  1122.  
  1123. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1124.  
  1125.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1126.  
  1127.                                 ^
  1128.  
  1129. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  1130.  
  1131.        #define PROBE_PT_2_X MAX_PROBE_X
  1132.  
  1133.                             ^
  1134.  
  1135. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1136.  
  1137.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1138.  
  1139.                                        ^
  1140.  
  1141. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1142.  
  1143.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1144.  
  1145.                         ^~~~~~~~~~~~
  1146.  
  1147. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  1148.  
  1149.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1150.  
  1151.                                                    ^
  1152.  
  1153. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1154.  
  1155.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1156.  
  1157.                                               ^
  1158.  
  1159. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  1160.  
  1161.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1162.  
  1163.                                       ^
  1164.  
  1165. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1166.  
  1167.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1168.  
  1169.                                 ^
  1170.  
  1171. In file included from sketch\MarlinConfig.h:27:0,
  1172.  
  1173.                  from sketch\Marlin.h:35,
  1174.  
  1175.                  from sketch\advi3pp_dgus.h:25,
  1176.  
  1177.                  from sketch\advi3pp_dgus.cpp:24:
  1178.  
  1179. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  1180.  
  1181.        #define PROBE_PT_1_X MIN_PROBE_X
  1182.  
  1183.                             ^
  1184.  
  1185. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1186.  
  1187.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1188.  
  1189.                          ^
  1190.  
  1191. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1192.  
  1193.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1194.  
  1195.                         ^~~~~~~~~~~~
  1196.  
  1197. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1198.  
  1199.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1200.  
  1201.                                       ^
  1202.  
  1203. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1204.  
  1205.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1206.  
  1207.                                 ^
  1208.  
  1209. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  1210.  
  1211.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1212.  
  1213.                             ^
  1214.  
  1215. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1216.  
  1217.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1218.  
  1219.                                        ^
  1220.  
  1221. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1222.  
  1223.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1224.  
  1225.                         ^~~~~~~~~~~~
  1226.  
  1227. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1228.  
  1229.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1230.  
  1231.                                       ^
  1232.  
  1233. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1234.  
  1235.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1236.  
  1237.                                 ^
  1238.  
  1239. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  1240.  
  1241.        #define PROBE_PT_1_X MIN_PROBE_X
  1242.  
  1243.                             ^
  1244.  
  1245. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1246.  
  1247.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1248.  
  1249.                                        ^
  1250.  
  1251. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1252.  
  1253.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1254.  
  1255.                         ^~~~~~~~~~~~
  1256.  
  1257. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1258.  
  1259.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1260.  
  1261.                                       ^
  1262.  
  1263. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1264.  
  1265.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1266.  
  1267.                                 ^
  1268.  
  1269. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  1270.  
  1271.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1272.  
  1273.                                                    ^
  1274.  
  1275. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1276.  
  1277.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1278.  
  1279.                                               ^
  1280.  
  1281. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1282.  
  1283.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1284.  
  1285.                             ^
  1286.  
  1287. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1288.  
  1289.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1290.  
  1291.                                        ^
  1292.  
  1293. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1294.  
  1295.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1296.  
  1297.                         ^~~~~~~~~~~~
  1298.  
  1299. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  1300.  
  1301.        #define PROBE_PT_2_X MAX_PROBE_X
  1302.  
  1303.                             ^
  1304.  
  1305. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1306.  
  1307.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1308.  
  1309.                                        ^
  1310.  
  1311. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1312.  
  1313.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1314.  
  1315.                         ^~~~~~~~~~~~
  1316.  
  1317. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  1318.  
  1319.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1320.  
  1321.                                                    ^
  1322.  
  1323. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1324.  
  1325.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1326.  
  1327.                                               ^
  1328.  
  1329. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  1330.  
  1331.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1332.  
  1333.                                                    ^
  1334.  
  1335. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1336.  
  1337.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1338.  
  1339.                                               ^
  1340.  
  1341. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1342.  
  1343.        #define PROBE_PT_1_X MIN_PROBE_X
  1344.  
  1345.                             ^
  1346.  
  1347. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1348.  
  1349.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1350.  
  1351.                          ^
  1352.  
  1353. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1354.  
  1355.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1356.  
  1357.                         ^~~~~~~~~~~~
  1358.  
  1359. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  1360.  
  1361.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1362.  
  1363.                                       ^
  1364.  
  1365. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1366.  
  1367.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1368.  
  1369.                                 ^
  1370.  
  1371. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1372.  
  1373.        #define PROBE_PT_1_X MIN_PROBE_X
  1374.  
  1375.                             ^
  1376.  
  1377. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1378.  
  1379.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1380.  
  1381.                                        ^
  1382.  
  1383. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1384.  
  1385.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1386.  
  1387.                         ^~~~~~~~~~~~
  1388.  
  1389. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  1390.  
  1391.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1392.  
  1393.                                                    ^
  1394.  
  1395. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1396.  
  1397.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1398.  
  1399.                                               ^
  1400.  
  1401. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  1402.  
  1403.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1404.  
  1405.                                                    ^
  1406.  
  1407. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1408.  
  1409.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1410.  
  1411.                                               ^
  1412.  
  1413. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  1414.  
  1415.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1416.  
  1417.                                                    ^
  1418.  
  1419. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1420.  
  1421.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1422.  
  1423.                                               ^
  1424.  
  1425. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  1426.  
  1427.        #define PROBE_PT_2_Y MIN_PROBE_Y
  1428.  
  1429.                             ^
  1430.  
  1431. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1432.  
  1433.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1434.  
  1435.                          ^
  1436.  
  1437. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  1438.  
  1439.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  1440.  
  1441.                         ^~~~~~~~~~~~
  1442.  
  1443. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  1444.  
  1445.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1446.  
  1447.                                       ^
  1448.  
  1449. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1450.  
  1451.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1452.  
  1453.                                 ^
  1454.  
  1455. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  1456.  
  1457.        #define PROBE_PT_2_X MAX_PROBE_X
  1458.  
  1459.                             ^
  1460.  
  1461. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1462.  
  1463.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1464.  
  1465.                                        ^
  1466.  
  1467. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1468.  
  1469.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1470.  
  1471.                         ^~~~~~~~~~~~
  1472.  
  1473. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  1474.  
  1475.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1476.  
  1477.                                                    ^
  1478.  
  1479. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1480.  
  1481.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1482.  
  1483.                                               ^
  1484.  
  1485. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1486.  
  1487.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1488.  
  1489.                                       ^
  1490.  
  1491. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1492.  
  1493.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1494.  
  1495.                                 ^
  1496.  
  1497. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  1498.  
  1499.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1500.  
  1501.                                                    ^
  1502.  
  1503. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1504.  
  1505.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1506.  
  1507.                                               ^
  1508.  
  1509. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1510.  
  1511.        #define PROBE_PT_2_Y MIN_PROBE_Y
  1512.  
  1513.                             ^
  1514.  
  1515. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1516.  
  1517.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1518.  
  1519.                          ^
  1520.  
  1521. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  1522.  
  1523.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  1524.  
  1525.                         ^~~~~~~~~~~~
  1526.  
  1527. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1528.  
  1529.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1530.  
  1531.                                       ^
  1532.  
  1533. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1534.  
  1535.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1536.  
  1537.                                 ^
  1538.  
  1539. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  1540.  
  1541.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  1542.  
  1543.                                       ^
  1544.  
  1545. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1546.  
  1547.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1548.  
  1549.                                 ^
  1550.  
  1551. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  1552.  
  1553.        #define PROBE_PT_2_X MAX_PROBE_X
  1554.  
  1555.                             ^
  1556.  
  1557. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1558.  
  1559.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1560.  
  1561.                          ^
  1562.  
  1563. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1564.  
  1565.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1566.  
  1567.                         ^~~~~~~~~~~~
  1568.  
  1569. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  1570.  
  1571.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1572.  
  1573.                                                    ^
  1574.  
  1575. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1576.  
  1577.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1578.  
  1579.                                               ^
  1580.  
  1581. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  1582.  
  1583.        #define PROBE_PT_1_X MIN_PROBE_X
  1584.  
  1585.                             ^
  1586.  
  1587. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1588.  
  1589.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1590.  
  1591.                                        ^
  1592.  
  1593. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1594.  
  1595.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1596.  
  1597.                         ^~~~~~~~~~~~
  1598.  
  1599. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1600.  
  1601.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  1602.  
  1603.                                       ^
  1604.  
  1605. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1606.  
  1607.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1608.  
  1609.                                 ^
  1610.  
  1611. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  1612.  
  1613.        #define PROBE_PT_2_X MAX_PROBE_X
  1614.  
  1615.                             ^
  1616.  
  1617. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1618.  
  1619.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1620.  
  1621.                          ^
  1622.  
  1623. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1624.  
  1625.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1626.  
  1627.                         ^~~~~~~~~~~~
  1628.  
  1629. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  1630.  
  1631.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1632.  
  1633.                                       ^
  1634.  
  1635. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1636.  
  1637.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1638.  
  1639.                                 ^
  1640.  
  1641. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  1642.  
  1643.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1644.  
  1645.                                                    ^
  1646.  
  1647. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1648.  
  1649.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1650.  
  1651.                                               ^
  1652.  
  1653. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  1654.  
  1655.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1656.  
  1657.                                                    ^
  1658.  
  1659. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1660.  
  1661.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1662.  
  1663.                                               ^
  1664.  
  1665. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  1666.  
  1667.        #define PROBE_PT_2_Y MIN_PROBE_Y
  1668.  
  1669.                             ^
  1670.  
  1671. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1672.  
  1673.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1674.  
  1675.                                        ^
  1676.  
  1677. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  1678.  
  1679.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  1680.  
  1681.                         ^~~~~~~~~~~~
  1682.  
  1683. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  1684.  
  1685.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1686.  
  1687.                                       ^
  1688.  
  1689. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1690.  
  1691.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1692.  
  1693.                                 ^
  1694.  
  1695. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  1696.  
  1697.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1698.  
  1699.                             ^
  1700.  
  1701. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1702.  
  1703.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1704.  
  1705.                          ^
  1706.  
  1707. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1708.  
  1709.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1710.  
  1711.                         ^~~~~~~~~~~~
  1712.  
  1713. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1714.  
  1715.        #define PROBE_PT_1_X MIN_PROBE_X
  1716.  
  1717.                             ^
  1718.  
  1719. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1720.  
  1721.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1722.  
  1723.                                        ^
  1724.  
  1725. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1726.  
  1727.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1728.  
  1729.                         ^~~~~~~~~~~~
  1730.  
  1731. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1732.  
  1733.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1734.  
  1735.                                       ^
  1736.  
  1737. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1738.  
  1739.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1740.  
  1741.                                 ^
  1742.  
  1743. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  1744.  
  1745.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1746.  
  1747.                                       ^
  1748.  
  1749. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1750.  
  1751.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1752.  
  1753.                                 ^
  1754.  
  1755. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  1756.  
  1757.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1758.  
  1759.                                                    ^
  1760.  
  1761. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1762.  
  1763.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1764.  
  1765.                                               ^
  1766.  
  1767. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  1768.  
  1769.        #define PROBE_PT_2_X MAX_PROBE_X
  1770.  
  1771.                             ^
  1772.  
  1773. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1774.  
  1775.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1776.  
  1777.                                        ^
  1778.  
  1779. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1780.  
  1781.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1782.  
  1783.                         ^~~~~~~~~~~~
  1784.  
  1785. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  1786.  
  1787.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1788.  
  1789.                                                    ^
  1790.  
  1791. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1792.  
  1793.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1794.  
  1795.                                               ^
  1796.  
  1797. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  1798.  
  1799.        #define PROBE_PT_2_X MAX_PROBE_X
  1800.  
  1801.                             ^
  1802.  
  1803. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1804.  
  1805.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1806.  
  1807.                                        ^
  1808.  
  1809. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1810.  
  1811.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1812.  
  1813.                         ^~~~~~~~~~~~
  1814.  
  1815. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  1816.  
  1817.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1818.  
  1819.                                                    ^
  1820.  
  1821. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1822.  
  1823.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1824.  
  1825.                                               ^
  1826.  
  1827. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  1828.  
  1829.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1830.  
  1831.                                                    ^
  1832.  
  1833. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1834.  
  1835.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1836.  
  1837.                                               ^
  1838.  
  1839. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1840.  
  1841.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1842.  
  1843.                             ^
  1844.  
  1845. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1846.  
  1847.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1848.  
  1849.                          ^
  1850.  
  1851. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1852.  
  1853.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1854.  
  1855.                         ^~~~~~~~~~~~
  1856.  
  1857. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  1858.  
  1859.        #define PROBE_PT_2_X MAX_PROBE_X
  1860.  
  1861.                             ^
  1862.  
  1863. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1864.  
  1865.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1866.  
  1867.                          ^
  1868.  
  1869. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  1870.  
  1871.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  1872.  
  1873.                         ^~~~~~~~~~~~
  1874.  
  1875. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  1876.  
  1877.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1878.  
  1879.                                                    ^
  1880.  
  1881. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1882.  
  1883.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1884.  
  1885.                                               ^
  1886.  
  1887. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  1888.  
  1889.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1890.  
  1891.                                       ^
  1892.  
  1893. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1894.  
  1895.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1896.  
  1897.                                 ^
  1898.  
  1899. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  1900.  
  1901.        #define PROBE_PT_1_Y MIN_PROBE_Y
  1902.  
  1903.                             ^
  1904.  
  1905. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1906.  
  1907.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1908.  
  1909.                          ^
  1910.  
  1911. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  1912.  
  1913.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  1914.  
  1915.                         ^~~~~~~~~~~~
  1916.  
  1917. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  1918.  
  1919.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  1920.  
  1921.                                                    ^
  1922.  
  1923. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  1924.  
  1925.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1926.  
  1927.                                               ^
  1928.  
  1929. In file included from sketch\MarlinConfig.h:27:0,
  1930.  
  1931.                  from sketch\SdFile.cpp:29:
  1932.  
  1933. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  1934.  
  1935.        #define PROBE_PT_1_X MIN_PROBE_X
  1936.  
  1937.                             ^
  1938.  
  1939. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1940.  
  1941.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1942.  
  1943.                          ^
  1944.  
  1945. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1946.  
  1947.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1948.  
  1949.                         ^~~~~~~~~~~~
  1950.  
  1951. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1952.  
  1953.        #define PROBE_PT_1_X MIN_PROBE_X
  1954.  
  1955.                             ^
  1956.  
  1957. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  1958.  
  1959.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1960.  
  1961.                          ^
  1962.  
  1963. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  1964.  
  1965.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1966.  
  1967.                         ^~~~~~~~~~~~
  1968.  
  1969. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  1970.  
  1971.        #define PROBE_PT_2_Y MIN_PROBE_Y
  1972.  
  1973.                             ^
  1974.  
  1975. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  1976.  
  1977.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1978.  
  1979.                                        ^
  1980.  
  1981. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  1982.  
  1983.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  1984.  
  1985.                         ^~~~~~~~~~~~
  1986.  
  1987. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  1988.  
  1989.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  1990.  
  1991.                                       ^
  1992.  
  1993. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  1994.  
  1995.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  1996.  
  1997.                                 ^
  1998.  
  1999. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2000.  
  2001.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2002.  
  2003.                             ^
  2004.  
  2005. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2006.  
  2007.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2008.  
  2009.                          ^
  2010.  
  2011. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2012.  
  2013.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2014.  
  2015.                         ^~~~~~~~~~~~
  2016.  
  2017. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  2018.  
  2019.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2020.  
  2021.                                                    ^
  2022.  
  2023. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2024.  
  2025.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2026.  
  2027.                                               ^
  2028.  
  2029. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  2030.  
  2031.        #define PROBE_PT_2_X MAX_PROBE_X
  2032.  
  2033.                             ^
  2034.  
  2035. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2036.  
  2037.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2038.  
  2039.                          ^
  2040.  
  2041. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2042.  
  2043.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2044.  
  2045.                         ^~~~~~~~~~~~
  2046.  
  2047. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2048.  
  2049.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2050.  
  2051.                                       ^
  2052.  
  2053. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2054.  
  2055.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2056.  
  2057.                                 ^
  2058.  
  2059. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  2060.  
  2061.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2062.  
  2063.                                       ^
  2064.  
  2065. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2066.  
  2067.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2068.  
  2069.                                 ^
  2070.  
  2071. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  2072.  
  2073.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2074.  
  2075.                                       ^
  2076.  
  2077. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2078.  
  2079.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2080.  
  2081.                                 ^
  2082.  
  2083. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2084.  
  2085.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2086.  
  2087.                             ^
  2088.  
  2089. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2090.  
  2091.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2092.  
  2093.                                        ^
  2094.  
  2095. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2096.  
  2097.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2098.  
  2099.                         ^~~~~~~~~~~~
  2100.  
  2101. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  2102.  
  2103.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2104.  
  2105.                                       ^
  2106.  
  2107. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2108.  
  2109.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2110.  
  2111.                                 ^
  2112.  
  2113. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2114.  
  2115.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  2116.  
  2117.                                       ^
  2118.  
  2119. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2120.  
  2121.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2122.  
  2123.                                 ^
  2124.  
  2125. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  2126.  
  2127.        #define PROBE_PT_1_X MIN_PROBE_X
  2128.  
  2129.                             ^
  2130.  
  2131. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2132.  
  2133.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2134.  
  2135.                                        ^
  2136.  
  2137. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  2138.  
  2139.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  2140.  
  2141.                         ^~~~~~~~~~~~
  2142.  
  2143. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2144.  
  2145.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2146.  
  2147.                                       ^
  2148.  
  2149. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2150.  
  2151.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2152.  
  2153.                                 ^
  2154.  
  2155. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  2156.  
  2157.        #define PROBE_PT_2_X MAX_PROBE_X
  2158.  
  2159.                             ^
  2160.  
  2161. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2162.  
  2163.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2164.  
  2165.                                        ^
  2166.  
  2167. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2168.  
  2169.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2170.  
  2171.                         ^~~~~~~~~~~~
  2172.  
  2173. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  2174.  
  2175.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  2176.  
  2177.                                                    ^
  2178.  
  2179. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2180.  
  2181.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2182.  
  2183.                                               ^
  2184.  
  2185. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2186.  
  2187.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2188.  
  2189.                                       ^
  2190.  
  2191. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2192.  
  2193.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2194.  
  2195.                                 ^
  2196.  
  2197. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2198.  
  2199.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2200.  
  2201.                             ^
  2202.  
  2203. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2204.  
  2205.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2206.  
  2207.                                        ^
  2208.  
  2209. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2210.  
  2211.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2212.  
  2213.                         ^~~~~~~~~~~~
  2214.  
  2215. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2216.  
  2217.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2218.  
  2219.                                       ^
  2220.  
  2221. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2222.  
  2223.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2224.  
  2225.                                 ^
  2226.  
  2227. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  2228.  
  2229.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2230.  
  2231.                                                    ^
  2232.  
  2233. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2234.  
  2235.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2236.  
  2237.                                               ^
  2238.  
  2239. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2240.  
  2241.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2242.  
  2243.                             ^
  2244.  
  2245. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2246.  
  2247.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2248.  
  2249.                                        ^
  2250.  
  2251. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2252.  
  2253.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2254.  
  2255.                         ^~~~~~~~~~~~
  2256.  
  2257. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  2258.  
  2259.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2260.  
  2261.                                                    ^
  2262.  
  2263. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2264.  
  2265.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2266.  
  2267.                                               ^
  2268.  
  2269. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  2270.  
  2271.        #define PROBE_PT_2_X MAX_PROBE_X
  2272.  
  2273.                             ^
  2274.  
  2275. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2276.  
  2277.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2278.  
  2279.                          ^
  2280.  
  2281. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2282.  
  2283.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2284.  
  2285.                         ^~~~~~~~~~~~
  2286.  
  2287. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2288.  
  2289.        #define PROBE_PT_1_X MIN_PROBE_X
  2290.  
  2291.                             ^
  2292.  
  2293. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2294.  
  2295.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2296.  
  2297.                                        ^
  2298.  
  2299. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  2300.  
  2301.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  2302.  
  2303.                         ^~~~~~~~~~~~
  2304.  
  2305. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  2306.  
  2307.        #define PROBE_PT_2_X MAX_PROBE_X
  2308.  
  2309.                             ^
  2310.  
  2311. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2312.  
  2313.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2314.  
  2315.                                        ^
  2316.  
  2317. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2318.  
  2319.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2320.  
  2321.                         ^~~~~~~~~~~~
  2322.  
  2323. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  2324.  
  2325.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  2326.  
  2327.                                                    ^
  2328.  
  2329. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2330.  
  2331.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2332.  
  2333.                                               ^
  2334.  
  2335. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  2336.  
  2337.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2338.  
  2339.                                                    ^
  2340.  
  2341. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2342.  
  2343.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2344.  
  2345.                                               ^
  2346.  
  2347. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  2348.  
  2349.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2350.  
  2351.                                                    ^
  2352.  
  2353. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2354.  
  2355.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2356.  
  2357.                                               ^
  2358.  
  2359. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  2360.  
  2361.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2362.  
  2363.                                                    ^
  2364.  
  2365. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2366.  
  2367.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2368.  
  2369.                                               ^
  2370.  
  2371. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2372.  
  2373.        #define PROBE_PT_2_Y MIN_PROBE_Y
  2374.  
  2375.                             ^
  2376.  
  2377. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2378.  
  2379.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2380.  
  2381.                          ^
  2382.  
  2383. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  2384.  
  2385.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2386.  
  2387.                         ^~~~~~~~~~~~
  2388.  
  2389. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2390.  
  2391.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2392.  
  2393.                             ^
  2394.  
  2395. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2396.  
  2397.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2398.  
  2399.                          ^
  2400.  
  2401. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2402.  
  2403.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2404.  
  2405.                         ^~~~~~~~~~~~
  2406.  
  2407. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2408.  
  2409.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2410.  
  2411.                             ^
  2412.  
  2413. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2414.  
  2415.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2416.  
  2417.                          ^
  2418.  
  2419. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2420.  
  2421.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2422.  
  2423.                         ^~~~~~~~~~~~
  2424.  
  2425. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  2426.  
  2427.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2428.  
  2429.                                       ^
  2430.  
  2431. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2432.  
  2433.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2434.  
  2435.                                 ^
  2436.  
  2437. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  2438.  
  2439.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2440.  
  2441.                                                    ^
  2442.  
  2443. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2444.  
  2445.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2446.  
  2447.                                               ^
  2448.  
  2449. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  2450.  
  2451.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2452.  
  2453.                                       ^
  2454.  
  2455. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2456.  
  2457.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2458.  
  2459.                                 ^
  2460.  
  2461. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2462.  
  2463.        #define PROBE_PT_2_Y MIN_PROBE_Y
  2464.  
  2465.                             ^
  2466.  
  2467. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2468.  
  2469.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2470.  
  2471.                          ^
  2472.  
  2473. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  2474.  
  2475.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2476.  
  2477.                         ^~~~~~~~~~~~
  2478.  
  2479. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  2480.  
  2481.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2482.  
  2483.                                       ^
  2484.  
  2485. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2486.  
  2487.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2488.  
  2489.                                 ^
  2490.  
  2491. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2492.  
  2493.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2494.  
  2495.                             ^
  2496.  
  2497. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2498.  
  2499.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2500.  
  2501.                                        ^
  2502.  
  2503. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2504.  
  2505.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2506.  
  2507.                         ^~~~~~~~~~~~
  2508.  
  2509. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  2510.  
  2511.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2512.  
  2513.                                                    ^
  2514.  
  2515. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2516.  
  2517.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2518.  
  2519.                                               ^
  2520.  
  2521. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2522.  
  2523.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2524.  
  2525.                                       ^
  2526.  
  2527. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2528.  
  2529.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2530.  
  2531.                                 ^
  2532.  
  2533. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2534.  
  2535.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2536.  
  2537.                             ^
  2538.  
  2539. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2540.  
  2541.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2542.  
  2543.                                        ^
  2544.  
  2545. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2546.  
  2547.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2548.  
  2549.                         ^~~~~~~~~~~~
  2550.  
  2551. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2552.  
  2553.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2554.  
  2555.                                       ^
  2556.  
  2557. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2558.  
  2559.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2560.  
  2561.                                 ^
  2562.  
  2563. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  2564.  
  2565.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2566.  
  2567.                                                    ^
  2568.  
  2569. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2570.  
  2571.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2572.  
  2573.                                               ^
  2574.  
  2575. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2576.  
  2577.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2578.  
  2579.                                       ^
  2580.  
  2581. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2582.  
  2583.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2584.  
  2585.                                 ^
  2586.  
  2587. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2588.  
  2589.        #define PROBE_PT_2_Y MIN_PROBE_Y
  2590.  
  2591.                             ^
  2592.  
  2593. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2594.  
  2595.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2596.  
  2597.                                        ^
  2598.  
  2599. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  2600.  
  2601.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2602.  
  2603.                         ^~~~~~~~~~~~
  2604.  
  2605. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  2606.  
  2607.        #define PROBE_PT_2_X MAX_PROBE_X
  2608.  
  2609.                             ^
  2610.  
  2611. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2612.  
  2613.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2614.  
  2615.                          ^
  2616.  
  2617. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2618.  
  2619.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2620.  
  2621.                         ^~~~~~~~~~~~
  2622.  
  2623. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  2624.  
  2625.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2626.  
  2627.                                       ^
  2628.  
  2629. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2630.  
  2631.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2632.  
  2633.                                 ^
  2634.  
  2635. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  2636.  
  2637.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2638.  
  2639.                                                    ^
  2640.  
  2641. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2642.  
  2643.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2644.  
  2645.                                               ^
  2646.  
  2647. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2648.  
  2649.        #define PROBE_PT_2_Y MIN_PROBE_Y
  2650.  
  2651.                             ^
  2652.  
  2653. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2654.  
  2655.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2656.  
  2657.                          ^
  2658.  
  2659. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  2660.  
  2661.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2662.  
  2663.                         ^~~~~~~~~~~~
  2664.  
  2665. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  2666.  
  2667.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  2668.  
  2669.                                                    ^
  2670.  
  2671. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2672.  
  2673.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2674.  
  2675.                                               ^
  2676.  
  2677. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2678.  
  2679.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2680.  
  2681.                             ^
  2682.  
  2683. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2684.  
  2685.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2686.  
  2687.                          ^
  2688.  
  2689. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2690.  
  2691.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2692.  
  2693.                         ^~~~~~~~~~~~
  2694.  
  2695. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2696.  
  2697.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2698.  
  2699.                                       ^
  2700.  
  2701. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2702.  
  2703.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2704.  
  2705.                                 ^
  2706.  
  2707. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  2708.  
  2709.        #define PROBE_PT_2_X MAX_PROBE_X
  2710.  
  2711.                             ^
  2712.  
  2713. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2714.  
  2715.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2716.  
  2717.                                        ^
  2718.  
  2719. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2720.  
  2721.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2722.  
  2723.                         ^~~~~~~~~~~~
  2724.  
  2725. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2726.  
  2727.        #define PROBE_PT_2_Y MIN_PROBE_Y
  2728.  
  2729.                             ^
  2730.  
  2731. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2732.  
  2733.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2734.  
  2735.                                        ^
  2736.  
  2737. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  2738.  
  2739.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2740.  
  2741.                         ^~~~~~~~~~~~
  2742.  
  2743. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2744.  
  2745.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2746.  
  2747.                             ^
  2748.  
  2749. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2750.  
  2751.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2752.  
  2753.                          ^
  2754.  
  2755. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2756.  
  2757.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2758.  
  2759.                         ^~~~~~~~~~~~
  2760.  
  2761. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  2762.  
  2763.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2764.  
  2765.                                                    ^
  2766.  
  2767. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2768.  
  2769.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2770.  
  2771.                                               ^
  2772.  
  2773. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  2774.  
  2775.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2776.  
  2777.                             ^
  2778.  
  2779. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2780.  
  2781.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2782.  
  2783.                                        ^
  2784.  
  2785. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2786.  
  2787.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2788.  
  2789.                         ^~~~~~~~~~~~
  2790.  
  2791. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  2792.  
  2793.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2794.  
  2795.                                       ^
  2796.  
  2797. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2798.  
  2799.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2800.  
  2801.                                 ^
  2802.  
  2803. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  2804.  
  2805.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2806.  
  2807.                                                    ^
  2808.  
  2809. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2810.  
  2811.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2812.  
  2813.                                               ^
  2814.  
  2815. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  2816.  
  2817.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2818.  
  2819.                                                    ^
  2820.  
  2821. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2822.  
  2823.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2824.  
  2825.                                               ^
  2826.  
  2827. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2828.  
  2829.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2830.  
  2831.                             ^
  2832.  
  2833. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2834.  
  2835.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2836.  
  2837.                          ^
  2838.  
  2839. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2840.  
  2841.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2842.  
  2843.                         ^~~~~~~~~~~~
  2844.  
  2845. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  2846.  
  2847.        #define PROBE_PT_2_X MAX_PROBE_X
  2848.  
  2849.                             ^
  2850.  
  2851. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2852.  
  2853.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2854.  
  2855.                                        ^
  2856.  
  2857. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  2858.  
  2859.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2860.  
  2861.                         ^~~~~~~~~~~~
  2862.  
  2863. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  2864.  
  2865.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2866.  
  2867.                                                    ^
  2868.  
  2869. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2870.  
  2871.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2872.  
  2873.                                               ^
  2874.  
  2875. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  2876.  
  2877.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2878.  
  2879.                                                    ^
  2880.  
  2881. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2882.  
  2883.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2884.  
  2885.                                               ^
  2886.  
  2887. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  2888.  
  2889.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2890.  
  2891.                                                    ^
  2892.  
  2893. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2894.  
  2895.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2896.  
  2897.                                               ^
  2898.  
  2899. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  2900.  
  2901.        #define PROBE_PT_3_Y MAX_PROBE_Y
  2902.  
  2903.                             ^
  2904.  
  2905. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2906.  
  2907.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2908.  
  2909.                          ^
  2910.  
  2911. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  2912.  
  2913.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  2914.  
  2915.                         ^~~~~~~~~~~~
  2916.  
  2917. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2918.  
  2919.        #define PROBE_PT_2_Y MIN_PROBE_Y
  2920.  
  2921.                             ^
  2922.  
  2923. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2924.  
  2925.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2926.  
  2927.                          ^
  2928.  
  2929. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  2930.  
  2931.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2932.  
  2933.                         ^~~~~~~~~~~~
  2934.  
  2935. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  2936.  
  2937.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2938.  
  2939.                                       ^
  2940.  
  2941. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  2942.  
  2943.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2944.  
  2945.                                 ^
  2946.  
  2947. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  2948.  
  2949.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  2950.  
  2951.                                                    ^
  2952.  
  2953. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  2954.  
  2955.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2956.  
  2957.                                               ^
  2958.  
  2959. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  2960.  
  2961.        #define PROBE_PT_1_Y MIN_PROBE_Y
  2962.  
  2963.                             ^
  2964.  
  2965. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  2966.  
  2967.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2968.  
  2969.                                        ^
  2970.  
  2971. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  2972.  
  2973.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  2974.  
  2975.                         ^~~~~~~~~~~~
  2976.  
  2977. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  2978.  
  2979.        #define PROBE_PT_3_Y MAX_PROBE_Y
  2980.  
  2981.                             ^
  2982.  
  2983. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  2984.  
  2985.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  2986.  
  2987.                          ^
  2988.  
  2989. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  2990.  
  2991.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  2992.  
  2993.                         ^~~~~~~~~~~~
  2994.  
  2995. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  2996.  
  2997.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  2998.  
  2999.                                                    ^
  3000.  
  3001. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3002.  
  3003.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3004.  
  3005.                                               ^
  3006.  
  3007. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  3008.  
  3009.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  3010.  
  3011.                                       ^
  3012.  
  3013. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3014.  
  3015.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3016.  
  3017.                                 ^
  3018.  
  3019. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  3020.  
  3021.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3022.  
  3023.                             ^
  3024.  
  3025. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3026.  
  3027.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3028.  
  3029.                          ^
  3030.  
  3031. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3032.  
  3033.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3034.  
  3035.                         ^~~~~~~~~~~~
  3036.  
  3037. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3038.  
  3039.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3040.  
  3041.                                       ^
  3042.  
  3043. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3044.  
  3045.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3046.  
  3047.                                 ^
  3048.  
  3049. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  3050.  
  3051.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3052.  
  3053.                             ^
  3054.  
  3055. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3056.  
  3057.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3058.  
  3059.                          ^
  3060.  
  3061. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3062.  
  3063.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3064.  
  3065.                         ^~~~~~~~~~~~
  3066.  
  3067. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3068.  
  3069.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3070.  
  3071.                                       ^
  3072.  
  3073. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3074.  
  3075.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3076.  
  3077.                                 ^
  3078.  
  3079. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3080.  
  3081.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3082.  
  3083.                             ^
  3084.  
  3085. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3086.  
  3087.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3088.  
  3089.                          ^
  3090.  
  3091. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3092.  
  3093.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3094.  
  3095.                         ^~~~~~~~~~~~
  3096.  
  3097. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3098.  
  3099.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3100.  
  3101.                                       ^
  3102.  
  3103. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3104.  
  3105.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3106.  
  3107.                                 ^
  3108.  
  3109. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3110.  
  3111.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  3112.  
  3113.                                       ^
  3114.  
  3115. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3116.  
  3117.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3118.  
  3119.                                 ^
  3120.  
  3121. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  3122.  
  3123.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  3124.  
  3125.                                                    ^
  3126.  
  3127. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3128.  
  3129.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3130.  
  3131.                                               ^
  3132.  
  3133. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3134.  
  3135.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3136.  
  3137.                             ^
  3138.  
  3139. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3140.  
  3141.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3142.  
  3143.                                        ^
  3144.  
  3145. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3146.  
  3147.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3148.  
  3149.                         ^~~~~~~~~~~~
  3150.  
  3151. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3152.  
  3153.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3154.  
  3155.                                                    ^
  3156.  
  3157. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3158.  
  3159.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3160.  
  3161.                                               ^
  3162.  
  3163. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3164.  
  3165.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3166.  
  3167.                                       ^
  3168.  
  3169. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3170.  
  3171.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3172.  
  3173.                                 ^
  3174.  
  3175. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3176.  
  3177.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3178.  
  3179.                                       ^
  3180.  
  3181. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3182.  
  3183.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3184.  
  3185.                                 ^
  3186.  
  3187. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3188.  
  3189.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3190.  
  3191.                                       ^
  3192.  
  3193. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3194.  
  3195.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3196.  
  3197.                                 ^
  3198.  
  3199. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  3200.  
  3201.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  3202.  
  3203.                                                    ^
  3204.  
  3205. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3206.  
  3207.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3208.  
  3209.                                               ^
  3210.  
  3211. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  3212.  
  3213.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3214.  
  3215.                             ^
  3216.  
  3217. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3218.  
  3219.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3220.  
  3221.                                        ^
  3222.  
  3223. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3224.  
  3225.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3226.  
  3227.                         ^~~~~~~~~~~~
  3228.  
  3229. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  3230.  
  3231.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3232.  
  3233.                             ^
  3234.  
  3235. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3236.  
  3237.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3238.  
  3239.                                        ^
  3240.  
  3241. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3242.  
  3243.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3244.  
  3245.                         ^~~~~~~~~~~~
  3246.  
  3247. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3248.  
  3249.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3250.  
  3251.                             ^
  3252.  
  3253. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3254.  
  3255.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3256.  
  3257.                                        ^
  3258.  
  3259. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3260.  
  3261.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3262.  
  3263.                         ^~~~~~~~~~~~
  3264.  
  3265. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3266.  
  3267.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3268.  
  3269.                             ^
  3270.  
  3271. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3272.  
  3273.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3274.  
  3275.                          ^
  3276.  
  3277. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3278.  
  3279.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3280.  
  3281.                         ^~~~~~~~~~~~
  3282.  
  3283. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3284.  
  3285.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3286.  
  3287.                             ^
  3288.  
  3289. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3290.  
  3291.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3292.  
  3293.                          ^
  3294.  
  3295. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3296.  
  3297.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3298.  
  3299.                         ^~~~~~~~~~~~
  3300.  
  3301. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3302.  
  3303.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3304.  
  3305.                                       ^
  3306.  
  3307. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3308.  
  3309.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3310.  
  3311.                                 ^
  3312.  
  3313. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3314.  
  3315.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3316.  
  3317.                             ^
  3318.  
  3319. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3320.  
  3321.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3322.  
  3323.                          ^
  3324.  
  3325. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3326.  
  3327.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3328.  
  3329.                         ^~~~~~~~~~~~
  3330.  
  3331. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3332.  
  3333.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3334.  
  3335.                                       ^
  3336.  
  3337. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3338.  
  3339.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3340.  
  3341.                                 ^
  3342.  
  3343. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3344.  
  3345.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3346.  
  3347.                             ^
  3348.  
  3349. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3350.  
  3351.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3352.  
  3353.                                        ^
  3354.  
  3355. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3356.  
  3357.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3358.  
  3359.                         ^~~~~~~~~~~~
  3360.  
  3361. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  3362.  
  3363.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3364.  
  3365.                                                    ^
  3366.  
  3367. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3368.  
  3369.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3370.  
  3371.                                               ^
  3372.  
  3373. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  3374.  
  3375.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3376.  
  3377.                             ^
  3378.  
  3379. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3380.  
  3381.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3382.  
  3383.                                        ^
  3384.  
  3385. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3386.  
  3387.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3388.  
  3389.                         ^~~~~~~~~~~~
  3390.  
  3391. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  3392.  
  3393.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3394.  
  3395.                             ^
  3396.  
  3397. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3398.  
  3399.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3400.  
  3401.                                        ^
  3402.  
  3403. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3404.  
  3405.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3406.  
  3407.                         ^~~~~~~~~~~~
  3408.  
  3409. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3410.  
  3411.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3412.  
  3413.                                                    ^
  3414.  
  3415. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3416.  
  3417.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3418.  
  3419.                                               ^
  3420.  
  3421. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3422.  
  3423.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3424.  
  3425.                                                    ^
  3426.  
  3427. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3428.  
  3429.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3430.  
  3431.                                               ^
  3432.  
  3433. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3434.  
  3435.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3436.  
  3437.                             ^
  3438.  
  3439. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3440.  
  3441.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3442.  
  3443.                          ^
  3444.  
  3445. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3446.  
  3447.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3448.  
  3449.                         ^~~~~~~~~~~~
  3450.  
  3451. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3452.  
  3453.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3454.  
  3455.                                                    ^
  3456.  
  3457. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3458.  
  3459.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3460.  
  3461.                                               ^
  3462.  
  3463. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3464.  
  3465.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3466.  
  3467.                             ^
  3468.  
  3469. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3470.  
  3471.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3472.  
  3473.                          ^
  3474.  
  3475. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3476.  
  3477.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3478.  
  3479.                         ^~~~~~~~~~~~
  3480.  
  3481. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3482.  
  3483.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3484.  
  3485.                                       ^
  3486.  
  3487. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3488.  
  3489.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3490.  
  3491.                                 ^
  3492.  
  3493. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3494.  
  3495.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3496.  
  3497.                                       ^
  3498.  
  3499. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3500.  
  3501.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3502.  
  3503.                                 ^
  3504.  
  3505. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3506.  
  3507.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3508.  
  3509.                             ^
  3510.  
  3511. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3512.  
  3513.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3514.  
  3515.                                        ^
  3516.  
  3517. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3518.  
  3519.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3520.  
  3521.                         ^~~~~~~~~~~~
  3522.  
  3523. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3524.  
  3525.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3526.  
  3527.                             ^
  3528.  
  3529. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3530.  
  3531.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3532.  
  3533.                          ^
  3534.  
  3535. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3536.  
  3537.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3538.  
  3539.                         ^~~~~~~~~~~~
  3540.  
  3541. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3542.  
  3543.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3544.  
  3545.                                       ^
  3546.  
  3547. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3548.  
  3549.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3550.  
  3551.                                 ^
  3552.  
  3553. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  3554.  
  3555.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3556.  
  3557.                                                    ^
  3558.  
  3559. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3560.  
  3561.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3562.  
  3563.                                               ^
  3564.  
  3565. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  3566.  
  3567.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3568.  
  3569.                                                    ^
  3570.  
  3571. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3572.  
  3573.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3574.  
  3575.                                               ^
  3576.  
  3577. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  3578.  
  3579.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3580.  
  3581.                                                    ^
  3582.  
  3583. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3584.  
  3585.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3586.  
  3587.                                               ^
  3588.  
  3589. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3590.  
  3591.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3592.  
  3593.                             ^
  3594.  
  3595. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3596.  
  3597.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3598.  
  3599.                                        ^
  3600.  
  3601. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3602.  
  3603.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3604.  
  3605.                         ^~~~~~~~~~~~
  3606.  
  3607. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3608.  
  3609.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3610.  
  3611.                                                    ^
  3612.  
  3613. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3614.  
  3615.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3616.  
  3617.                                               ^
  3618.  
  3619. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  3620.  
  3621.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3622.  
  3623.                             ^
  3624.  
  3625. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3626.  
  3627.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3628.  
  3629.                          ^
  3630.  
  3631. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3632.  
  3633.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3634.  
  3635.                         ^~~~~~~~~~~~
  3636.  
  3637. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3638.  
  3639.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3640.  
  3641.                                       ^
  3642.  
  3643. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3644.  
  3645.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3646.  
  3647.                                 ^
  3648.  
  3649. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3650.  
  3651.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3652.  
  3653.                             ^
  3654.  
  3655. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3656.  
  3657.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3658.  
  3659.                                        ^
  3660.  
  3661. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3662.  
  3663.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3664.  
  3665.                         ^~~~~~~~~~~~
  3666.  
  3667. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3668.  
  3669.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3670.  
  3671.                                       ^
  3672.  
  3673. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3674.  
  3675.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3676.  
  3677.                                 ^
  3678.  
  3679. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  3680.  
  3681.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3682.  
  3683.                                       ^
  3684.  
  3685. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3686.  
  3687.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3688.  
  3689.                                 ^
  3690.  
  3691. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  3692.  
  3693.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3694.  
  3695.                                                    ^
  3696.  
  3697. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3698.  
  3699.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3700.  
  3701.                                               ^
  3702.  
  3703. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  3704.  
  3705.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3706.  
  3707.                             ^
  3708.  
  3709. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3710.  
  3711.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3712.  
  3713.                          ^
  3714.  
  3715. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3716.  
  3717.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3718.  
  3719.                         ^~~~~~~~~~~~
  3720.  
  3721. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3722.  
  3723.        #define PROBE_PT_1_Y MIN_PROBE_Y
  3724.  
  3725.                             ^
  3726.  
  3727. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3728.  
  3729.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3730.  
  3731.                                        ^
  3732.  
  3733. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  3734.  
  3735.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  3736.  
  3737.                         ^~~~~~~~~~~~
  3738.  
  3739. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3740.  
  3741.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3742.  
  3743.                             ^
  3744.  
  3745. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3746.  
  3747.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3748.  
  3749.                                        ^
  3750.  
  3751. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3752.  
  3753.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3754.  
  3755.                         ^~~~~~~~~~~~
  3756.  
  3757. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3758.  
  3759.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3760.  
  3761.                                       ^
  3762.  
  3763. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3764.  
  3765.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3766.  
  3767.                                 ^
  3768.  
  3769. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  3770.  
  3771.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3772.  
  3773.                             ^
  3774.  
  3775. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3776.  
  3777.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3778.  
  3779.                          ^
  3780.  
  3781. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3782.  
  3783.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3784.  
  3785.                         ^~~~~~~~~~~~
  3786.  
  3787. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3788.  
  3789.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3790.  
  3791.                             ^
  3792.  
  3793. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3794.  
  3795.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3796.  
  3797.                                        ^
  3798.  
  3799. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3800.  
  3801.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3802.  
  3803.                         ^~~~~~~~~~~~
  3804.  
  3805. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3806.  
  3807.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3808.  
  3809.                                                    ^
  3810.  
  3811. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3812.  
  3813.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3814.  
  3815.                                               ^
  3816.  
  3817. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  3818.  
  3819.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  3820.  
  3821.                                                    ^
  3822.  
  3823. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3824.  
  3825.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3826.  
  3827.                                               ^
  3828.  
  3829. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  3830.  
  3831.        #define PROBE_PT_2_X MAX_PROBE_X
  3832.  
  3833.                             ^
  3834.  
  3835. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3836.  
  3837.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3838.  
  3839.                          ^
  3840.  
  3841. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  3842.  
  3843.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  3844.  
  3845.                         ^~~~~~~~~~~~
  3846.  
  3847. In file included from sketch\MarlinConfig.h:27:0,
  3848.  
  3849.                  from sketch\enum.h:26,
  3850.  
  3851.                  from sketch\advi3pp.h:25,
  3852.  
  3853.                  from sketch\advi3pp_facade.cpp:21:
  3854.  
  3855. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  3856.  
  3857.        #define PROBE_PT_1_X MIN_PROBE_X
  3858.  
  3859.                             ^
  3860.  
  3861. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3862.  
  3863.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3864.  
  3865.                          ^
  3866.  
  3867. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  3868.  
  3869.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  3870.  
  3871.                         ^~~~~~~~~~~~
  3872.  
  3873. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3874.  
  3875.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3876.  
  3877.                             ^
  3878.  
  3879. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  3880.  
  3881.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3882.  
  3883.                                        ^
  3884.  
  3885. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3886.  
  3887.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3888.  
  3889.                         ^~~~~~~~~~~~
  3890.  
  3891. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3892.  
  3893.        #define PROBE_PT_2_Y MIN_PROBE_Y
  3894.  
  3895.                             ^
  3896.  
  3897. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3898.  
  3899.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3900.  
  3901.                          ^
  3902.  
  3903. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  3904.  
  3905.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3906.  
  3907.                         ^~~~~~~~~~~~
  3908.  
  3909. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  3910.  
  3911.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3912.  
  3913.                                                    ^
  3914.  
  3915. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3916.  
  3917.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3918.  
  3919.                                               ^
  3920.  
  3921. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  3922.  
  3923.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3924.  
  3925.                                       ^
  3926.  
  3927. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3928.  
  3929.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3930.  
  3931.                                 ^
  3932.  
  3933. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  3934.  
  3935.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  3936.  
  3937.                                                    ^
  3938.  
  3939. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  3940.  
  3941.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3942.  
  3943.                                               ^
  3944.  
  3945. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  3946.  
  3947.        #define PROBE_PT_3_Y MAX_PROBE_Y
  3948.  
  3949.                             ^
  3950.  
  3951. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3952.  
  3953.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3954.  
  3955.                          ^
  3956.  
  3957. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  3958.  
  3959.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  3960.  
  3961.                         ^~~~~~~~~~~~
  3962.  
  3963. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  3964.  
  3965.        #define PROBE_PT_2_X MAX_PROBE_X
  3966.  
  3967.                             ^
  3968.  
  3969. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  3970.  
  3971.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3972.  
  3973.                          ^
  3974.  
  3975. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  3976.  
  3977.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  3978.  
  3979.                         ^~~~~~~~~~~~
  3980.  
  3981. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  3982.  
  3983.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  3984.  
  3985.                                       ^
  3986.  
  3987. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  3988.  
  3989.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  3990.  
  3991.                                 ^
  3992.  
  3993. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  3994.  
  3995.        #define PROBE_PT_1_X MIN_PROBE_X
  3996.  
  3997.                             ^
  3998.  
  3999. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4000.  
  4001.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4002.  
  4003.                          ^
  4004.  
  4005. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4006.  
  4007.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4008.  
  4009.                         ^~~~~~~~~~~~
  4010.  
  4011. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  4012.  
  4013.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4014.  
  4015.                             ^
  4016.  
  4017. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4018.  
  4019.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4020.  
  4021.                          ^
  4022.  
  4023. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4024.  
  4025.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4026.  
  4027.                         ^~~~~~~~~~~~
  4028.  
  4029. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4030.  
  4031.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  4032.  
  4033.                                       ^
  4034.  
  4035. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4036.  
  4037.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4038.  
  4039.                                 ^
  4040.  
  4041. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  4042.  
  4043.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  4044.  
  4045.                                                    ^
  4046.  
  4047. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4048.  
  4049.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4050.  
  4051.                                               ^
  4052.  
  4053. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  4054.  
  4055.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4056.  
  4057.                                       ^
  4058.  
  4059. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4060.  
  4061.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4062.  
  4063.                                 ^
  4064.  
  4065. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  4066.  
  4067.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4068.  
  4069.                                       ^
  4070.  
  4071. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4072.  
  4073.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4074.  
  4075.                                 ^
  4076.  
  4077. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  4078.  
  4079.        #define PROBE_PT_2_Y MIN_PROBE_Y
  4080.  
  4081.                             ^
  4082.  
  4083. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4084.  
  4085.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4086.  
  4087.                                        ^
  4088.  
  4089. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  4090.  
  4091.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  4092.  
  4093.                         ^~~~~~~~~~~~
  4094.  
  4095. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  4096.  
  4097.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4098.  
  4099.                             ^
  4100.  
  4101. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4102.  
  4103.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4104.  
  4105.                          ^
  4106.  
  4107. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4108.  
  4109.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4110.  
  4111.                         ^~~~~~~~~~~~
  4112.  
  4113. In file included from sketch\MarlinConfig.h:27:0,
  4114.  
  4115.                  from sketch\MarlinSerial.cpp:36:
  4116.  
  4117. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  4118.  
  4119.        #define PROBE_PT_1_X MIN_PROBE_X
  4120.  
  4121.                             ^
  4122.  
  4123. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4124.  
  4125.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4126.  
  4127.                          ^
  4128.  
  4129. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4130.  
  4131.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4132.  
  4133.                         ^~~~~~~~~~~~
  4134.  
  4135. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4136.  
  4137.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4138.  
  4139.                                       ^
  4140.  
  4141. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4142.  
  4143.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4144.  
  4145.                                 ^
  4146.  
  4147. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4148.  
  4149.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4150.  
  4151.                                       ^
  4152.  
  4153. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4154.  
  4155.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4156.  
  4157.                                 ^
  4158.  
  4159. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  4160.  
  4161.        #define PROBE_PT_2_X MAX_PROBE_X
  4162.  
  4163.                             ^
  4164.  
  4165. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4166.  
  4167.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4168.  
  4169.                                        ^
  4170.  
  4171. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  4172.  
  4173.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4174.  
  4175.                         ^~~~~~~~~~~~
  4176.  
  4177. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4178.  
  4179.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4180.  
  4181.                                       ^
  4182.  
  4183. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4184.  
  4185.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4186.  
  4187.                                 ^
  4188.  
  4189. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  4190.  
  4191.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4192.  
  4193.                             ^
  4194.  
  4195. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4196.  
  4197.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4198.  
  4199.                                        ^
  4200.  
  4201. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4202.  
  4203.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4204.  
  4205.                         ^~~~~~~~~~~~
  4206.  
  4207. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  4208.  
  4209.        #define PROBE_PT_1_X MIN_PROBE_X
  4210.  
  4211.                             ^
  4212.  
  4213. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4214.  
  4215.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4216.  
  4217.                                        ^
  4218.  
  4219. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4220.  
  4221.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4222.  
  4223.                         ^~~~~~~~~~~~
  4224.  
  4225. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4226.  
  4227.        #define PROBE_PT_2_Y MIN_PROBE_Y
  4228.  
  4229.                             ^
  4230.  
  4231. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4232.  
  4233.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4234.  
  4235.                                        ^
  4236.  
  4237. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  4238.  
  4239.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  4240.  
  4241.                         ^~~~~~~~~~~~
  4242.  
  4243. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  4244.  
  4245.        #define PROBE_PT_2_X MAX_PROBE_X
  4246.  
  4247.                             ^
  4248.  
  4249. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4250.  
  4251.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4252.  
  4253.                                        ^
  4254.  
  4255. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  4256.  
  4257.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4258.  
  4259.                         ^~~~~~~~~~~~
  4260.  
  4261. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  4262.  
  4263.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4264.  
  4265.                             ^
  4266.  
  4267. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4268.  
  4269.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4270.  
  4271.                          ^
  4272.  
  4273. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4274.  
  4275.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4276.  
  4277.                         ^~~~~~~~~~~~
  4278.  
  4279. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  4280.  
  4281.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  4282.  
  4283.                                                    ^
  4284.  
  4285. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4286.  
  4287.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4288.  
  4289.                                               ^
  4290.  
  4291. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  4292.  
  4293.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4294.  
  4295.                                                    ^
  4296.  
  4297. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4298.  
  4299.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4300.  
  4301.                                               ^
  4302.  
  4303. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  4304.  
  4305.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4306.  
  4307.                                       ^
  4308.  
  4309. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4310.  
  4311.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4312.  
  4313.                                 ^
  4314.  
  4315. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4316.  
  4317.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4318.  
  4319.                                       ^
  4320.  
  4321. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4322.  
  4323.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4324.  
  4325.                                 ^
  4326.  
  4327. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4328.  
  4329.        #define PROBE_PT_1_X MIN_PROBE_X
  4330.  
  4331.                             ^
  4332.  
  4333. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4334.  
  4335.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4336.  
  4337.                                        ^
  4338.  
  4339. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4340.  
  4341.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4342.  
  4343.                         ^~~~~~~~~~~~
  4344.  
  4345. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  4346.  
  4347.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4348.  
  4349.                             ^
  4350.  
  4351. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4352.  
  4353.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4354.  
  4355.                                        ^
  4356.  
  4357. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4358.  
  4359.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4360.  
  4361.                         ^~~~~~~~~~~~
  4362.  
  4363. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  4364.  
  4365.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4366.  
  4367.                                                    ^
  4368.  
  4369. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4370.  
  4371.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4372.  
  4373.                                               ^
  4374.  
  4375. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  4376.  
  4377.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4378.  
  4379.                                                    ^
  4380.  
  4381. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4382.  
  4383.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4384.  
  4385.                                               ^
  4386.  
  4387. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  4388.  
  4389.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  4390.  
  4391.                                       ^
  4392.  
  4393. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4394.  
  4395.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4396.  
  4397.                                 ^
  4398.  
  4399. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  4400.  
  4401.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  4402.  
  4403.                                                    ^
  4404.  
  4405. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4406.  
  4407.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4408.  
  4409.                                               ^
  4410.  
  4411. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  4412.  
  4413.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4414.  
  4415.                             ^
  4416.  
  4417. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4418.  
  4419.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4420.  
  4421.                          ^
  4422.  
  4423. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4424.  
  4425.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4426.  
  4427.                         ^~~~~~~~~~~~
  4428.  
  4429. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  4430.  
  4431.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4432.  
  4433.                             ^
  4434.  
  4435. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4436.  
  4437.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4438.  
  4439.                                        ^
  4440.  
  4441. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4442.  
  4443.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4444.  
  4445.                         ^~~~~~~~~~~~
  4446.  
  4447. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  4448.  
  4449.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4450.  
  4451.                                                    ^
  4452.  
  4453. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4454.  
  4455.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4456.  
  4457.                                               ^
  4458.  
  4459. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4460.  
  4461.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  4462.  
  4463.                                       ^
  4464.  
  4465. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4466.  
  4467.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4468.  
  4469.                                 ^
  4470.  
  4471. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  4472.  
  4473.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  4474.  
  4475.                                                    ^
  4476.  
  4477. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4478.  
  4479.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4480.  
  4481.                                               ^
  4482.  
  4483. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  4484.  
  4485.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4486.  
  4487.                                                    ^
  4488.  
  4489. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4490.  
  4491.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4492.  
  4493.                                               ^
  4494.  
  4495. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  4496.  
  4497.        #define PROBE_PT_2_X MAX_PROBE_X
  4498.  
  4499.                             ^
  4500.  
  4501. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4502.  
  4503.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4504.  
  4505.                          ^
  4506.  
  4507. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  4508.  
  4509.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4510.  
  4511.                         ^~~~~~~~~~~~
  4512.  
  4513. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  4514.  
  4515.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4516.  
  4517.                             ^
  4518.  
  4519. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4520.  
  4521.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4522.  
  4523.                          ^
  4524.  
  4525. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4526.  
  4527.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4528.  
  4529.                         ^~~~~~~~~~~~
  4530.  
  4531. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  4532.  
  4533.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4534.  
  4535.                                       ^
  4536.  
  4537. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4538.  
  4539.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4540.  
  4541.                                 ^
  4542.  
  4543. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4544.  
  4545.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4546.  
  4547.                                       ^
  4548.  
  4549. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4550.  
  4551.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4552.  
  4553.                                 ^
  4554.  
  4555. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  4556.  
  4557.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4558.  
  4559.                             ^
  4560.  
  4561. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4562.  
  4563.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4564.  
  4565.                                        ^
  4566.  
  4567. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4568.  
  4569.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4570.  
  4571.                         ^~~~~~~~~~~~
  4572.  
  4573. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  4574.  
  4575.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4576.  
  4577.                                                    ^
  4578.  
  4579. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4580.  
  4581.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4582.  
  4583.                                               ^
  4584.  
  4585. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  4586.  
  4587.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4588.  
  4589.                             ^
  4590.  
  4591. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4592.  
  4593.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4594.  
  4595.                                        ^
  4596.  
  4597. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4598.  
  4599.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4600.  
  4601.                         ^~~~~~~~~~~~
  4602.  
  4603. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  4604.  
  4605.        #define PROBE_PT_2_X MAX_PROBE_X
  4606.  
  4607.                             ^
  4608.  
  4609. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4610.  
  4611.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4612.  
  4613.                          ^
  4614.  
  4615. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  4616.  
  4617.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4618.  
  4619.                         ^~~~~~~~~~~~
  4620.  
  4621. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  4622.  
  4623.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  4624.  
  4625.                                                    ^
  4626.  
  4627. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4628.  
  4629.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4630.  
  4631.                                               ^
  4632.  
  4633. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  4634.  
  4635.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4636.  
  4637.                                                    ^
  4638.  
  4639. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4640.  
  4641.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4642.  
  4643.                                               ^
  4644.  
  4645. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  4646.  
  4647.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4648.  
  4649.                                       ^
  4650.  
  4651. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4652.  
  4653.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4654.  
  4655.                                 ^
  4656.  
  4657. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  4658.  
  4659.        #define PROBE_PT_1_Y MIN_PROBE_Y
  4660.  
  4661.                             ^
  4662.  
  4663. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4664.  
  4665.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4666.  
  4667.                          ^
  4668.  
  4669. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  4670.  
  4671.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4672.  
  4673.                         ^~~~~~~~~~~~
  4674.  
  4675. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  4676.  
  4677.        #define PROBE_PT_3_Y MAX_PROBE_Y
  4678.  
  4679.                             ^
  4680.  
  4681. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4682.  
  4683.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4684.  
  4685.                                        ^
  4686.  
  4687. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  4688.  
  4689.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4690.  
  4691.                         ^~~~~~~~~~~~
  4692.  
  4693. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  4694.  
  4695.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4696.  
  4697.                                                    ^
  4698.  
  4699. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4700.  
  4701.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4702.  
  4703.                                               ^
  4704.  
  4705. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4706.  
  4707.        #define PROBE_PT_1_Y MIN_PROBE_Y
  4708.  
  4709.                             ^
  4710.  
  4711. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4712.  
  4713.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4714.  
  4715.                          ^
  4716.  
  4717. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  4718.  
  4719.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4720.  
  4721.                         ^~~~~~~~~~~~
  4722.  
  4723. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4724.  
  4725.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4726.  
  4727.                                       ^
  4728.  
  4729. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4730.  
  4731.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4732.  
  4733.                                 ^
  4734.  
  4735. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  4736.  
  4737.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4738.  
  4739.                                       ^
  4740.  
  4741. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4742.  
  4743.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4744.  
  4745.                                 ^
  4746.  
  4747. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  4748.  
  4749.        #define PROBE_PT_2_X MAX_PROBE_X
  4750.  
  4751.                             ^
  4752.  
  4753. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4754.  
  4755.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4756.  
  4757.                                        ^
  4758.  
  4759. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  4760.  
  4761.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4762.  
  4763.                         ^~~~~~~~~~~~
  4764.  
  4765. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  4766.  
  4767.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4768.  
  4769.                                                    ^
  4770.  
  4771. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4772.  
  4773.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4774.  
  4775.                                               ^
  4776.  
  4777. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4778.  
  4779.        #define PROBE_PT_1_X MIN_PROBE_X
  4780.  
  4781.                             ^
  4782.  
  4783. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4784.  
  4785.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4786.  
  4787.                          ^
  4788.  
  4789. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4790.  
  4791.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4792.  
  4793.                         ^~~~~~~~~~~~
  4794.  
  4795. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  4796.  
  4797.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4798.  
  4799.                                       ^
  4800.  
  4801. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4802.  
  4803.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4804.  
  4805.                                 ^
  4806.  
  4807. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  4808.  
  4809.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  4810.  
  4811.                                                    ^
  4812.  
  4813. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4814.  
  4815.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4816.  
  4817.                                               ^
  4818.  
  4819. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  4820.  
  4821.        #define PROBE_PT_2_X MAX_PROBE_X
  4822.  
  4823.                             ^
  4824.  
  4825. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4826.  
  4827.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4828.  
  4829.                                        ^
  4830.  
  4831. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  4832.  
  4833.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4834.  
  4835.                         ^~~~~~~~~~~~
  4836.  
  4837. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  4838.  
  4839.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  4840.  
  4841.                                                    ^
  4842.  
  4843. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4844.  
  4845.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4846.  
  4847.                                               ^
  4848.  
  4849. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4850.  
  4851.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4852.  
  4853.                                       ^
  4854.  
  4855. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4856.  
  4857.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4858.  
  4859.                                 ^
  4860.  
  4861. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  4862.  
  4863.        #define PROBE_PT_1_Y MIN_PROBE_Y
  4864.  
  4865.                             ^
  4866.  
  4867. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4868.  
  4869.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4870.  
  4871.                                        ^
  4872.  
  4873. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  4874.  
  4875.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4876.  
  4877.                         ^~~~~~~~~~~~
  4878.  
  4879. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  4880.  
  4881.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4882.  
  4883.                                       ^
  4884.  
  4885. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  4886.  
  4887.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4888.  
  4889.                                 ^
  4890.  
  4891. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  4892.  
  4893.        #define PROBE_PT_1_X MIN_PROBE_X
  4894.  
  4895.                             ^
  4896.  
  4897. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4898.  
  4899.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4900.  
  4901.                                        ^
  4902.  
  4903. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4904.  
  4905.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4906.  
  4907.                         ^~~~~~~~~~~~
  4908.  
  4909. In file included from sketch\MarlinConfig.h:27:0,
  4910.  
  4911.                  from sketch\Sd2Card.cpp:29:
  4912.  
  4913. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  4914.  
  4915.        #define PROBE_PT_1_X MIN_PROBE_X
  4916.  
  4917.                             ^
  4918.  
  4919. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4920.  
  4921.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4922.  
  4923.                          ^
  4924.  
  4925. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4926.  
  4927.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4928.  
  4929.                         ^~~~~~~~~~~~
  4930.  
  4931. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4932.  
  4933.        #define PROBE_PT_1_X MIN_PROBE_X
  4934.  
  4935.                             ^
  4936.  
  4937. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4938.  
  4939.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4940.  
  4941.                                        ^
  4942.  
  4943. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  4944.  
  4945.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4946.  
  4947.                         ^~~~~~~~~~~~
  4948.  
  4949. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4950.  
  4951.        #define PROBE_PT_1_Y MIN_PROBE_Y
  4952.  
  4953.                             ^
  4954.  
  4955. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  4956.  
  4957.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4958.  
  4959.                                        ^
  4960.  
  4961. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  4962.  
  4963.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4964.  
  4965.                         ^~~~~~~~~~~~
  4966.  
  4967. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  4968.  
  4969.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  4970.  
  4971.                                                    ^
  4972.  
  4973. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4974.  
  4975.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4976.  
  4977.                                               ^
  4978.  
  4979. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  4980.  
  4981.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  4982.  
  4983.                                                    ^
  4984.  
  4985. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  4986.  
  4987.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  4988.  
  4989.                                               ^
  4990.  
  4991. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  4992.  
  4993.        #define PROBE_PT_1_X MIN_PROBE_X
  4994.  
  4995.                             ^
  4996.  
  4997. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  4998.  
  4999.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5000.  
  5001.                          ^
  5002.  
  5003. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5004.  
  5005.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5006.  
  5007.                         ^~~~~~~~~~~~
  5008.  
  5009. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  5010.  
  5011.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5012.  
  5013.                                       ^
  5014.  
  5015. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5016.  
  5017.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5018.  
  5019.                                 ^
  5020.  
  5021. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  5022.  
  5023.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5024.  
  5025.                                                    ^
  5026.  
  5027. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5028.  
  5029.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5030.  
  5031.                                               ^
  5032.  
  5033. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  5034.  
  5035.        #define PROBE_PT_2_X MAX_PROBE_X
  5036.  
  5037.                             ^
  5038.  
  5039. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5040.  
  5041.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5042.  
  5043.                          ^
  5044.  
  5045. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5046.  
  5047.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5048.  
  5049.                         ^~~~~~~~~~~~
  5050.  
  5051. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  5052.  
  5053.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5054.  
  5055.                                                    ^
  5056.  
  5057. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5058.  
  5059.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5060.  
  5061.                                               ^
  5062.  
  5063. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  5064.  
  5065.        #define PROBE_PT_2_Y MIN_PROBE_Y
  5066.  
  5067.                             ^
  5068.  
  5069. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5070.  
  5071.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5072.  
  5073.                          ^
  5074.  
  5075. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  5076.  
  5077.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5078.  
  5079.                         ^~~~~~~~~~~~
  5080.  
  5081. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  5082.  
  5083.        #define PROBE_PT_2_X MAX_PROBE_X
  5084.  
  5085.                             ^
  5086.  
  5087. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5088.  
  5089.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5090.  
  5091.                          ^
  5092.  
  5093. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5094.  
  5095.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5096.  
  5097.                         ^~~~~~~~~~~~
  5098.  
  5099. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  5100.  
  5101.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5102.  
  5103.                                       ^
  5104.  
  5105. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5106.  
  5107.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5108.  
  5109.                                 ^
  5110.  
  5111. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5112.  
  5113.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5114.  
  5115.                                       ^
  5116.  
  5117. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5118.  
  5119.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5120.  
  5121.                                 ^
  5122.  
  5123. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5124.  
  5125.        #define PROBE_PT_1_X MIN_PROBE_X
  5126.  
  5127.                             ^
  5128.  
  5129. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5130.  
  5131.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5132.  
  5133.                                        ^
  5134.  
  5135. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5136.  
  5137.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5138.  
  5139.                         ^~~~~~~~~~~~
  5140.  
  5141. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5142.  
  5143.        #define PROBE_PT_2_Y MIN_PROBE_Y
  5144.  
  5145.                             ^
  5146.  
  5147. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5148.  
  5149.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5150.  
  5151.                          ^
  5152.  
  5153. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  5154.  
  5155.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5156.  
  5157.                         ^~~~~~~~~~~~
  5158.  
  5159. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  5160.  
  5161.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5162.  
  5163.                                       ^
  5164.  
  5165. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5166.  
  5167.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5168.  
  5169.                                 ^
  5170.  
  5171. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5172.  
  5173.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5174.  
  5175.                                       ^
  5176.  
  5177. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5178.  
  5179.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5180.  
  5181.                                 ^
  5182.  
  5183. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  5184.  
  5185.        #define PROBE_PT_2_X MAX_PROBE_X
  5186.  
  5187.                             ^
  5188.  
  5189. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5190.  
  5191.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5192.  
  5193.                                        ^
  5194.  
  5195. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5196.  
  5197.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5198.  
  5199.                         ^~~~~~~~~~~~
  5200.  
  5201. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5202.  
  5203.        #define PROBE_PT_1_X MIN_PROBE_X
  5204.  
  5205.                             ^
  5206.  
  5207. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5208.  
  5209.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5210.  
  5211.                                        ^
  5212.  
  5213. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5214.  
  5215.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5216.  
  5217.                         ^~~~~~~~~~~~
  5218.  
  5219. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  5220.  
  5221.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5222.  
  5223.                                                    ^
  5224.  
  5225. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5226.  
  5227.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5228.  
  5229.                                               ^
  5230.  
  5231. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  5232.  
  5233.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5234.  
  5235.                                                    ^
  5236.  
  5237. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5238.  
  5239.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5240.  
  5241.                                               ^
  5242.  
  5243. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  5244.  
  5245.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5246.  
  5247.                                       ^
  5248.  
  5249. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5250.  
  5251.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5252.  
  5253.                                 ^
  5254.  
  5255. In file included from sketch\MarlinConfig.h:27:0,
  5256.  
  5257.                  from sketch\Marlin.h:35,
  5258.  
  5259.                  from sketch\Marlin_main.cpp:258:
  5260.  
  5261. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5262.  
  5263.        #define PROBE_PT_1_X MIN_PROBE_X
  5264.  
  5265.                             ^
  5266.  
  5267. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5268.  
  5269.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5270.  
  5271.                          ^
  5272.  
  5273. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5274.  
  5275.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5276.  
  5277.                         ^~~~~~~~~~~~
  5278.  
  5279. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  5280.  
  5281.        #define PROBE_PT_2_X MAX_PROBE_X
  5282.  
  5283.                             ^
  5284.  
  5285. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5286.  
  5287.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5288.  
  5289.                                        ^
  5290.  
  5291. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5292.  
  5293.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5294.  
  5295.                         ^~~~~~~~~~~~
  5296.  
  5297. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  5298.  
  5299.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5300.  
  5301.                                                    ^
  5302.  
  5303. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5304.  
  5305.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5306.  
  5307.                                               ^
  5308.  
  5309. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  5310.  
  5311.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5312.  
  5313.                                                    ^
  5314.  
  5315. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5316.  
  5317.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5318.  
  5319.                                               ^
  5320.  
  5321. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  5322.  
  5323.        #define PROBE_PT_2_X MAX_PROBE_X
  5324.  
  5325.                             ^
  5326.  
  5327. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5328.  
  5329.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5330.  
  5331.                          ^
  5332.  
  5333. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5334.  
  5335.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5336.  
  5337.                         ^~~~~~~~~~~~
  5338.  
  5339. In file included from sketch\MarlinConfig.h:27:0,
  5340.  
  5341.                  from sketch\SdFatUtil.cpp:29:
  5342.  
  5343. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5344.  
  5345.        #define PROBE_PT_1_X MIN_PROBE_X
  5346.  
  5347.                             ^
  5348.  
  5349. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5350.  
  5351.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5352.  
  5353.                          ^
  5354.  
  5355. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5356.  
  5357.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5358.  
  5359.                         ^~~~~~~~~~~~
  5360.  
  5361. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  5362.  
  5363.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5364.  
  5365.                                                    ^
  5366.  
  5367. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5368.  
  5369.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5370.  
  5371.                                               ^
  5372.  
  5373. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5374.  
  5375.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5376.  
  5377.                                       ^
  5378.  
  5379. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5380.  
  5381.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5382.  
  5383.                                 ^
  5384.  
  5385. In file included from sketch\MarlinConfig.h:27:0,
  5386.  
  5387.                  from sketch\SdVolume.cpp:29:
  5388.  
  5389. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5390.  
  5391.        #define PROBE_PT_1_X MIN_PROBE_X
  5392.  
  5393.                             ^
  5394.  
  5395. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5396.  
  5397.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5398.  
  5399.                          ^
  5400.  
  5401. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5402.  
  5403.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5404.  
  5405.                         ^~~~~~~~~~~~
  5406.  
  5407. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  5408.  
  5409.        #define PROBE_PT_2_X MAX_PROBE_X
  5410.  
  5411.                             ^
  5412.  
  5413. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5414.  
  5415.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5416.  
  5417.                          ^
  5418.  
  5419. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5420.  
  5421.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5422.  
  5423.                         ^~~~~~~~~~~~
  5424.  
  5425. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  5426.  
  5427.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5428.  
  5429.                                       ^
  5430.  
  5431. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5432.  
  5433.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5434.  
  5435.                                 ^
  5436.  
  5437. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  5438.  
  5439.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5440.  
  5441.                                                    ^
  5442.  
  5443. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5444.  
  5445.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5446.  
  5447.                                               ^
  5448.  
  5449. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  5450.  
  5451.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5452.  
  5453.                                       ^
  5454.  
  5455. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5456.  
  5457.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5458.  
  5459.                                 ^
  5460.  
  5461. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5462.  
  5463.        #define PROBE_PT_1_X MIN_PROBE_X
  5464.  
  5465.                             ^
  5466.  
  5467. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5468.  
  5469.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5470.  
  5471.                          ^
  5472.  
  5473. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5474.  
  5475.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5476.  
  5477.                         ^~~~~~~~~~~~
  5478.  
  5479. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  5480.  
  5481.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5482.  
  5483.                                       ^
  5484.  
  5485. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5486.  
  5487.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5488.  
  5489.                                 ^
  5490.  
  5491. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5492.  
  5493.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5494.  
  5495.                                       ^
  5496.  
  5497. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5498.  
  5499.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5500.  
  5501.                                 ^
  5502.  
  5503. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  5504.  
  5505.        #define PROBE_PT_2_X MAX_PROBE_X
  5506.  
  5507.                             ^
  5508.  
  5509. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5510.  
  5511.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5512.  
  5513.                                        ^
  5514.  
  5515. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5516.  
  5517.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5518.  
  5519.                         ^~~~~~~~~~~~
  5520.  
  5521. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5522.  
  5523.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5524.  
  5525.                                       ^
  5526.  
  5527. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5528.  
  5529.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5530.  
  5531.                                 ^
  5532.  
  5533. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  5534.  
  5535.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5536.  
  5537.                                                    ^
  5538.  
  5539. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5540.  
  5541.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5542.  
  5543.                                               ^
  5544.  
  5545. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  5546.  
  5547.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  5548.  
  5549.                                                    ^
  5550.  
  5551. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5552.  
  5553.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5554.  
  5555.                                               ^
  5556.  
  5557. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  5558.  
  5559.        #define PROBE_PT_1_Y MIN_PROBE_Y
  5560.  
  5561.                             ^
  5562.  
  5563. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5564.  
  5565.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5566.  
  5567.                          ^
  5568.  
  5569. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  5570.  
  5571.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5572.  
  5573.                         ^~~~~~~~~~~~
  5574.  
  5575. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5576.  
  5577.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5578.  
  5579.                                       ^
  5580.  
  5581. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5582.  
  5583.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5584.  
  5585.                                 ^
  5586.  
  5587. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5588.  
  5589.        #define PROBE_PT_1_X MIN_PROBE_X
  5590.  
  5591.                             ^
  5592.  
  5593. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5594.  
  5595.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5596.  
  5597.                          ^
  5598.  
  5599. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5600.  
  5601.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5602.  
  5603.                         ^~~~~~~~~~~~
  5604.  
  5605. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5606.  
  5607.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5608.  
  5609.                                       ^
  5610.  
  5611. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5612.  
  5613.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5614.  
  5615.                                 ^
  5616.  
  5617. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5618.  
  5619.        #define PROBE_PT_1_Y MIN_PROBE_Y
  5620.  
  5621.                             ^
  5622.  
  5623. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5624.  
  5625.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5626.  
  5627.                          ^
  5628.  
  5629. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  5630.  
  5631.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5632.  
  5633.                         ^~~~~~~~~~~~
  5634.  
  5635. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  5636.  
  5637.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5638.  
  5639.                                       ^
  5640.  
  5641. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5642.  
  5643.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5644.  
  5645.                                 ^
  5646.  
  5647. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  5648.  
  5649.        #define PROBE_PT_2_X MAX_PROBE_X
  5650.  
  5651.                             ^
  5652.  
  5653. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5654.  
  5655.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5656.  
  5657.                                        ^
  5658.  
  5659. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  5660.  
  5661.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5662.  
  5663.                         ^~~~~~~~~~~~
  5664.  
  5665. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  5666.  
  5667.        #define PROBE_PT_2_Y MIN_PROBE_Y
  5668.  
  5669.                             ^
  5670.  
  5671. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5672.  
  5673.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5674.  
  5675.                                        ^
  5676.  
  5677. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  5678.  
  5679.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5680.  
  5681.                         ^~~~~~~~~~~~
  5682.  
  5683. In file included from sketch\MarlinConfig.h:27:0,
  5684.  
  5685.                  from sketch\SdBaseFile.cpp:30:
  5686.  
  5687. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5688.  
  5689.        #define PROBE_PT_1_X MIN_PROBE_X
  5690.  
  5691.                             ^
  5692.  
  5693. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5694.  
  5695.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5696.  
  5697.                          ^
  5698.  
  5699. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5700.  
  5701.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5702.  
  5703.                         ^~~~~~~~~~~~
  5704.  
  5705. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5706.  
  5707.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  5708.  
  5709.                                       ^
  5710.  
  5711. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5712.  
  5713.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5714.  
  5715.                                 ^
  5716.  
  5717. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  5718.  
  5719.        #define PROBE_PT_3_Y MAX_PROBE_Y
  5720.  
  5721.                             ^
  5722.  
  5723. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5724.  
  5725.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5726.  
  5727.                                        ^
  5728.  
  5729. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  5730.  
  5731.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  5732.  
  5733.                         ^~~~~~~~~~~~
  5734.  
  5735. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5736.  
  5737.        #define PROBE_PT_1_X MIN_PROBE_X
  5738.  
  5739.                             ^
  5740.  
  5741. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5742.  
  5743.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5744.  
  5745.                                        ^
  5746.  
  5747. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5748.  
  5749.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5750.  
  5751.                         ^~~~~~~~~~~~
  5752.  
  5753. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  5754.  
  5755.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5756.  
  5757.                                       ^
  5758.  
  5759. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5760.  
  5761.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5762.  
  5763.                                 ^
  5764.  
  5765. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5766.  
  5767.        #define PROBE_PT_1_X MIN_PROBE_X
  5768.  
  5769.                             ^
  5770.  
  5771. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5772.  
  5773.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5774.  
  5775.                                        ^
  5776.  
  5777. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5778.  
  5779.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5780.  
  5781.                         ^~~~~~~~~~~~
  5782.  
  5783. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  5784.  
  5785.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5786.  
  5787.                                                    ^
  5788.  
  5789. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5790.  
  5791.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5792.  
  5793.                                               ^
  5794.  
  5795. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  5796.  
  5797.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5798.  
  5799.                                                    ^
  5800.  
  5801. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5802.  
  5803.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5804.  
  5805.                                               ^
  5806.  
  5807. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5808.  
  5809.        #define PROBE_PT_2_Y MIN_PROBE_Y
  5810.  
  5811.                             ^
  5812.  
  5813. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5814.  
  5815.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5816.  
  5817.                                        ^
  5818.  
  5819. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  5820.  
  5821.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5822.  
  5823.                         ^~~~~~~~~~~~
  5824.  
  5825. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5826.  
  5827.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5828.  
  5829.                                       ^
  5830.  
  5831. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5832.  
  5833.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5834.  
  5835.                                 ^
  5836.  
  5837. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  5838.  
  5839.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5840.  
  5841.                                       ^
  5842.  
  5843. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5844.  
  5845.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5846.  
  5847.                                 ^
  5848.  
  5849. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  5850.  
  5851.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  5852.  
  5853.                                                    ^
  5854.  
  5855. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5856.  
  5857.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5858.  
  5859.                                               ^
  5860.  
  5861. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5862.  
  5863.        #define PROBE_PT_1_X MIN_PROBE_X
  5864.  
  5865.                             ^
  5866.  
  5867. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  5868.  
  5869.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5870.  
  5871.                          ^
  5872.  
  5873. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5874.  
  5875.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5876.  
  5877.                         ^~~~~~~~~~~~
  5878.  
  5879. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  5880.  
  5881.        #define PROBE_PT_1_Y MIN_PROBE_Y
  5882.  
  5883.                             ^
  5884.  
  5885. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5886.  
  5887.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5888.  
  5889.                                        ^
  5890.  
  5891. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  5892.  
  5893.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5894.  
  5895.                         ^~~~~~~~~~~~
  5896.  
  5897. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  5898.  
  5899.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5900.  
  5901.                                       ^
  5902.  
  5903. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  5904.  
  5905.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5906.  
  5907.                                 ^
  5908.  
  5909. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  5910.  
  5911.        #define PROBE_PT_1_X MIN_PROBE_X
  5912.  
  5913.                             ^
  5914.  
  5915. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5916.  
  5917.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5918.  
  5919.                                        ^
  5920.  
  5921. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  5922.  
  5923.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5924.  
  5925.                         ^~~~~~~~~~~~
  5926.  
  5927. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  5928.  
  5929.        #define PROBE_PT_3_Y MAX_PROBE_Y
  5930.  
  5931.                             ^
  5932.  
  5933. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5934.  
  5935.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5936.  
  5937.                                        ^
  5938.  
  5939. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  5940.  
  5941.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  5942.  
  5943.                         ^~~~~~~~~~~~
  5944.  
  5945. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  5946.  
  5947.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  5948.  
  5949.                                                    ^
  5950.  
  5951. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5952.  
  5953.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5954.  
  5955.                                               ^
  5956.  
  5957. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  5958.  
  5959.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  5960.  
  5961.                                                    ^
  5962.  
  5963. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5964.  
  5965.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5966.  
  5967.                                               ^
  5968.  
  5969. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  5970.  
  5971.        #define PROBE_PT_1_Y MIN_PROBE_Y
  5972.  
  5973.                             ^
  5974.  
  5975. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  5976.  
  5977.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5978.  
  5979.                                        ^
  5980.  
  5981. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  5982.  
  5983.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  5984.  
  5985.                         ^~~~~~~~~~~~
  5986.  
  5987. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  5988.  
  5989.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  5990.  
  5991.                                                    ^
  5992.  
  5993. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  5994.  
  5995.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  5996.  
  5997.                                               ^
  5998.  
  5999. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  6000.  
  6001.        #define PROBE_PT_2_X MAX_PROBE_X
  6002.  
  6003.                             ^
  6004.  
  6005. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6006.  
  6007.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6008.  
  6009.                          ^
  6010.  
  6011. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6012.  
  6013.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6014.  
  6015.                         ^~~~~~~~~~~~
  6016.  
  6017. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  6018.  
  6019.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6020.  
  6021.                                                    ^
  6022.  
  6023. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6024.  
  6025.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6026.  
  6027.                                               ^
  6028.  
  6029. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  6030.  
  6031.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6032.  
  6033.                                                    ^
  6034.  
  6035. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6036.  
  6037.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6038.  
  6039.                                               ^
  6040.  
  6041. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  6042.  
  6043.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  6044.  
  6045.                                       ^
  6046.  
  6047. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6048.  
  6049.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6050.  
  6051.                                 ^
  6052.  
  6053. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6054.  
  6055.        #define PROBE_PT_1_Y MIN_PROBE_Y
  6056.  
  6057.                             ^
  6058.  
  6059. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6060.  
  6061.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6062.  
  6063.                                        ^
  6064.  
  6065. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  6066.  
  6067.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6068.  
  6069.                         ^~~~~~~~~~~~
  6070.  
  6071. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6072.  
  6073.        #define PROBE_PT_1_X MIN_PROBE_X
  6074.  
  6075.                             ^
  6076.  
  6077. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6078.  
  6079.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6080.  
  6081.                                        ^
  6082.  
  6083. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6084.  
  6085.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6086.  
  6087.                         ^~~~~~~~~~~~
  6088.  
  6089. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6090.  
  6091.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6092.  
  6093.                                       ^
  6094.  
  6095. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6096.  
  6097.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6098.  
  6099.                                 ^
  6100.  
  6101. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  6102.  
  6103.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6104.  
  6105.                                                    ^
  6106.  
  6107. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6108.  
  6109.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6110.  
  6111.                                               ^
  6112.  
  6113. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6114.  
  6115.        #define PROBE_PT_1_X MIN_PROBE_X
  6116.  
  6117.                             ^
  6118.  
  6119. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6120.  
  6121.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6122.  
  6123.                          ^
  6124.  
  6125. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6126.  
  6127.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6128.  
  6129.                         ^~~~~~~~~~~~
  6130.  
  6131. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  6132.  
  6133.        #define PROBE_PT_1_X MIN_PROBE_X
  6134.  
  6135.                             ^
  6136.  
  6137. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6138.  
  6139.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6140.  
  6141.                                        ^
  6142.  
  6143. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6144.  
  6145.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6146.  
  6147.                         ^~~~~~~~~~~~
  6148.  
  6149. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  6150.  
  6151.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6152.  
  6153.                                       ^
  6154.  
  6155. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6156.  
  6157.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6158.  
  6159.                                 ^
  6160.  
  6161. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  6162.  
  6163.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6164.  
  6165.                                                    ^
  6166.  
  6167. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6168.  
  6169.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6170.  
  6171.                                               ^
  6172.  
  6173. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  6174.  
  6175.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6176.  
  6177.                                                    ^
  6178.  
  6179. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6180.  
  6181.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6182.  
  6183.                                               ^
  6184.  
  6185. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  6186.  
  6187.        #define PROBE_PT_2_X MAX_PROBE_X
  6188.  
  6189.                             ^
  6190.  
  6191. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6192.  
  6193.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6194.  
  6195.                          ^
  6196.  
  6197. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6198.  
  6199.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6200.  
  6201.                         ^~~~~~~~~~~~
  6202.  
  6203. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  6204.  
  6205.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6206.  
  6207.                                       ^
  6208.  
  6209. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6210.  
  6211.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6212.  
  6213.                                 ^
  6214.  
  6215. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  6216.  
  6217.        #define PROBE_PT_3_Y MAX_PROBE_Y
  6218.  
  6219.                             ^
  6220.  
  6221. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6222.  
  6223.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6224.  
  6225.                          ^
  6226.  
  6227. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  6228.  
  6229.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6230.  
  6231.                         ^~~~~~~~~~~~
  6232.  
  6233. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  6234.  
  6235.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6236.  
  6237.                                                    ^
  6238.  
  6239. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6240.  
  6241.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6242.  
  6243.                                               ^
  6244.  
  6245. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  6246.  
  6247.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  6248.  
  6249.                                                    ^
  6250.  
  6251. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6252.  
  6253.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6254.  
  6255.                                               ^
  6256.  
  6257. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6258.  
  6259.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  6260.  
  6261.                                       ^
  6262.  
  6263. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6264.  
  6265.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6266.  
  6267.                                 ^
  6268.  
  6269. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6270.  
  6271.        #define PROBE_PT_1_X MIN_PROBE_X
  6272.  
  6273.                             ^
  6274.  
  6275. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6276.  
  6277.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6278.  
  6279.                                        ^
  6280.  
  6281. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6282.  
  6283.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6284.  
  6285.                         ^~~~~~~~~~~~
  6286.  
  6287. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  6288.  
  6289.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6290.  
  6291.                                                    ^
  6292.  
  6293. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6294.  
  6295.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6296.  
  6297.                                               ^
  6298.  
  6299. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  6300.  
  6301.        #define PROBE_PT_2_Y MIN_PROBE_Y
  6302.  
  6303.                             ^
  6304.  
  6305. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6306.  
  6307.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6308.  
  6309.                          ^
  6310.  
  6311. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  6312.  
  6313.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6314.  
  6315.                         ^~~~~~~~~~~~
  6316.  
  6317. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  6318.  
  6319.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6320.  
  6321.                                                    ^
  6322.  
  6323. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6324.  
  6325.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6326.  
  6327.                                               ^
  6328.  
  6329. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  6330.  
  6331.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  6332.  
  6333.                                                    ^
  6334.  
  6335. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6336.  
  6337.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6338.  
  6339.                                               ^
  6340.  
  6341. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  6342.  
  6343.        #define PROBE_PT_3_Y MAX_PROBE_Y
  6344.  
  6345.                             ^
  6346.  
  6347. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6348.  
  6349.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6350.  
  6351.                          ^
  6352.  
  6353. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  6354.  
  6355.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6356.  
  6357.                         ^~~~~~~~~~~~
  6358.  
  6359. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6360.  
  6361.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6362.  
  6363.                                       ^
  6364.  
  6365. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6366.  
  6367.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6368.  
  6369.                                 ^
  6370.  
  6371. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6372.  
  6373.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6374.  
  6375.                                       ^
  6376.  
  6377. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6378.  
  6379.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6380.  
  6381.                                 ^
  6382.  
  6383. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  6384.  
  6385.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6386.  
  6387.                                                    ^
  6388.  
  6389. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6390.  
  6391.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6392.  
  6393.                                               ^
  6394.  
  6395. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  6396.  
  6397.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6398.  
  6399.                                       ^
  6400.  
  6401. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6402.  
  6403.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6404.  
  6405.                                 ^
  6406.  
  6407. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  6408.  
  6409.        #define PROBE_PT_2_Y MIN_PROBE_Y
  6410.  
  6411.                             ^
  6412.  
  6413. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6414.  
  6415.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6416.  
  6417.                          ^
  6418.  
  6419. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  6420.  
  6421.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6422.  
  6423.                         ^~~~~~~~~~~~
  6424.  
  6425. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  6426.  
  6427.        #define PROBE_PT_2_X MAX_PROBE_X
  6428.  
  6429.                             ^
  6430.  
  6431. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6432.  
  6433.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6434.  
  6435.                          ^
  6436.  
  6437. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6438.  
  6439.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6440.  
  6441.                         ^~~~~~~~~~~~
  6442.  
  6443. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  6444.  
  6445.        #define PROBE_PT_2_X MAX_PROBE_X
  6446.  
  6447.                             ^
  6448.  
  6449. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6450.  
  6451.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6452.  
  6453.                                        ^
  6454.  
  6455. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6456.  
  6457.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6458.  
  6459.                         ^~~~~~~~~~~~
  6460.  
  6461. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  6462.  
  6463.        #define PROBE_PT_1_X MIN_PROBE_X
  6464.  
  6465.                             ^
  6466.  
  6467. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6468.  
  6469.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6470.  
  6471.                                        ^
  6472.  
  6473. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6474.  
  6475.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6476.  
  6477.                         ^~~~~~~~~~~~
  6478.  
  6479. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6480.  
  6481.        #define PROBE_PT_2_Y MIN_PROBE_Y
  6482.  
  6483.                             ^
  6484.  
  6485. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6486.  
  6487.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6488.  
  6489.                          ^
  6490.  
  6491. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  6492.  
  6493.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6494.  
  6495.                         ^~~~~~~~~~~~
  6496.  
  6497. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  6498.  
  6499.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6500.  
  6501.                                       ^
  6502.  
  6503. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6504.  
  6505.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6506.  
  6507.                                 ^
  6508.  
  6509. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  6510.  
  6511.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6512.  
  6513.                                                    ^
  6514.  
  6515. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6516.  
  6517.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6518.  
  6519.                                               ^
  6520.  
  6521. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  6522.  
  6523.        #define PROBE_PT_2_X MAX_PROBE_X
  6524.  
  6525.                             ^
  6526.  
  6527. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6528.  
  6529.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6530.  
  6531.                          ^
  6532.  
  6533. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6534.  
  6535.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6536.  
  6537.                         ^~~~~~~~~~~~
  6538.  
  6539. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6540.  
  6541.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6542.  
  6543.                                       ^
  6544.  
  6545. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6546.  
  6547.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6548.  
  6549.                                 ^
  6550.  
  6551. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  6552.  
  6553.        #define PROBE_PT_3_Y MAX_PROBE_Y
  6554.  
  6555.                             ^
  6556.  
  6557. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6558.  
  6559.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6560.  
  6561.                                        ^
  6562.  
  6563. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  6564.  
  6565.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6566.  
  6567.                         ^~~~~~~~~~~~
  6568.  
  6569. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  6570.  
  6571.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  6572.  
  6573.                                                    ^
  6574.  
  6575. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6576.  
  6577.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6578.  
  6579.                                               ^
  6580.  
  6581. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6582.  
  6583.        #define PROBE_PT_1_X MIN_PROBE_X
  6584.  
  6585.                             ^
  6586.  
  6587. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6588.  
  6589.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6590.  
  6591.                                        ^
  6592.  
  6593. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6594.  
  6595.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6596.  
  6597.                         ^~~~~~~~~~~~
  6598.  
  6599. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  6600.  
  6601.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6602.  
  6603.                                                    ^
  6604.  
  6605. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6606.  
  6607.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6608.  
  6609.                                               ^
  6610.  
  6611. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  6612.  
  6613.        #define PROBE_PT_1_Y MIN_PROBE_Y
  6614.  
  6615.                             ^
  6616.  
  6617. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6618.  
  6619.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6620.  
  6621.                          ^
  6622.  
  6623. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  6624.  
  6625.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6626.  
  6627.                         ^~~~~~~~~~~~
  6628.  
  6629. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  6630.  
  6631.        #define PROBE_PT_2_X MAX_PROBE_X
  6632.  
  6633.                             ^
  6634.  
  6635. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6636.  
  6637.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6638.  
  6639.                                        ^
  6640.  
  6641. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6642.  
  6643.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6644.  
  6645.                         ^~~~~~~~~~~~
  6646.  
  6647. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  6648.  
  6649.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6650.  
  6651.                                                    ^
  6652.  
  6653. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6654.  
  6655.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6656.  
  6657.                                               ^
  6658.  
  6659. In file included from sketch\MarlinConfig.h:27:0,
  6660.  
  6661.                  from sketch\serial.h:26,
  6662.  
  6663.                  from sketch\advi3pp_log.cpp:25:
  6664.  
  6665. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  6666.  
  6667.        #define PROBE_PT_1_X MIN_PROBE_X
  6668.  
  6669.                             ^
  6670.  
  6671. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6672.  
  6673.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6674.  
  6675.                          ^
  6676.  
  6677. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6678.  
  6679.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6680.  
  6681.                         ^~~~~~~~~~~~
  6682.  
  6683. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  6684.  
  6685.        #define PROBE_PT_3_Y MAX_PROBE_Y
  6686.  
  6687.                             ^
  6688.  
  6689. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6690.  
  6691.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6692.  
  6693.                                        ^
  6694.  
  6695. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  6696.  
  6697.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6698.  
  6699.                         ^~~~~~~~~~~~
  6700.  
  6701. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  6702.  
  6703.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6704.  
  6705.                                                    ^
  6706.  
  6707. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6708.  
  6709.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6710.  
  6711.                                               ^
  6712.  
  6713. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6714.  
  6715.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6716.  
  6717.                                       ^
  6718.  
  6719. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6720.  
  6721.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6722.  
  6723.                                 ^
  6724.  
  6725. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  6726.  
  6727.        #define PROBE_PT_2_X MAX_PROBE_X
  6728.  
  6729.                             ^
  6730.  
  6731. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6732.  
  6733.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6734.  
  6735.                          ^
  6736.  
  6737. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6738.  
  6739.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6740.  
  6741.                         ^~~~~~~~~~~~
  6742.  
  6743. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  6744.  
  6745.        #define PROBE_PT_2_Y MIN_PROBE_Y
  6746.  
  6747.                             ^
  6748.  
  6749. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6750.  
  6751.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6752.  
  6753.                                        ^
  6754.  
  6755. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  6756.  
  6757.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6758.  
  6759.                         ^~~~~~~~~~~~
  6760.  
  6761. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  6762.  
  6763.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6764.  
  6765.                                       ^
  6766.  
  6767. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6768.  
  6769.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6770.  
  6771.                                 ^
  6772.  
  6773. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6774.  
  6775.        #define PROBE_PT_1_Y MIN_PROBE_Y
  6776.  
  6777.                             ^
  6778.  
  6779. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6780.  
  6781.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6782.  
  6783.                          ^
  6784.  
  6785. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  6786.  
  6787.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6788.  
  6789.                         ^~~~~~~~~~~~
  6790.  
  6791. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  6792.  
  6793.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6794.  
  6795.                                                    ^
  6796.  
  6797. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6798.  
  6799.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6800.  
  6801.                                               ^
  6802.  
  6803. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  6804.  
  6805.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6806.  
  6807.                                       ^
  6808.  
  6809. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6810.  
  6811.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6812.  
  6813.                                 ^
  6814.  
  6815. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  6816.  
  6817.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  6818.  
  6819.                                                    ^
  6820.  
  6821. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6822.  
  6823.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6824.  
  6825.                                               ^
  6826.  
  6827. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  6828.  
  6829.        #define PROBE_PT_2_X MAX_PROBE_X
  6830.  
  6831.                             ^
  6832.  
  6833. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6834.  
  6835.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6836.  
  6837.                          ^
  6838.  
  6839. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6840.  
  6841.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6842.  
  6843.                         ^~~~~~~~~~~~
  6844.  
  6845. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  6846.  
  6847.        #define PROBE_PT_2_X MAX_PROBE_X
  6848.  
  6849.                             ^
  6850.  
  6851. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6852.  
  6853.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6854.  
  6855.                          ^
  6856.  
  6857. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6858.  
  6859.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6860.  
  6861.                         ^~~~~~~~~~~~
  6862.  
  6863. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  6864.  
  6865.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6866.  
  6867.                                                    ^
  6868.  
  6869. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6870.  
  6871.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6872.  
  6873.                                               ^
  6874.  
  6875. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  6876.  
  6877.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6878.  
  6879.                                       ^
  6880.  
  6881. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6882.  
  6883.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6884.  
  6885.                                 ^
  6886.  
  6887. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  6888.  
  6889.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  6890.  
  6891.                                       ^
  6892.  
  6893. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6894.  
  6895.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6896.  
  6897.                                 ^
  6898.  
  6899. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6900.  
  6901.        #define PROBE_PT_1_X MIN_PROBE_X
  6902.  
  6903.                             ^
  6904.  
  6905. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6906.  
  6907.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6908.  
  6909.                          ^
  6910.  
  6911. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  6912.  
  6913.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  6914.  
  6915.                         ^~~~~~~~~~~~
  6916.  
  6917. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  6918.  
  6919.        #define PROBE_PT_2_Y MIN_PROBE_Y
  6920.  
  6921.                             ^
  6922.  
  6923. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6924.  
  6925.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6926.  
  6927.                                        ^
  6928.  
  6929. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  6930.  
  6931.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6932.  
  6933.                         ^~~~~~~~~~~~
  6934.  
  6935. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6936.  
  6937.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6938.  
  6939.                                       ^
  6940.  
  6941. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6942.  
  6943.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6944.  
  6945.                                 ^
  6946.  
  6947. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  6948.  
  6949.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  6950.  
  6951.                                       ^
  6952.  
  6953. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  6954.  
  6955.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6956.  
  6957.                                 ^
  6958.  
  6959. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  6960.  
  6961.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  6962.  
  6963.                                                    ^
  6964.  
  6965. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  6966.  
  6967.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6968.  
  6969.                                               ^
  6970.  
  6971. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  6972.  
  6973.        #define PROBE_PT_2_X MAX_PROBE_X
  6974.  
  6975.                             ^
  6976.  
  6977. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  6978.  
  6979.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6980.  
  6981.                                        ^
  6982.  
  6983. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  6984.  
  6985.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  6986.  
  6987.                         ^~~~~~~~~~~~
  6988.  
  6989. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  6990.  
  6991.        #define PROBE_PT_1_Y MIN_PROBE_Y
  6992.  
  6993.                             ^
  6994.  
  6995. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  6996.  
  6997.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  6998.  
  6999.                          ^
  7000.  
  7001. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7002.  
  7003.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7004.  
  7005.                         ^~~~~~~~~~~~
  7006.  
  7007. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7008.  
  7009.        #define PROBE_PT_2_Y MIN_PROBE_Y
  7010.  
  7011.                             ^
  7012.  
  7013. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7014.  
  7015.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7016.  
  7017.                          ^
  7018.  
  7019. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  7020.  
  7021.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7022.  
  7023.                         ^~~~~~~~~~~~
  7024.  
  7025. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  7026.  
  7027.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7028.  
  7029.                                       ^
  7030.  
  7031. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7032.  
  7033.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7034.  
  7035.                                 ^
  7036.  
  7037. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  7038.  
  7039.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7040.  
  7041.                                       ^
  7042.  
  7043. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7044.  
  7045.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7046.  
  7047.                                 ^
  7048.  
  7049. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7050.  
  7051.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7052.  
  7053.                                       ^
  7054.  
  7055. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7056.  
  7057.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7058.  
  7059.                                 ^
  7060.  
  7061. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  7062.  
  7063.        #define PROBE_PT_2_X MAX_PROBE_X
  7064.  
  7065.                             ^
  7066.  
  7067. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7068.  
  7069.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7070.  
  7071.                          ^
  7072.  
  7073. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7074.  
  7075.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7076.  
  7077.                         ^~~~~~~~~~~~
  7078.  
  7079. In file included from sketch\MarlinConfig.h:27:0,
  7080.  
  7081.                  from sketch\blinkm.cpp:27:
  7082.  
  7083. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  7084.  
  7085.        #define PROBE_PT_1_X MIN_PROBE_X
  7086.  
  7087.                             ^
  7088.  
  7089. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7090.  
  7091.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7092.  
  7093.                          ^
  7094.  
  7095. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  7096.  
  7097.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7098.  
  7099.                         ^~~~~~~~~~~~
  7100.  
  7101. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  7102.  
  7103.        #define PROBE_PT_2_X MAX_PROBE_X
  7104.  
  7105.                             ^
  7106.  
  7107. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7108.  
  7109.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7110.  
  7111.                                        ^
  7112.  
  7113. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7114.  
  7115.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7116.  
  7117.                         ^~~~~~~~~~~~
  7118.  
  7119. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7120.  
  7121.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7122.  
  7123.                                       ^
  7124.  
  7125. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7126.  
  7127.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7128.  
  7129.                                 ^
  7130.  
  7131. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  7132.  
  7133.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7134.  
  7135.                             ^
  7136.  
  7137. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7138.  
  7139.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7140.  
  7141.                                        ^
  7142.  
  7143. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7144.  
  7145.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7146.  
  7147.                         ^~~~~~~~~~~~
  7148.  
  7149. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7150.  
  7151.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7152.  
  7153.                             ^
  7154.  
  7155. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7156.  
  7157.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7158.  
  7159.                          ^
  7160.  
  7161. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7162.  
  7163.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7164.  
  7165.                         ^~~~~~~~~~~~
  7166.  
  7167. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7168.  
  7169.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7170.  
  7171.                                       ^
  7172.  
  7173. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7174.  
  7175.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7176.  
  7177.                                 ^
  7178.  
  7179. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  7180.  
  7181.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7182.  
  7183.                                       ^
  7184.  
  7185. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7186.  
  7187.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7188.  
  7189.                                 ^
  7190.  
  7191. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  7192.  
  7193.        #define PROBE_PT_2_X MAX_PROBE_X
  7194.  
  7195.                             ^
  7196.  
  7197. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7198.  
  7199.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7200.  
  7201.                                        ^
  7202.  
  7203. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7204.  
  7205.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7206.  
  7207.                         ^~~~~~~~~~~~
  7208.  
  7209. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  7210.  
  7211.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7212.  
  7213.                                                    ^
  7214.  
  7215. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7216.  
  7217.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7218.  
  7219.                                               ^
  7220.  
  7221. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  7222.  
  7223.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7224.  
  7225.                                                    ^
  7226.  
  7227. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7228.  
  7229.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7230.  
  7231.                                               ^
  7232.  
  7233. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  7234.  
  7235.        #define PROBE_PT_3_Y MAX_PROBE_Y
  7236.  
  7237.                             ^
  7238.  
  7239. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7240.  
  7241.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7242.  
  7243.                          ^
  7244.  
  7245. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  7246.  
  7247.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7248.  
  7249.                         ^~~~~~~~~~~~
  7250.  
  7251. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  7252.  
  7253.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7254.  
  7255.                                                    ^
  7256.  
  7257. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7258.  
  7259.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7260.  
  7261.                                               ^
  7262.  
  7263. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7264.  
  7265.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7266.  
  7267.                                       ^
  7268.  
  7269. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7270.  
  7271.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7272.  
  7273.                                 ^
  7274.  
  7275. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7276.  
  7277.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7278.  
  7279.                             ^
  7280.  
  7281. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7282.  
  7283.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7284.  
  7285.                                        ^
  7286.  
  7287. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7288.  
  7289.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7290.  
  7291.                         ^~~~~~~~~~~~
  7292.  
  7293. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  7294.  
  7295.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7296.  
  7297.                                       ^
  7298.  
  7299. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7300.  
  7301.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7302.  
  7303.                                 ^
  7304.  
  7305. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  7306.  
  7307.        #define PROBE_PT_2_X MAX_PROBE_X
  7308.  
  7309.                             ^
  7310.  
  7311. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7312.  
  7313.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7314.  
  7315.                                        ^
  7316.  
  7317. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7318.  
  7319.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7320.  
  7321.                         ^~~~~~~~~~~~
  7322.  
  7323. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  7324.  
  7325.        #define PROBE_PT_2_Y MIN_PROBE_Y
  7326.  
  7327.                             ^
  7328.  
  7329. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7330.  
  7331.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7332.  
  7333.                                        ^
  7334.  
  7335. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  7336.  
  7337.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7338.  
  7339.                         ^~~~~~~~~~~~
  7340.  
  7341. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7342.  
  7343.        #define PROBE_PT_1_X MIN_PROBE_X
  7344.  
  7345.                             ^
  7346.  
  7347. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7348.  
  7349.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7350.  
  7351.                          ^
  7352.  
  7353. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  7354.  
  7355.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7356.  
  7357.                         ^~~~~~~~~~~~
  7358.  
  7359. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  7360.  
  7361.        #define PROBE_PT_1_X MIN_PROBE_X
  7362.  
  7363.                             ^
  7364.  
  7365. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7366.  
  7367.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7368.  
  7369.                                        ^
  7370.  
  7371. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  7372.  
  7373.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7374.  
  7375.                         ^~~~~~~~~~~~
  7376.  
  7377. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  7378.  
  7379.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7380.  
  7381.                                                    ^
  7382.  
  7383. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7384.  
  7385.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7386.  
  7387.                                               ^
  7388.  
  7389. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  7390.  
  7391.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7392.  
  7393.                                                    ^
  7394.  
  7395. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7396.  
  7397.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7398.  
  7399.                                               ^
  7400.  
  7401. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7402.  
  7403.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7404.  
  7405.                                       ^
  7406.  
  7407. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7408.  
  7409.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7410.  
  7411.                                 ^
  7412.  
  7413. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  7414.  
  7415.        #define PROBE_PT_3_Y MAX_PROBE_Y
  7416.  
  7417.                             ^
  7418.  
  7419. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7420.  
  7421.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7422.  
  7423.                          ^
  7424.  
  7425. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  7426.  
  7427.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7428.  
  7429.                         ^~~~~~~~~~~~
  7430.  
  7431. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  7432.  
  7433.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7434.  
  7435.                                                    ^
  7436.  
  7437. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7438.  
  7439.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7440.  
  7441.                                               ^
  7442.  
  7443. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  7444.  
  7445.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7446.  
  7447.                                                    ^
  7448.  
  7449. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7450.  
  7451.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7452.  
  7453.                                               ^
  7454.  
  7455. SanityCheck.h:899:38: error: 'MIN_PROBE_X' was not declared in this scope
  7456.  
  7457.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7458.  
  7459.                                       ^
  7460.  
  7461. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7462.  
  7463.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7464.  
  7465.                                 ^
  7466.  
  7467. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  7468.  
  7469.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7470.  
  7471.                                       ^
  7472.  
  7473. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7474.  
  7475.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7476.  
  7477.                                 ^
  7478.  
  7479. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  7480.  
  7481.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7482.  
  7483.                                       ^
  7484.  
  7485. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7486.  
  7487.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7488.  
  7489.                                 ^
  7490.  
  7491. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7492.  
  7493.        #define PROBE_PT_1_X MIN_PROBE_X
  7494.  
  7495.                             ^
  7496.  
  7497. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7498.  
  7499.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7500.  
  7501.                                        ^
  7502.  
  7503. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  7504.  
  7505.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7506.  
  7507.                         ^~~~~~~~~~~~
  7508.  
  7509. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  7510.  
  7511.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7512.  
  7513.                             ^
  7514.  
  7515. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7516.  
  7517.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7518.  
  7519.                          ^
  7520.  
  7521. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7522.  
  7523.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7524.  
  7525.                         ^~~~~~~~~~~~
  7526.  
  7527. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  7528.  
  7529.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7530.  
  7531.                                                    ^
  7532.  
  7533. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7534.  
  7535.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7536.  
  7537.                                               ^
  7538.  
  7539. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  7540.  
  7541.        #define PROBE_PT_2_X MAX_PROBE_X
  7542.  
  7543.                             ^
  7544.  
  7545. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7546.  
  7547.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7548.  
  7549.                                        ^
  7550.  
  7551. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7552.  
  7553.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7554.  
  7555.                         ^~~~~~~~~~~~
  7556.  
  7557. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7558.  
  7559.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7560.  
  7561.                                       ^
  7562.  
  7563. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7564.  
  7565.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7566.  
  7567.                                 ^
  7568.  
  7569. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  7570.  
  7571.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7572.  
  7573.                                                    ^
  7574.  
  7575. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7576.  
  7577.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7578.  
  7579.                                               ^
  7580.  
  7581. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7582.  
  7583.        #define PROBE_PT_2_Y MIN_PROBE_Y
  7584.  
  7585.                             ^
  7586.  
  7587. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7588.  
  7589.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7590.  
  7591.                                        ^
  7592.  
  7593. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  7594.  
  7595.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7596.  
  7597.                         ^~~~~~~~~~~~
  7598.  
  7599. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7600.  
  7601.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7602.  
  7603.                                       ^
  7604.  
  7605. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7606.  
  7607.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7608.  
  7609.                                 ^
  7610.  
  7611. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7612.  
  7613.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7614.  
  7615.                                       ^
  7616.  
  7617. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7618.  
  7619.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7620.  
  7621.                                 ^
  7622.  
  7623. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  7624.  
  7625.        #define PROBE_PT_2_Y MIN_PROBE_Y
  7626.  
  7627.                             ^
  7628.  
  7629. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7630.  
  7631.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7632.  
  7633.                          ^
  7634.  
  7635. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  7636.  
  7637.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7638.  
  7639.                         ^~~~~~~~~~~~
  7640.  
  7641. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  7642.  
  7643.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7644.  
  7645.                                                    ^
  7646.  
  7647. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7648.  
  7649.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7650.  
  7651.                                               ^
  7652.  
  7653. sketch\SanityCheck.h:899:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7654.  
  7655.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7656.  
  7657.                                       ^
  7658.  
  7659. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7660.  
  7661.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7662.  
  7663.                                 ^
  7664.  
  7665. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  7666.  
  7667.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7668.  
  7669.                             ^
  7670.  
  7671. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7672.  
  7673.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7674.  
  7675.                                        ^
  7676.  
  7677. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7678.  
  7679.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7680.  
  7681.                         ^~~~~~~~~~~~
  7682.  
  7683. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  7684.  
  7685.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7686.  
  7687.                                                    ^
  7688.  
  7689. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7690.  
  7691.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7692.  
  7693.                                               ^
  7694.  
  7695. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  7696.  
  7697.        #define PROBE_PT_3_Y MAX_PROBE_Y
  7698.  
  7699.                             ^
  7700.  
  7701. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7702.  
  7703.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7704.  
  7705.                                        ^
  7706.  
  7707. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  7708.  
  7709.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7710.  
  7711.                         ^~~~~~~~~~~~
  7712.  
  7713. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  7714.  
  7715.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7716.  
  7717.                                                    ^
  7718.  
  7719. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7720.  
  7721.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7722.  
  7723.                                               ^
  7724.  
  7725. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  7726.  
  7727.        #define PROBE_PT_2_X MAX_PROBE_X
  7728.  
  7729.                             ^
  7730.  
  7731. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7732.  
  7733.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7734.  
  7735.                                        ^
  7736.  
  7737. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7738.  
  7739.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7740.  
  7741.                         ^~~~~~~~~~~~
  7742.  
  7743. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  7744.  
  7745.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7746.  
  7747.                                                    ^
  7748.  
  7749. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7750.  
  7751.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7752.  
  7753.                                               ^
  7754.  
  7755. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7756.  
  7757.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7758.  
  7759.                             ^
  7760.  
  7761. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7762.  
  7763.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7764.  
  7765.                          ^
  7766.  
  7767. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7768.  
  7769.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7770.  
  7771.                         ^~~~~~~~~~~~
  7772.  
  7773. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  7774.  
  7775.        #define PROBE_PT_1_X MIN_PROBE_X
  7776.  
  7777.                             ^
  7778.  
  7779. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7780.  
  7781.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7782.  
  7783.                                        ^
  7784.  
  7785. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  7786.  
  7787.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7788.  
  7789.                         ^~~~~~~~~~~~
  7790.  
  7791. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  7792.  
  7793.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7794.  
  7795.                                       ^
  7796.  
  7797. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7798.  
  7799.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7800.  
  7801.                                 ^
  7802.  
  7803. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7804.  
  7805.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7806.  
  7807.                             ^
  7808.  
  7809. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7810.  
  7811.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7812.  
  7813.                                        ^
  7814.  
  7815. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  7816.  
  7817.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7818.  
  7819.                         ^~~~~~~~~~~~
  7820.  
  7821. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7822.  
  7823.        #define PROBE_PT_2_Y MIN_PROBE_Y
  7824.  
  7825.                             ^
  7826.  
  7827. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7828.  
  7829.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7830.  
  7831.                          ^
  7832.  
  7833. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  7834.  
  7835.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7836.  
  7837.                         ^~~~~~~~~~~~
  7838.  
  7839. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  7840.  
  7841.        #define PROBE_PT_3_Y MAX_PROBE_Y
  7842.  
  7843.                             ^
  7844.  
  7845. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7846.  
  7847.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7848.  
  7849.                                        ^
  7850.  
  7851. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  7852.  
  7853.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7854.  
  7855.                         ^~~~~~~~~~~~
  7856.  
  7857. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  7858.  
  7859.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7860.  
  7861.                                                    ^
  7862.  
  7863. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7864.  
  7865.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7866.  
  7867.                                               ^
  7868.  
  7869. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  7870.  
  7871.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7872.  
  7873.                                                    ^
  7874.  
  7875. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7876.  
  7877.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7878.  
  7879.                                               ^
  7880.  
  7881. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  7882.  
  7883.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7884.  
  7885.                                                    ^
  7886.  
  7887. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7888.  
  7889.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7890.  
  7891.                                               ^
  7892.  
  7893. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  7894.  
  7895.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7896.  
  7897.                                       ^
  7898.  
  7899. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7900.  
  7901.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7902.  
  7903.                                 ^
  7904.  
  7905. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  7906.  
  7907.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  7908.  
  7909.                                       ^
  7910.  
  7911. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7912.  
  7913.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7914.  
  7915.                                 ^
  7916.  
  7917. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  7918.  
  7919.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  7920.  
  7921.                                                    ^
  7922.  
  7923. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7924.  
  7925.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7926.  
  7927.                                               ^
  7928.  
  7929. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  7930.  
  7931.        #define PROBE_PT_2_X MAX_PROBE_X
  7932.  
  7933.                             ^
  7934.  
  7935. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7936.  
  7937.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7938.  
  7939.                          ^
  7940.  
  7941. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  7942.  
  7943.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  7944.  
  7945.                         ^~~~~~~~~~~~
  7946.  
  7947. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  7948.  
  7949.        #define PROBE_PT_1_X MIN_PROBE_X
  7950.  
  7951.                             ^
  7952.  
  7953. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  7954.  
  7955.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7956.  
  7957.                                        ^
  7958.  
  7959. sketch\SanityCheck.h:899:24: note: in expansion of macro 'PROBE_PT_1_X'
  7960.  
  7961.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  7962.  
  7963.                         ^~~~~~~~~~~~
  7964.  
  7965. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  7966.  
  7967.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  7968.  
  7969.                                       ^
  7970.  
  7971. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  7972.  
  7973.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7974.  
  7975.                                 ^
  7976.  
  7977. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  7978.  
  7979.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  7980.  
  7981.                                                    ^
  7982.  
  7983. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  7984.  
  7985.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7986.  
  7987.                                               ^
  7988.  
  7989. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  7990.  
  7991.        #define PROBE_PT_1_Y MIN_PROBE_Y
  7992.  
  7993.                             ^
  7994.  
  7995. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  7996.  
  7997.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  7998.  
  7999.                          ^
  8000.  
  8001. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8002.  
  8003.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8004.  
  8005.                         ^~~~~~~~~~~~
  8006.  
  8007. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  8008.  
  8009.        #define PROBE_PT_3_Y MAX_PROBE_Y
  8010.  
  8011.                             ^
  8012.  
  8013. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8014.  
  8015.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8016.  
  8017.                          ^
  8018.  
  8019. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  8020.  
  8021.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8022.  
  8023.                         ^~~~~~~~~~~~
  8024.  
  8025. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8026.  
  8027.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8028.  
  8029.                                       ^
  8030.  
  8031. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8032.  
  8033.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8034.  
  8035.                                 ^
  8036.  
  8037. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  8038.  
  8039.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8040.  
  8041.                                                    ^
  8042.  
  8043. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8044.  
  8045.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8046.  
  8047.                                               ^
  8048.  
  8049. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8050.  
  8051.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8052.  
  8053.                                       ^
  8054.  
  8055. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8056.  
  8057.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8058.  
  8059.                                 ^
  8060.  
  8061. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  8062.  
  8063.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8064.  
  8065.                                                    ^
  8066.  
  8067. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8068.  
  8069.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8070.  
  8071.                                               ^
  8072.  
  8073. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  8074.  
  8075.        #define PROBE_PT_2_X MAX_PROBE_X
  8076.  
  8077.                             ^
  8078.  
  8079. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8080.  
  8081.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8082.  
  8083.                          ^
  8084.  
  8085. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  8086.  
  8087.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8088.  
  8089.                         ^~~~~~~~~~~~
  8090.  
  8091. SanityCheck.h:899:51: error: 'MAX_PROBE_X' was not declared in this scope
  8092.  
  8093.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  8094.  
  8095.                                                    ^
  8096.  
  8097. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8098.  
  8099.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8100.  
  8101.                                               ^
  8102.  
  8103. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  8104.  
  8105.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8106.  
  8107.                                                    ^
  8108.  
  8109. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8110.  
  8111.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8112.  
  8113.                                               ^
  8114.  
  8115. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8116.  
  8117.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8118.  
  8119.                             ^
  8120.  
  8121. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8122.  
  8123.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8124.  
  8125.                                        ^
  8126.  
  8127. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8128.  
  8129.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8130.  
  8131.                         ^~~~~~~~~~~~
  8132.  
  8133. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8134.  
  8135.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8136.  
  8137.                             ^
  8138.  
  8139. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8140.  
  8141.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8142.  
  8143.                                        ^
  8144.  
  8145. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8146.  
  8147.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8148.  
  8149.                         ^~~~~~~~~~~~
  8150.  
  8151. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8152.  
  8153.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8154.  
  8155.                             ^
  8156.  
  8157. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8158.  
  8159.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8160.  
  8161.                          ^
  8162.  
  8163. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8164.  
  8165.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8166.  
  8167.                         ^~~~~~~~~~~~
  8168.  
  8169. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  8170.  
  8171.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8172.  
  8173.                                       ^
  8174.  
  8175. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8176.  
  8177.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8178.  
  8179.                                 ^
  8180.  
  8181. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  8182.  
  8183.        #define PROBE_PT_3_Y MAX_PROBE_Y
  8184.  
  8185.                             ^
  8186.  
  8187. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8188.  
  8189.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8190.  
  8191.                          ^
  8192.  
  8193. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  8194.  
  8195.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8196.  
  8197.                         ^~~~~~~~~~~~
  8198.  
  8199. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  8200.  
  8201.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8202.  
  8203.                                                    ^
  8204.  
  8205. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8206.  
  8207.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8208.  
  8209.                                               ^
  8210.  
  8211. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  8212.  
  8213.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8214.  
  8215.                                       ^
  8216.  
  8217. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8218.  
  8219.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8220.  
  8221.                                 ^
  8222.  
  8223. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8224.  
  8225.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8226.  
  8227.                             ^
  8228.  
  8229. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8230.  
  8231.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8232.  
  8233.                          ^
  8234.  
  8235. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8236.  
  8237.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8238.  
  8239.                         ^~~~~~~~~~~~
  8240.  
  8241. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8242.  
  8243.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8244.  
  8245.                             ^
  8246.  
  8247. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8248.  
  8249.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8250.  
  8251.                                        ^
  8252.  
  8253. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8254.  
  8255.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8256.  
  8257.                         ^~~~~~~~~~~~
  8258.  
  8259. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8260.  
  8261.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8262.  
  8263.                             ^
  8264.  
  8265. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8266.  
  8267.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8268.  
  8269.                                        ^
  8270.  
  8271. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8272.  
  8273.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8274.  
  8275.                         ^~~~~~~~~~~~
  8276.  
  8277. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8278.  
  8279.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8280.  
  8281.                             ^
  8282.  
  8283. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8284.  
  8285.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8286.  
  8287.                          ^
  8288.  
  8289. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8290.  
  8291.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8292.  
  8293.                         ^~~~~~~~~~~~
  8294.  
  8295. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  8296.  
  8297.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8298.  
  8299.                                                    ^
  8300.  
  8301. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8302.  
  8303.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8304.  
  8305.                                               ^
  8306.  
  8307. sketch\SanityCheck.h:899:51: note: suggested alternative: 'MSG_MOVE_X'
  8308.  
  8309.    static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  8310.  
  8311.                                                    ^
  8312.  
  8313. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8314.  
  8315.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8316.  
  8317.                                               ^
  8318.  
  8319. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  8320.  
  8321.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8322.  
  8323.                                       ^
  8324.  
  8325. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8326.  
  8327.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8328.  
  8329.                                 ^
  8330.  
  8331. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  8332.  
  8333.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8334.  
  8335.                                       ^
  8336.  
  8337. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8338.  
  8339.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8340.  
  8341.                                 ^
  8342.  
  8343. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  8344.  
  8345.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8346.  
  8347.                                       ^
  8348.  
  8349. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8350.  
  8351.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8352.  
  8353.                                 ^
  8354.  
  8355. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  8356.  
  8357.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8358.  
  8359.                                                    ^
  8360.  
  8361. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8362.  
  8363.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8364.  
  8365.                                               ^
  8366.  
  8367. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8368.  
  8369.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8370.  
  8371.                                       ^
  8372.  
  8373. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8374.  
  8375.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8376.  
  8377.                                 ^
  8378.  
  8379. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  8380.  
  8381.        #define PROBE_PT_2_X MAX_PROBE_X
  8382.  
  8383.                             ^
  8384.  
  8385. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8386.  
  8387.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8388.  
  8389.                          ^
  8390.  
  8391. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  8392.  
  8393.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8394.  
  8395.                         ^~~~~~~~~~~~
  8396.  
  8397. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  8398.  
  8399.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8400.  
  8401.                                                    ^
  8402.  
  8403. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8404.  
  8405.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8406.  
  8407.                                               ^
  8408.  
  8409. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8410.  
  8411.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8412.  
  8413.                                       ^
  8414.  
  8415. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8416.  
  8417.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8418.  
  8419.                                 ^
  8420.  
  8421. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8422.  
  8423.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8424.  
  8425.                             ^
  8426.  
  8427. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8428.  
  8429.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8430.  
  8431.                          ^
  8432.  
  8433. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8434.  
  8435.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8436.  
  8437.                         ^~~~~~~~~~~~
  8438.  
  8439. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  8440.  
  8441.        #define PROBE_PT_2_X MAX_PROBE_X
  8442.  
  8443.                             ^
  8444.  
  8445. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8446.  
  8447.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8448.  
  8449.                                        ^
  8450.  
  8451. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  8452.  
  8453.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8454.  
  8455.                         ^~~~~~~~~~~~
  8456.  
  8457. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8458.  
  8459.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8460.  
  8461.                                       ^
  8462.  
  8463. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8464.  
  8465.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8466.  
  8467.                                 ^
  8468.  
  8469. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8470.  
  8471.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8472.  
  8473.                                       ^
  8474.  
  8475. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8476.  
  8477.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8478.  
  8479.                                 ^
  8480.  
  8481. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  8482.  
  8483.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8484.  
  8485.                                                    ^
  8486.  
  8487. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8488.  
  8489.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8490.  
  8491.                                               ^
  8492.  
  8493. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8494.  
  8495.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8496.  
  8497.                             ^
  8498.  
  8499. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8500.  
  8501.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8502.  
  8503.                                        ^
  8504.  
  8505. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8506.  
  8507.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8508.  
  8509.                         ^~~~~~~~~~~~
  8510.  
  8511. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8512.  
  8513.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8514.  
  8515.                             ^
  8516.  
  8517. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8518.  
  8519.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8520.  
  8521.                                        ^
  8522.  
  8523. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8524.  
  8525.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8526.  
  8527.                         ^~~~~~~~~~~~
  8528.  
  8529. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8530.  
  8531.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8532.  
  8533.                                       ^
  8534.  
  8535. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8536.  
  8537.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8538.  
  8539.                                 ^
  8540.  
  8541. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  8542.  
  8543.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8544.  
  8545.                                                    ^
  8546.  
  8547. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8548.  
  8549.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8550.  
  8551.                                               ^
  8552.  
  8553. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  8554.  
  8555.        #define PROBE_PT_3_Y MAX_PROBE_Y
  8556.  
  8557.                             ^
  8558.  
  8559. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8560.  
  8561.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8562.  
  8563.                          ^
  8564.  
  8565. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  8566.  
  8567.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8568.  
  8569.                         ^~~~~~~~~~~~
  8570.  
  8571. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8572.  
  8573.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8574.  
  8575.                             ^
  8576.  
  8577. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8578.  
  8579.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8580.  
  8581.                          ^
  8582.  
  8583. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8584.  
  8585.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8586.  
  8587.                         ^~~~~~~~~~~~
  8588.  
  8589. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  8590.  
  8591.        #define PROBE_PT_2_X MAX_PROBE_X
  8592.  
  8593.                             ^
  8594.  
  8595. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8596.  
  8597.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8598.  
  8599.                                        ^
  8600.  
  8601. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  8602.  
  8603.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8604.  
  8605.                         ^~~~~~~~~~~~
  8606.  
  8607. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  8608.  
  8609.        #define PROBE_PT_2_X MAX_PROBE_X
  8610.  
  8611.                             ^
  8612.  
  8613. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8614.  
  8615.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8616.  
  8617.                          ^
  8618.  
  8619. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  8620.  
  8621.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8622.  
  8623.                         ^~~~~~~~~~~~
  8624.  
  8625. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  8626.  
  8627.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8628.  
  8629.                                                    ^
  8630.  
  8631. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8632.  
  8633.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8634.  
  8635.                                               ^
  8636.  
  8637. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  8638.  
  8639.        #define PROBE_PT_3_Y MAX_PROBE_Y
  8640.  
  8641.                             ^
  8642.  
  8643. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8644.  
  8645.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8646.  
  8647.                                        ^
  8648.  
  8649. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  8650.  
  8651.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8652.  
  8653.                         ^~~~~~~~~~~~
  8654.  
  8655. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  8656.  
  8657.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8658.  
  8659.                                       ^
  8660.  
  8661. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8662.  
  8663.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8664.  
  8665.                                 ^
  8666.  
  8667. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  8668.  
  8669.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8670.  
  8671.                                                    ^
  8672.  
  8673. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8674.  
  8675.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8676.  
  8677.                                               ^
  8678.  
  8679. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8680.  
  8681.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8682.  
  8683.                             ^
  8684.  
  8685. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8686.  
  8687.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8688.  
  8689.                                        ^
  8690.  
  8691. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8692.  
  8693.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8694.  
  8695.                         ^~~~~~~~~~~~
  8696.  
  8697. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8698.  
  8699.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8700.  
  8701.                             ^
  8702.  
  8703. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8704.  
  8705.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8706.  
  8707.                                        ^
  8708.  
  8709. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8710.  
  8711.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8712.  
  8713.                         ^~~~~~~~~~~~
  8714.  
  8715. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  8716.  
  8717.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8718.  
  8719.                                                    ^
  8720.  
  8721. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8722.  
  8723.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8724.  
  8725.                                               ^
  8726.  
  8727. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  8728.  
  8729.        #define PROBE_PT_3_Y MAX_PROBE_Y
  8730.  
  8731.                             ^
  8732.  
  8733. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8734.  
  8735.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8736.  
  8737.                          ^
  8738.  
  8739. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  8740.  
  8741.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8742.  
  8743.                         ^~~~~~~~~~~~
  8744.  
  8745. SanityCheck.h:900:38: error: 'MIN_PROBE_X' was not declared in this scope
  8746.  
  8747.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8748.  
  8749.                                       ^
  8750.  
  8751. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8752.  
  8753.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8754.  
  8755.                                 ^
  8756.  
  8757. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8758.  
  8759.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8760.  
  8761.                             ^
  8762.  
  8763. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8764.  
  8765.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8766.  
  8767.                          ^
  8768.  
  8769. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8770.  
  8771.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8772.  
  8773.                         ^~~~~~~~~~~~
  8774.  
  8775. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  8776.  
  8777.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8778.  
  8779.                                                    ^
  8780.  
  8781. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8782.  
  8783.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8784.  
  8785.                                               ^
  8786.  
  8787. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  8788.  
  8789.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8790.  
  8791.                                                    ^
  8792.  
  8793. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8794.  
  8795.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8796.  
  8797.                                               ^
  8798.  
  8799. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8800.  
  8801.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8802.  
  8803.                                       ^
  8804.  
  8805. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8806.  
  8807.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8808.  
  8809.                                 ^
  8810.  
  8811. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  8812.  
  8813.        #define PROBE_PT_3_Y MAX_PROBE_Y
  8814.  
  8815.                             ^
  8816.  
  8817. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8818.  
  8819.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8820.  
  8821.                                        ^
  8822.  
  8823. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  8824.  
  8825.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8826.  
  8827.                         ^~~~~~~~~~~~
  8828.  
  8829. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  8830.  
  8831.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8832.  
  8833.                                       ^
  8834.  
  8835. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8836.  
  8837.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8838.  
  8839.                                 ^
  8840.  
  8841. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8842.  
  8843.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8844.  
  8845.                             ^
  8846.  
  8847. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8848.  
  8849.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8850.  
  8851.                          ^
  8852.  
  8853. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8854.  
  8855.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8856.  
  8857.                         ^~~~~~~~~~~~
  8858.  
  8859. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8860.  
  8861.        #define PROBE_PT_1_Y MIN_PROBE_Y
  8862.  
  8863.                             ^
  8864.  
  8865. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8866.  
  8867.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8868.  
  8869.                                        ^
  8870.  
  8871. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  8872.  
  8873.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8874.  
  8875.                         ^~~~~~~~~~~~
  8876.  
  8877. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  8878.  
  8879.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  8880.  
  8881.                                                    ^
  8882.  
  8883. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8884.  
  8885.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8886.  
  8887.                                               ^
  8888.  
  8889. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  8890.  
  8891.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8892.  
  8893.                                                    ^
  8894.  
  8895. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8896.  
  8897.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8898.  
  8899.                                               ^
  8900.  
  8901. sketch\SanityCheck.h:900:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  8902.  
  8903.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8904.  
  8905.                                       ^
  8906.  
  8907. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8908.  
  8909.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8910.  
  8911.                                 ^
  8912.  
  8913. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  8914.  
  8915.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  8916.  
  8917.                                                    ^
  8918.  
  8919. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8920.  
  8921.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8922.  
  8923.                                               ^
  8924.  
  8925. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  8926.  
  8927.        #define PROBE_PT_2_Y MIN_PROBE_Y
  8928.  
  8929.                             ^
  8930.  
  8931. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  8932.  
  8933.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8934.  
  8935.                          ^
  8936.  
  8937. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  8938.  
  8939.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8940.  
  8941.                         ^~~~~~~~~~~~
  8942.  
  8943. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  8944.  
  8945.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8946.  
  8947.                                                    ^
  8948.  
  8949. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  8950.  
  8951.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8952.  
  8953.                                               ^
  8954.  
  8955. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  8956.  
  8957.        #define PROBE_PT_2_X MAX_PROBE_X
  8958.  
  8959.                             ^
  8960.  
  8961. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  8962.  
  8963.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8964.  
  8965.                                        ^
  8966.  
  8967. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  8968.  
  8969.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  8970.  
  8971.                         ^~~~~~~~~~~~
  8972.  
  8973. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  8974.  
  8975.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  8976.  
  8977.                                       ^
  8978.  
  8979. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8980.  
  8981.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8982.  
  8983.                                 ^
  8984.  
  8985. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  8986.  
  8987.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  8988.  
  8989.                                       ^
  8990.  
  8991. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  8992.  
  8993.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  8994.  
  8995.                                 ^
  8996.  
  8997. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  8998.  
  8999.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9000.  
  9001.                             ^
  9002.  
  9003. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9004.  
  9005.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9006.  
  9007.                          ^
  9008.  
  9009. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9010.  
  9011.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9012.  
  9013.                         ^~~~~~~~~~~~
  9014.  
  9015. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9016.  
  9017.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9018.  
  9019.                             ^
  9020.  
  9021. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9022.  
  9023.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9024.  
  9025.                                        ^
  9026.  
  9027. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9028.  
  9029.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9030.  
  9031.                         ^~~~~~~~~~~~
  9032.  
  9033. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9034.  
  9035.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9036.  
  9037.                             ^
  9038.  
  9039. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9040.  
  9041.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9042.  
  9043.                          ^
  9044.  
  9045. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9046.  
  9047.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9048.  
  9049.                         ^~~~~~~~~~~~
  9050.  
  9051. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  9052.  
  9053.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9054.  
  9055.                                                    ^
  9056.  
  9057. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9058.  
  9059.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9060.  
  9061.                                               ^
  9062.  
  9063. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9064.  
  9065.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9066.  
  9067.                                       ^
  9068.  
  9069. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9070.  
  9071.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9072.  
  9073.                                 ^
  9074.  
  9075. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  9076.  
  9077.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9078.  
  9079.                             ^
  9080.  
  9081. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9082.  
  9083.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9084.  
  9085.                          ^
  9086.  
  9087. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9088.  
  9089.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9090.  
  9091.                         ^~~~~~~~~~~~
  9092.  
  9093. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9094.  
  9095.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9096.  
  9097.                                                    ^
  9098.  
  9099. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9100.  
  9101.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9102.  
  9103.                                               ^
  9104.  
  9105. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9106.  
  9107.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9108.  
  9109.                                       ^
  9110.  
  9111. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9112.  
  9113.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9114.  
  9115.                                 ^
  9116.  
  9117. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9118.  
  9119.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9120.  
  9121.                                       ^
  9122.  
  9123. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9124.  
  9125.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9126.  
  9127.                                 ^
  9128.  
  9129. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  9130.  
  9131.        #define PROBE_PT_2_X MAX_PROBE_X
  9132.  
  9133.                             ^
  9134.  
  9135. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9136.  
  9137.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9138.  
  9139.                                        ^
  9140.  
  9141. sketch\SanityCheck.h:900:24: note: in expansion of macro 'PROBE_PT_2_X'
  9142.  
  9143.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  9144.  
  9145.                         ^~~~~~~~~~~~
  9146.  
  9147. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9148.  
  9149.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9150.  
  9151.                                       ^
  9152.  
  9153. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9154.  
  9155.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9156.  
  9157.                                 ^
  9158.  
  9159. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  9160.  
  9161.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9162.  
  9163.                             ^
  9164.  
  9165. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9166.  
  9167.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9168.  
  9169.                                        ^
  9170.  
  9171. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9172.  
  9173.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9174.  
  9175.                         ^~~~~~~~~~~~
  9176.  
  9177. SanityCheck.h:900:51: error: 'MAX_PROBE_X' was not declared in this scope
  9178.  
  9179.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  9180.  
  9181.                                                    ^
  9182.  
  9183. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9184.  
  9185.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9186.  
  9187.                                               ^
  9188.  
  9189. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  9190.  
  9191.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9192.  
  9193.                                                    ^
  9194.  
  9195. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9196.  
  9197.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9198.  
  9199.                                               ^
  9200.  
  9201. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9202.  
  9203.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9204.  
  9205.                             ^
  9206.  
  9207. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9208.  
  9209.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9210.  
  9211.                          ^
  9212.  
  9213. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9214.  
  9215.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9216.  
  9217.                         ^~~~~~~~~~~~
  9218.  
  9219. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9220.  
  9221.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9222.  
  9223.                             ^
  9224.  
  9225. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9226.  
  9227.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9228.  
  9229.                                        ^
  9230.  
  9231. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9232.  
  9233.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9234.  
  9235.                         ^~~~~~~~~~~~
  9236.  
  9237. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9238.  
  9239.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9240.  
  9241.                                       ^
  9242.  
  9243. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9244.  
  9245.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9246.  
  9247.                                 ^
  9248.  
  9249. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  9250.  
  9251.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9252.  
  9253.                             ^
  9254.  
  9255. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9256.  
  9257.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9258.  
  9259.                          ^
  9260.  
  9261. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9262.  
  9263.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9264.  
  9265.                         ^~~~~~~~~~~~
  9266.  
  9267. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9268.  
  9269.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9270.  
  9271.                                       ^
  9272.  
  9273. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9274.  
  9275.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9276.  
  9277.                                 ^
  9278.  
  9279. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9280.  
  9281.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9282.  
  9283.                                       ^
  9284.  
  9285. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9286.  
  9287.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9288.  
  9289.                                 ^
  9290.  
  9291. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9292.  
  9293.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9294.  
  9295.                             ^
  9296.  
  9297. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9298.  
  9299.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9300.  
  9301.                                        ^
  9302.  
  9303. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9304.  
  9305.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9306.  
  9307.                         ^~~~~~~~~~~~
  9308.  
  9309. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  9310.  
  9311.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9312.  
  9313.                                                    ^
  9314.  
  9315. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9316.  
  9317.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9318.  
  9319.                                               ^
  9320.  
  9321. sketch\SanityCheck.h:900:51: note: suggested alternative: 'MSG_MOVE_X'
  9322.  
  9323.    static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  9324.  
  9325.                                                    ^
  9326.  
  9327. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9328.  
  9329.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9330.  
  9331.                                               ^
  9332.  
  9333. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9334.  
  9335.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9336.  
  9337.                                       ^
  9338.  
  9339. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9340.  
  9341.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9342.  
  9343.                                 ^
  9344.  
  9345. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  9346.  
  9347.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9348.  
  9349.                                                    ^
  9350.  
  9351. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9352.  
  9353.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9354.  
  9355.                                               ^
  9356.  
  9357. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  9358.  
  9359.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9360.  
  9361.                             ^
  9362.  
  9363. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9364.  
  9365.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9366.  
  9367.                                        ^
  9368.  
  9369. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9370.  
  9371.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9372.  
  9373.                         ^~~~~~~~~~~~
  9374.  
  9375. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  9376.  
  9377.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9378.  
  9379.                             ^
  9380.  
  9381. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9382.  
  9383.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9384.  
  9385.                                        ^
  9386.  
  9387. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9388.  
  9389.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9390.  
  9391.                         ^~~~~~~~~~~~
  9392.  
  9393. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9394.  
  9395.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9396.  
  9397.                                                    ^
  9398.  
  9399. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9400.  
  9401.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9402.  
  9403.                                               ^
  9404.  
  9405. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9406.  
  9407.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9408.  
  9409.                             ^
  9410.  
  9411. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9412.  
  9413.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9414.  
  9415.                          ^
  9416.  
  9417. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9418.  
  9419.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9420.  
  9421.                         ^~~~~~~~~~~~
  9422.  
  9423. SanityCheck.h:901:38: error: 'MIN_PROBE_X' was not declared in this scope
  9424.  
  9425.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9426.  
  9427.                                       ^
  9428.  
  9429. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9430.  
  9431.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9432.  
  9433.                                 ^
  9434.  
  9435. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9436.  
  9437.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9438.  
  9439.                             ^
  9440.  
  9441. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9442.  
  9443.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9444.  
  9445.                                        ^
  9446.  
  9447. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9448.  
  9449.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9450.  
  9451.                         ^~~~~~~~~~~~
  9452.  
  9453. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9454.  
  9455.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9456.  
  9457.                             ^
  9458.  
  9459. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9460.  
  9461.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9462.  
  9463.                          ^
  9464.  
  9465. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9466.  
  9467.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9468.  
  9469.                         ^~~~~~~~~~~~
  9470.  
  9471. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9472.  
  9473.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9474.  
  9475.                                       ^
  9476.  
  9477. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9478.  
  9479.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9480.  
  9481.                                 ^
  9482.  
  9483. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9484.  
  9485.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9486.  
  9487.                             ^
  9488.  
  9489. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9490.  
  9491.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9492.  
  9493.                                        ^
  9494.  
  9495. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9496.  
  9497.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9498.  
  9499.                         ^~~~~~~~~~~~
  9500.  
  9501. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  9502.  
  9503.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9504.  
  9505.                             ^
  9506.  
  9507. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9508.  
  9509.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9510.  
  9511.                                        ^
  9512.  
  9513. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9514.  
  9515.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9516.  
  9517.                         ^~~~~~~~~~~~
  9518.  
  9519. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9520.  
  9521.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9522.  
  9523.                                                    ^
  9524.  
  9525. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9526.  
  9527.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9528.  
  9529.                                               ^
  9530.  
  9531. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9532.  
  9533.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9534.  
  9535.                             ^
  9536.  
  9537. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9538.  
  9539.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9540.  
  9541.                                        ^
  9542.  
  9543. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9544.  
  9545.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9546.  
  9547.                         ^~~~~~~~~~~~
  9548.  
  9549. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9550.  
  9551.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9552.  
  9553.                                                    ^
  9554.  
  9555. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9556.  
  9557.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9558.  
  9559.                                               ^
  9560.  
  9561. sketch\SanityCheck.h:901:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9562.  
  9563.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9564.  
  9565.                                       ^
  9566.  
  9567. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9568.  
  9569.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9570.  
  9571.                                 ^
  9572.  
  9573. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9574.  
  9575.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9576.  
  9577.                             ^
  9578.  
  9579. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9580.  
  9581.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9582.  
  9583.                          ^
  9584.  
  9585. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9586.  
  9587.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9588.  
  9589.                         ^~~~~~~~~~~~
  9590.  
  9591. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  9592.  
  9593.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9594.  
  9595.                                                    ^
  9596.  
  9597. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9598.  
  9599.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9600.  
  9601.                                               ^
  9602.  
  9603. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9604.  
  9605.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9606.  
  9607.                                                    ^
  9608.  
  9609. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9610.  
  9611.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9612.  
  9613.                                               ^
  9614.  
  9615. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9616.  
  9617.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9618.  
  9619.                                       ^
  9620.  
  9621. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9622.  
  9623.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9624.  
  9625.                                 ^
  9626.  
  9627. SanityCheck.h:901:51: error: 'MAX_PROBE_X' was not declared in this scope
  9628.  
  9629.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9630.  
  9631.                                                    ^
  9632.  
  9633. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9634.  
  9635.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9636.  
  9637.                                               ^
  9638.  
  9639. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9640.  
  9641.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9642.  
  9643.                             ^
  9644.  
  9645. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9646.  
  9647.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9648.  
  9649.                                        ^
  9650.  
  9651. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9652.  
  9653.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9654.  
  9655.                         ^~~~~~~~~~~~
  9656.  
  9657. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  9658.  
  9659.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9660.  
  9661.                                                    ^
  9662.  
  9663. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9664.  
  9665.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9666.  
  9667.                                               ^
  9668.  
  9669. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  9670.  
  9671.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9672.  
  9673.                                                    ^
  9674.  
  9675. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9676.  
  9677.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9678.  
  9679.                                               ^
  9680.  
  9681. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  9682.  
  9683.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9684.  
  9685.                                                    ^
  9686.  
  9687. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9688.  
  9689.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9690.  
  9691.                                               ^
  9692.  
  9693. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9694.  
  9695.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9696.  
  9697.                             ^
  9698.  
  9699. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9700.  
  9701.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9702.  
  9703.                          ^
  9704.  
  9705. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9706.  
  9707.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9708.  
  9709.                         ^~~~~~~~~~~~
  9710.  
  9711. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9712.  
  9713.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9714.  
  9715.                                       ^
  9716.  
  9717. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9718.  
  9719.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9720.  
  9721.                                 ^
  9722.  
  9723. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9724.  
  9725.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9726.  
  9727.                                                    ^
  9728.  
  9729. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9730.  
  9731.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9732.  
  9733.                                               ^
  9734.  
  9735. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9736.  
  9737.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9738.  
  9739.                             ^
  9740.  
  9741. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9742.  
  9743.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9744.  
  9745.                          ^
  9746.  
  9747. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9748.  
  9749.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9750.  
  9751.                         ^~~~~~~~~~~~
  9752.  
  9753. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  9754.  
  9755.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9756.  
  9757.                             ^
  9758.  
  9759. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9760.  
  9761.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9762.  
  9763.                          ^
  9764.  
  9765. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9766.  
  9767.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9768.  
  9769.                         ^~~~~~~~~~~~
  9770.  
  9771. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9772.  
  9773.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9774.  
  9775.                                       ^
  9776.  
  9777. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9778.  
  9779.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9780.  
  9781.                                 ^
  9782.  
  9783. sketch\SanityCheck.h:901:51: note: suggested alternative: 'MSG_MOVE_X'
  9784.  
  9785.    static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  9786.  
  9787.                                                    ^
  9788.  
  9789. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9790.  
  9791.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9792.  
  9793.                                               ^
  9794.  
  9795. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  9796.  
  9797.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9798.  
  9799.                                       ^
  9800.  
  9801. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9802.  
  9803.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9804.  
  9805.                                 ^
  9806.  
  9807. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9808.  
  9809.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9810.  
  9811.                             ^
  9812.  
  9813. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9814.  
  9815.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9816.  
  9817.                                        ^
  9818.  
  9819. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9820.  
  9821.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9822.  
  9823.                         ^~~~~~~~~~~~
  9824.  
  9825. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9826.  
  9827.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9828.  
  9829.                             ^
  9830.  
  9831. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9832.  
  9833.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9834.  
  9835.                                        ^
  9836.  
  9837. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9838.  
  9839.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9840.  
  9841.                         ^~~~~~~~~~~~
  9842.  
  9843. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  9844.  
  9845.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9846.  
  9847.                             ^
  9848.  
  9849. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9850.  
  9851.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9852.  
  9853.                          ^
  9854.  
  9855. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9856.  
  9857.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9858.  
  9859.                         ^~~~~~~~~~~~
  9860.  
  9861. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  9862.  
  9863.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9864.  
  9865.                                                    ^
  9866.  
  9867. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9868.  
  9869.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9870.  
  9871.                                               ^
  9872.  
  9873. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9874.  
  9875.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9876.  
  9877.                             ^
  9878.  
  9879. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  9880.  
  9881.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9882.  
  9883.                                        ^
  9884.  
  9885. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9886.  
  9887.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9888.  
  9889.                         ^~~~~~~~~~~~
  9890.  
  9891. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9892.  
  9893.        #define PROBE_PT_2_Y MIN_PROBE_Y
  9894.  
  9895.                             ^
  9896.  
  9897. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9898.  
  9899.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9900.  
  9901.                          ^
  9902.  
  9903. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  9904.  
  9905.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9906.  
  9907.                         ^~~~~~~~~~~~
  9908.  
  9909. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  9910.  
  9911.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9912.  
  9913.                             ^
  9914.  
  9915. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9916.  
  9917.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9918.  
  9919.                          ^
  9920.  
  9921. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9922.  
  9923.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9924.  
  9925.                         ^~~~~~~~~~~~
  9926.  
  9927. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  9928.  
  9929.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9930.  
  9931.                                                    ^
  9932.  
  9933. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  9934.  
  9935.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9936.  
  9937.                                               ^
  9938.  
  9939. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9940.  
  9941.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9942.  
  9943.                                       ^
  9944.  
  9945. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9946.  
  9947.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9948.  
  9949.                                 ^
  9950.  
  9951. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  9952.  
  9953.        #define PROBE_PT_3_Y MAX_PROBE_Y
  9954.  
  9955.                             ^
  9956.  
  9957. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9958.  
  9959.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9960.  
  9961.                          ^
  9962.  
  9963. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  9964.  
  9965.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  9966.  
  9967.                         ^~~~~~~~~~~~
  9968.  
  9969. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  9970.  
  9971.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  9972.  
  9973.                                       ^
  9974.  
  9975. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  9976.  
  9977.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9978.  
  9979.                                 ^
  9980.  
  9981. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  9982.  
  9983.        #define PROBE_PT_1_Y MIN_PROBE_Y
  9984.  
  9985.                             ^
  9986.  
  9987. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  9988.  
  9989.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  9990.  
  9991.                          ^
  9992.  
  9993. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  9994.  
  9995.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  9996.  
  9997.                         ^~~~~~~~~~~~
  9998.  
  9999. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  10000.  
  10001.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10002.  
  10003.                                                    ^
  10004.  
  10005. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10006.  
  10007.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10008.  
  10009.                                               ^
  10010.  
  10011. SanityCheck.h:902:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10012.  
  10013.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10014.  
  10015.                                       ^
  10016.  
  10017. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10018.  
  10019.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10020.  
  10021.                                 ^
  10022.  
  10023. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10024.  
  10025.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10026.  
  10027.                             ^
  10028.  
  10029. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10030.  
  10031.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10032.  
  10033.                          ^
  10034.  
  10035. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10036.  
  10037.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10038.  
  10039.                         ^~~~~~~~~~~~
  10040.  
  10041. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10042.  
  10043.        #define PROBE_PT_1_Y MIN_PROBE_Y
  10044.  
  10045.                             ^
  10046.  
  10047. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10048.  
  10049.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10050.  
  10051.                                        ^
  10052.  
  10053. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  10054.  
  10055.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10056.  
  10057.                         ^~~~~~~~~~~~
  10058.  
  10059. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10060.  
  10061.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10062.  
  10063.                             ^
  10064.  
  10065. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10066.  
  10067.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10068.  
  10069.                          ^
  10070.  
  10071. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10072.  
  10073.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10074.  
  10075.                         ^~~~~~~~~~~~
  10076.  
  10077. sketch\SanityCheck.h:902:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10078.  
  10079.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10080.  
  10081.                                       ^
  10082.  
  10083. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10084.  
  10085.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10086.  
  10087.                                 ^
  10088.  
  10089. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10090.  
  10091.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10092.  
  10093.                                       ^
  10094.  
  10095. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10096.  
  10097.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10098.  
  10099.                                 ^
  10100.  
  10101. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10102.  
  10103.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10104.  
  10105.                             ^
  10106.  
  10107. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10108.  
  10109.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10110.  
  10111.                          ^
  10112.  
  10113. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10114.  
  10115.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10116.  
  10117.                         ^~~~~~~~~~~~
  10118.  
  10119. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10120.  
  10121.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10122.  
  10123.                                       ^
  10124.  
  10125. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10126.  
  10127.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10128.  
  10129.                                 ^
  10130.  
  10131. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10132.  
  10133.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10134.  
  10135.                                       ^
  10136.  
  10137. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10138.  
  10139.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10140.  
  10141.                                 ^
  10142.  
  10143. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10144.  
  10145.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10146.  
  10147.                                                    ^
  10148.  
  10149. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10150.  
  10151.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10152.  
  10153.                                               ^
  10154.  
  10155. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  10156.  
  10157.        #define PROBE_PT_1_Y MIN_PROBE_Y
  10158.  
  10159.                             ^
  10160.  
  10161. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10162.  
  10163.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10164.  
  10165.                                        ^
  10166.  
  10167. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  10168.  
  10169.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10170.  
  10171.                         ^~~~~~~~~~~~
  10172.  
  10173. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10174.  
  10175.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10176.  
  10177.                             ^
  10178.  
  10179. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10180.  
  10181.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10182.  
  10183.                                        ^
  10184.  
  10185. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10186.  
  10187.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10188.  
  10189.                         ^~~~~~~~~~~~
  10190.  
  10191. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10192.  
  10193.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10194.  
  10195.                                       ^
  10196.  
  10197. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10198.  
  10199.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10200.  
  10201.                                 ^
  10202.  
  10203. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  10204.  
  10205.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10206.  
  10207.                             ^
  10208.  
  10209. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10210.  
  10211.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10212.  
  10213.                                        ^
  10214.  
  10215. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10216.  
  10217.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10218.  
  10219.                         ^~~~~~~~~~~~
  10220.  
  10221. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  10222.  
  10223.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10224.  
  10225.                                                    ^
  10226.  
  10227. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10228.  
  10229.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10230.  
  10231.                                               ^
  10232.  
  10233. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10234.  
  10235.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10236.  
  10237.                                       ^
  10238.  
  10239. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10240.  
  10241.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10242.  
  10243.                                 ^
  10244.  
  10245. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10246.  
  10247.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10248.  
  10249.                             ^
  10250.  
  10251. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10252.  
  10253.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10254.  
  10255.                                        ^
  10256.  
  10257. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10258.  
  10259.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10260.  
  10261.                         ^~~~~~~~~~~~
  10262.  
  10263. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  10264.  
  10265.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10266.  
  10267.                             ^
  10268.  
  10269. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10270.  
  10271.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10272.  
  10273.                          ^
  10274.  
  10275. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10276.  
  10277.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10278.  
  10279.                         ^~~~~~~~~~~~
  10280.  
  10281. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10282.  
  10283.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10284.  
  10285.                                       ^
  10286.  
  10287. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10288.  
  10289.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10290.  
  10291.                                 ^
  10292.  
  10293. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10294.  
  10295.        #define PROBE_PT_1_Y MIN_PROBE_Y
  10296.  
  10297.                             ^
  10298.  
  10299. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10300.  
  10301.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10302.  
  10303.                                        ^
  10304.  
  10305. sketch\SanityCheck.h:902:24: note: in expansion of macro 'PROBE_PT_1_Y'
  10306.  
  10307.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10308.  
  10309.                         ^~~~~~~~~~~~
  10310.  
  10311. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10312.  
  10313.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10314.  
  10315.                             ^
  10316.  
  10317. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10318.  
  10319.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10320.  
  10321.                                        ^
  10322.  
  10323. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10324.  
  10325.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10326.  
  10327.                         ^~~~~~~~~~~~
  10328.  
  10329. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10330.  
  10331.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10332.  
  10333.                             ^
  10334.  
  10335. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10336.  
  10337.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10338.  
  10339.                                        ^
  10340.  
  10341. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10342.  
  10343.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10344.  
  10345.                         ^~~~~~~~~~~~
  10346.  
  10347. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10348.  
  10349.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10350.  
  10351.                             ^
  10352.  
  10353. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10354.  
  10355.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10356.  
  10357.                                        ^
  10358.  
  10359. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10360.  
  10361.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10362.  
  10363.                         ^~~~~~~~~~~~
  10364.  
  10365. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10366.  
  10367.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10368.  
  10369.                                                    ^
  10370.  
  10371. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10372.  
  10373.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10374.  
  10375.                                               ^
  10376.  
  10377. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10378.  
  10379.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10380.  
  10381.                             ^
  10382.  
  10383. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10384.  
  10385.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10386.  
  10387.                                        ^
  10388.  
  10389. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10390.  
  10391.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10392.  
  10393.                         ^~~~~~~~~~~~
  10394.  
  10395. SanityCheck.h:902:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10396.  
  10397.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10398.  
  10399.                                                    ^
  10400.  
  10401. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10402.  
  10403.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10404.  
  10405.                                               ^
  10406.  
  10407. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10408.  
  10409.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10410.  
  10411.                                                    ^
  10412.  
  10413. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10414.  
  10415.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10416.  
  10417.                                               ^
  10418.  
  10419. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10420.  
  10421.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10422.  
  10423.                                                    ^
  10424.  
  10425. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10426.  
  10427.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10428.  
  10429.                                               ^
  10430.  
  10431. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10432.  
  10433.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10434.  
  10435.                             ^
  10436.  
  10437. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10438.  
  10439.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10440.  
  10441.                          ^
  10442.  
  10443. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10444.  
  10445.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10446.  
  10447.                         ^~~~~~~~~~~~
  10448.  
  10449. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  10450.  
  10451.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10452.  
  10453.                                                    ^
  10454.  
  10455. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10456.  
  10457.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10458.  
  10459.                                               ^
  10460.  
  10461. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10462.  
  10463.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10464.  
  10465.                                       ^
  10466.  
  10467. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10468.  
  10469.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10470.  
  10471.                                 ^
  10472.  
  10473. sketch\SanityCheck.h:902:51: note: suggested alternative: 'MSG_MOVE_Y'
  10474.  
  10475.    static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  10476.  
  10477.                                                    ^
  10478.  
  10479. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10480.  
  10481.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10482.  
  10483.                                               ^
  10484.  
  10485. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  10486.  
  10487.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10488.  
  10489.                                                    ^
  10490.  
  10491. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10492.  
  10493.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10494.  
  10495.                                               ^
  10496.  
  10497. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  10498.  
  10499.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10500.  
  10501.                             ^
  10502.  
  10503. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10504.  
  10505.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10506.  
  10507.                          ^
  10508.  
  10509. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10510.  
  10511.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10512.  
  10513.                         ^~~~~~~~~~~~
  10514.  
  10515. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  10516.  
  10517.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10518.  
  10519.                                                    ^
  10520.  
  10521. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10522.  
  10523.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10524.  
  10525.                                               ^
  10526.  
  10527. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10528.  
  10529.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10530.  
  10531.                                       ^
  10532.  
  10533. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10534.  
  10535.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10536.  
  10537.                                 ^
  10538.  
  10539. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10540.  
  10541.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10542.  
  10543.                             ^
  10544.  
  10545. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10546.  
  10547.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10548.  
  10549.                                        ^
  10550.  
  10551. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10552.  
  10553.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10554.  
  10555.                         ^~~~~~~~~~~~
  10556.  
  10557. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10558.  
  10559.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10560.  
  10561.                                                    ^
  10562.  
  10563. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10564.  
  10565.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10566.  
  10567.                                               ^
  10568.  
  10569. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  10570.  
  10571.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10572.  
  10573.                             ^
  10574.  
  10575. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10576.  
  10577.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10578.  
  10579.                                        ^
  10580.  
  10581. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10582.  
  10583.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10584.  
  10585.                         ^~~~~~~~~~~~
  10586.  
  10587. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10588.  
  10589.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10590.  
  10591.                             ^
  10592.  
  10593. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10594.  
  10595.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10596.  
  10597.                          ^
  10598.  
  10599. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10600.  
  10601.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10602.  
  10603.                         ^~~~~~~~~~~~
  10604.  
  10605. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10606.  
  10607.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10608.  
  10609.                             ^
  10610.  
  10611. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10612.  
  10613.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10614.  
  10615.                                        ^
  10616.  
  10617. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10618.  
  10619.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10620.  
  10621.                         ^~~~~~~~~~~~
  10622.  
  10623. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10624.  
  10625.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10626.  
  10627.                             ^
  10628.  
  10629. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10630.  
  10631.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10632.  
  10633.                          ^
  10634.  
  10635. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10636.  
  10637.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10638.  
  10639.                         ^~~~~~~~~~~~
  10640.  
  10641. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  10642.  
  10643.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10644.  
  10645.                                                    ^
  10646.  
  10647. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10648.  
  10649.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10650.  
  10651.                                               ^
  10652.  
  10653. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10654.  
  10655.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10656.  
  10657.                                                    ^
  10658.  
  10659. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10660.  
  10661.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10662.  
  10663.                                               ^
  10664.  
  10665. SanityCheck.h:903:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10666.  
  10667.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10668.  
  10669.                                       ^
  10670.  
  10671. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10672.  
  10673.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10674.  
  10675.                                 ^
  10676.  
  10677. sketch\SanityCheck.h:903:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10678.  
  10679.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10680.  
  10681.                                       ^
  10682.  
  10683. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10684.  
  10685.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10686.  
  10687.                                 ^
  10688.  
  10689. Conditionals_post.h:1260:28: error: 'MIN_PROBE_Y' was not declared in this scope
  10690.  
  10691.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10692.  
  10693.                             ^
  10694.  
  10695. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10696.  
  10697.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10698.  
  10699.                                        ^
  10700.  
  10701. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10702.  
  10703.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10704.  
  10705.                         ^~~~~~~~~~~~
  10706.  
  10707. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  10708.  
  10709.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10710.  
  10711.                                                    ^
  10712.  
  10713. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10714.  
  10715.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10716.  
  10717.                                               ^
  10718.  
  10719. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10720.  
  10721.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10722.  
  10723.                             ^
  10724.  
  10725. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10726.  
  10727.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10728.  
  10729.                          ^
  10730.  
  10731. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10732.  
  10733.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10734.  
  10735.                         ^~~~~~~~~~~~
  10736.  
  10737. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10738.  
  10739.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10740.  
  10741.                                       ^
  10742.  
  10743. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10744.  
  10745.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10746.  
  10747.                                 ^
  10748.  
  10749. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10750.  
  10751.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10752.  
  10753.                             ^
  10754.  
  10755. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10756.  
  10757.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10758.  
  10759.                          ^
  10760.  
  10761. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10762.  
  10763.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10764.  
  10765.                         ^~~~~~~~~~~~
  10766.  
  10767. sketch\Conditionals_post.h:1260:28: note: suggested alternative: 'MIN_PROBE_EDGE'
  10768.  
  10769.        #define PROBE_PT_2_Y MIN_PROBE_Y
  10770.  
  10771.                             ^
  10772.  
  10773. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10774.  
  10775.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10776.  
  10777.                                        ^
  10778.  
  10779. sketch\SanityCheck.h:903:24: note: in expansion of macro 'PROBE_PT_2_Y'
  10780.  
  10781.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10782.  
  10783.                         ^~~~~~~~~~~~
  10784.  
  10785. SanityCheck.h:903:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10786.  
  10787.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10788.  
  10789.                                                    ^
  10790.  
  10791. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10792.  
  10793.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10794.  
  10795.                                               ^
  10796.  
  10797. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10798.  
  10799.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10800.  
  10801.                             ^
  10802.  
  10803. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10804.  
  10805.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10806.  
  10807.                          ^
  10808.  
  10809. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10810.  
  10811.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10812.  
  10813.                         ^~~~~~~~~~~~
  10814.  
  10815. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10816.  
  10817.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10818.  
  10819.                                       ^
  10820.  
  10821. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10822.  
  10823.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10824.  
  10825.                                 ^
  10826.  
  10827. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10828.  
  10829.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10830.  
  10831.                                       ^
  10832.  
  10833. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10834.  
  10835.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10836.  
  10837.                                 ^
  10838.  
  10839. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10840.  
  10841.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10842.  
  10843.                             ^
  10844.  
  10845. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10846.  
  10847.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10848.  
  10849.                                        ^
  10850.  
  10851. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10852.  
  10853.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10854.  
  10855.                         ^~~~~~~~~~~~
  10856.  
  10857. sketch\SanityCheck.h:903:51: note: suggested alternative: 'MSG_MOVE_Y'
  10858.  
  10859.    static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  10860.  
  10861.                                                    ^
  10862.  
  10863. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10864.  
  10865.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10866.  
  10867.                                               ^
  10868.  
  10869. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10870.  
  10871.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10872.  
  10873.                             ^
  10874.  
  10875. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10876.  
  10877.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10878.  
  10879.                          ^
  10880.  
  10881. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10882.  
  10883.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10884.  
  10885.                         ^~~~~~~~~~~~
  10886.  
  10887. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  10888.  
  10889.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10890.  
  10891.                                       ^
  10892.  
  10893. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10894.  
  10895.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10896.  
  10897.                                 ^
  10898.  
  10899. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  10900.  
  10901.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10902.  
  10903.                             ^
  10904.  
  10905. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10906.  
  10907.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10908.  
  10909.                                        ^
  10910.  
  10911. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10912.  
  10913.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10914.  
  10915.                         ^~~~~~~~~~~~
  10916.  
  10917. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10918.  
  10919.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10920.  
  10921.                             ^
  10922.  
  10923. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10924.  
  10925.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10926.  
  10927.                                        ^
  10928.  
  10929. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10930.  
  10931.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10932.  
  10933.                         ^~~~~~~~~~~~
  10934.  
  10935. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10936.  
  10937.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10938.  
  10939.                             ^
  10940.  
  10941. sketch\macros.h:118:25: note: in definition of macro 'WITHIN'
  10942.  
  10943.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10944.  
  10945.                          ^
  10946.  
  10947. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10948.  
  10949.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10950.  
  10951.                         ^~~~~~~~~~~~
  10952.  
  10953. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  10954.  
  10955.        #define PROBE_PT_3_Y MAX_PROBE_Y
  10956.  
  10957.                             ^
  10958.  
  10959. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  10960.  
  10961.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10962.  
  10963.                                        ^
  10964.  
  10965. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  10966.  
  10967.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10968.  
  10969.                         ^~~~~~~~~~~~
  10970.  
  10971. SanityCheck.h:904:38: error: 'MIN_PROBE_Y' was not declared in this scope
  10972.  
  10973.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10974.  
  10975.                                       ^
  10976.  
  10977. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  10978.  
  10979.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10980.  
  10981.                                 ^
  10982.  
  10983. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10984.  
  10985.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10986.  
  10987.                                                    ^
  10988.  
  10989. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  10990.  
  10991.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  10992.  
  10993.                                               ^
  10994.  
  10995. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  10996.  
  10997.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  10998.  
  10999.                                                    ^
  11000.  
  11001. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  11002.  
  11003.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11004.  
  11005.                                               ^
  11006.  
  11007. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  11008.  
  11009.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11010.  
  11011.                                                    ^
  11012.  
  11013. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  11014.  
  11015.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11016.  
  11017.                                               ^
  11018.  
  11019. sketch\SanityCheck.h:904:38: note: suggested alternative: 'MIN_PROBE_EDGE'
  11020.  
  11021.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11022.  
  11023.                                       ^
  11024.  
  11025. sketch\macros.h:118:32: note: in definition of macro 'WITHIN'
  11026.  
  11027.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11028.  
  11029.                                 ^
  11030.  
  11031. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  11032.  
  11033.        #define PROBE_PT_3_Y MAX_PROBE_Y
  11034.  
  11035.                             ^
  11036.  
  11037. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  11038.  
  11039.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11040.  
  11041.                                        ^
  11042.  
  11043. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  11044.  
  11045.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11046.  
  11047.                         ^~~~~~~~~~~~
  11048.  
  11049. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  11050.  
  11051.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11052.  
  11053.                                                    ^
  11054.  
  11055. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  11056.  
  11057.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11058.  
  11059.                                               ^
  11060.  
  11061. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  11062.  
  11063.        #define PROBE_PT_3_Y MAX_PROBE_Y
  11064.  
  11065.                             ^
  11066.  
  11067. sketch\macros.h:118:39: note: in definition of macro 'WITHIN'
  11068.  
  11069.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11070.  
  11071.                                        ^
  11072.  
  11073. sketch\SanityCheck.h:904:24: note: in expansion of macro 'PROBE_PT_3_Y'
  11074.  
  11075.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11076.  
  11077.                         ^~~~~~~~~~~~
  11078.  
  11079. SanityCheck.h:904:51: error: 'MAX_PROBE_Y' was not declared in this scope
  11080.  
  11081.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11082.  
  11083.                                                    ^
  11084.  
  11085. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  11086.  
  11087.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11088.  
  11089.                                               ^
  11090.  
  11091. sketch\SanityCheck.h:904:51: note: suggested alternative: 'MSG_MOVE_Y'
  11092.  
  11093.    static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  11094.  
  11095.                                                    ^
  11096.  
  11097. sketch\macros.h:118:46: note: in definition of macro 'WITHIN'
  11098.  
  11099.  #define WITHIN(V,L,H) ((V) >= (L) && (V) <= (H))
  11100.  
  11101.                                               ^
  11102.  
  11103. In file included from sketch\MarlinConfig.h:42:0,
  11104.  
  11105.                  from sketch\Marlin.h:35,
  11106.  
  11107.                  from sketch\Marlin_main.cpp:258:
  11108.  
  11109. sketch\Marlin_main.cpp: In function 'void gcode_G29()':
  11110.  
  11111. Conditionals_post.h:1251:28: error: 'MIN_PROBE_X' was not declared in this scope
  11112.  
  11113.        #define PROBE_PT_1_X MIN_PROBE_X
  11114.  
  11115.                             ^
  11116.  
  11117. sketch\Marlin_main.cpp:4924:18: note: in expansion of macro 'PROBE_PT_1_X'
  11118.  
  11119.          vector_3(PROBE_PT_1_X, PROBE_PT_1_Y, 0),
  11120.  
  11121.                   ^~~~~~~~~~~~
  11122.  
  11123. sketch\Conditionals_post.h:1251:28: note: suggested alternative: 'Z_MIN_PROBE'
  11124.  
  11125.        #define PROBE_PT_1_X MIN_PROBE_X
  11126.  
  11127.                             ^
  11128.  
  11129. sketch\Marlin_main.cpp:4924:18: note: in expansion of macro 'PROBE_PT_1_X'
  11130.  
  11131.          vector_3(PROBE_PT_1_X, PROBE_PT_1_Y, 0),
  11132.  
  11133.                   ^~~~~~~~~~~~
  11134.  
  11135. Conditionals_post.h:1254:28: error: 'MIN_PROBE_Y' was not declared in this scope
  11136.  
  11137.        #define PROBE_PT_1_Y MIN_PROBE_Y
  11138.  
  11139.                             ^
  11140.  
  11141. sketch\Marlin_main.cpp:4924:32: note: in expansion of macro 'PROBE_PT_1_Y'
  11142.  
  11143.          vector_3(PROBE_PT_1_X, PROBE_PT_1_Y, 0),
  11144.  
  11145.                                 ^~~~~~~~~~~~
  11146.  
  11147. sketch\Conditionals_post.h:1254:28: note: suggested alternative: 'Z_MIN_PROBE'
  11148.  
  11149.        #define PROBE_PT_1_Y MIN_PROBE_Y
  11150.  
  11151.                             ^
  11152.  
  11153. sketch\Marlin_main.cpp:4924:32: note: in expansion of macro 'PROBE_PT_1_Y'
  11154.  
  11155.          vector_3(PROBE_PT_1_X, PROBE_PT_1_Y, 0),
  11156.  
  11157.                                 ^~~~~~~~~~~~
  11158.  
  11159. Conditionals_post.h:1257:28: error: 'MAX_PROBE_X' was not declared in this scope
  11160.  
  11161.        #define PROBE_PT_2_X MAX_PROBE_X
  11162.  
  11163.                             ^
  11164.  
  11165. sketch\Marlin_main.cpp:4925:18: note: in expansion of macro 'PROBE_PT_2_X'
  11166.  
  11167.          vector_3(PROBE_PT_2_X, PROBE_PT_2_Y, 0),
  11168.  
  11169.                   ^~~~~~~~~~~~
  11170.  
  11171. sketch\Conditionals_post.h:1257:28: note: suggested alternative: 'MSG_MOVE_X'
  11172.  
  11173.        #define PROBE_PT_2_X MAX_PROBE_X
  11174.  
  11175.                             ^
  11176.  
  11177. sketch\Marlin_main.cpp:4925:18: note: in expansion of macro 'PROBE_PT_2_X'
  11178.  
  11179.          vector_3(PROBE_PT_2_X, PROBE_PT_2_Y, 0),
  11180.  
  11181.                   ^~~~~~~~~~~~
  11182.  
  11183. Conditionals_post.h:1266:28: error: 'MAX_PROBE_Y' was not declared in this scope
  11184.  
  11185.        #define PROBE_PT_3_Y MAX_PROBE_Y
  11186.  
  11187.                             ^
  11188.  
  11189. sketch\Marlin_main.cpp:4926:32: note: in expansion of macro 'PROBE_PT_3_Y'
  11190.  
  11191.          vector_3(PROBE_PT_3_X, PROBE_PT_3_Y, 0)
  11192.  
  11193.                                 ^~~~~~~~~~~~
  11194.  
  11195. sketch\Conditionals_post.h:1266:28: note: suggested alternative: 'MSG_MOVE_Y'
  11196.  
  11197.        #define PROBE_PT_3_Y MAX_PROBE_Y
  11198.  
  11199.                             ^
  11200.  
  11201. sketch\Marlin_main.cpp:4926:32: note: in expansion of macro 'PROBE_PT_3_Y'
  11202.  
  11203.          vector_3(PROBE_PT_3_X, PROBE_PT_3_Y, 0)
  11204.  
  11205.                                 ^~~~~~~~~~~~
  11206.  
  11207. exit status 1
  11208. 'MIN_PROBE_X' was not declared in this scope
  11209.  
  11210. This report would have more information with
  11211. "Show verbose output during compilation"
  11212. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement