Simple marlin question: How to activate the menu?
April 16, 2018 09:53AM
Hi there,
I set up the latest marlin version for my printer and it mostly worked. But I have no menu. It shows only the temperature but I can't control it via poti. I must have overlooked the define for the activation and I can't find it. confused smiley
Re: Simple marlin question: How to activate the menu?
April 16, 2018 09:25PM
I am assuming that when you say poti you actually mean click-encoder
The menu should work with enabling the
#define REPRAP_DISCOUNT_SMART_CONTROLLER
#define NEWPANEL // enable this if you have a click-encoder panel

These are other Menu defines
#define SPI_SPEED SPI_HALF_SPEED
#define ENCODER_PULSES_PER_STEP 4
#define ENCODER_STEPS_PER_MENU_ITEM 1

//#define REVERSE_ENCODER_DIRECTION
//#define REVERSE_MENU_DIRECTION
#define INDIVIDUAL_AXIS_HOMING_MENU

Edited 3 time(s). Last edit at 04/16/2018 09:30PM by Roberts_Clif.
Re: Simple marlin question: How to activate the menu?
April 19, 2018 06:55AM
You're great man! Now everything works! Thank you!!!
Re: Simple marlin question: How to activate the menu?
April 19, 2018 10:55AM
I have been a troubleshooter for many years. An consider myself quite the troubleshooter - with little information I can see past the lack of information and give some good information.
However the same is also true with having little or no information, sometimes I find myself getting into trouble giving what can be considered bad information.

The information I put forth is merely suggestions from past experiences or information that I have learned on the 3D forums. I try not to give information about what I have no experiences with.

Edited 11 time(s). Last edit at 04/19/2018 09:39PM by Roberts_Clif.
Sorry, only registered users may post in this forum.

Click here to login