4styler

About

Username
4styler
Joined
Visits
19
Last Active
Roles
Member

Comments

  • Hallo Robert Z arbeitet Invertiert. Z -1 fährt nach oben und Z 1 nach unten. Das war bei der originalsteuerung der Maschine genauso. Das hängt bei uns mit dem CAM Programm zusammen was (ich müsste jetzt lügen, schau ich aber nochmal) das nur in di…
  • Hey, ich denk ich habs gelöst. Ich hab eine neues Pause "Script" geschrieben welches ich in der FW auf meine Pause Taste gelegt habe. Das sieht folgendermaßen aus: ui.cpp: #if UI_HAS_KEYS == 1     if(action & UI_ACTION_TOPMENU)   // Go to start …
  • Hallo Nochmal, Der erste Fall lässt sich warscheinlich hiermit abfangen:         case UI_ACTION_PAUSE:             GCode::executeFString(PSTR("G92 Z-1"));             GCode::executeFString(PSTR("M5"));             Com::printFLN(PSTR("RequestPause:"…
  • Good Morning so have i take that lines in the uiconfig.h: // Special pins for some u8g driven display .... .... .... .... .... // Defined for RAMPS from ui.h #undef BEEPER_PIN #define BEEPER_PIN             37 #define UI_DISPLAY_RS_PIN      16 #d…
  • Hey, i get it. I defined that one in the ui.h: #else  // RAMPS .... .... .... #ifdef UI_MAIN void uiInitKeys() {   UI_KEYS_INIT_CLICKENCODER_LOW(UI_ENCODER_A, UI_ENCODER_B); // click encoder on pins 47 and 45. Phase is connected with gnd for signal…
  • Hey, sorry ich verstehs nicht.. so i have take a look in the ui.h. (Only for testing) I have set from line 642 (void uiInitKeys() ) my key init: void uiInitKeys() {   // Keypad, connect 5V to Pin x  Pin 11, 57, 58 are empty   UI_KEYS_INIT_BUTTON_HI…
  • Hey, thx for the repley. yes i get it: #define FEATURE_UI_KEYS 0 is that the error?
  • Hey, sorry i have only 988 lines I've found that two lines (perhaps you need to tell me the option): #define FEATURE_CONTROLLER 11 "uiController": 0, The Display has an Rotary Encoder and 3 Switches (Encoder, Stop/Reset, Light for Display) Here i…
  • Hey, thx for the answer. Yes Munich, correctly I use n.o switches. They connect 5V while i am pushing the Button (Taster). Kind regards Stefan