InsanityAutomation / Marlin

Optimized firmware for RepRap 3D printers based on the Arduino platform.
http://www.marlinfw.org/
GNU General Public License v3.0
448 stars 220 forks source link

Creality_DWINTest Does not compile "'z_values' was not declared in this scope" #38

Closed eficker closed 5 years ago

eficker commented 5 years ago

Description

Configured for my printer's specific upgrades using UBL and several changes. Try to compile but get the following error:

sketch/Creality_DWIN.cpp: In member function 'void RTSSHOW::RTS_Init()': Creality_DWIN.cpp:289:28: error: 'z_values' was not declared in this scope rtscheck.RTS_SndData(z_values[xCount][yCount] 10000, AutolevelVal + (showcount-1)2);

Steps to Reproduce

  1. Modify configuration.h
  2. Try to compile Conf.zip

This could be an error on my part, but I can't seem to track it down. Any help is appreciated.

InsanityAutomation commented 5 years ago

UBL is not compatible with the 1.1.9 build. It will be in 2.0 though!

eficker commented 5 years ago

Awesome! Thanks for the quick response.

Is DWINTest the best / only branch that currently works with the CR-10s Pro stock touchscreen?

InsanityAutomation commented 5 years ago

Only stable one... 2.0 is making steady progress but isnt there yet.

eficker commented 5 years ago

Great, thank you! And thanks for all the hard work on dev. :)