Znaleziono 15 wyników

autor: malyhenio1
02 paź 2018, 22:15
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

@GUTEK@ Dzieki działa
no własnie a czemu działa?
#define Z1_STEP_PIN 46
#define Z1_DIR_PIN 48
#define Z1_ENABLE_PIN 63
autor: malyhenio1
02 paź 2018, 22:13
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

Ale w E1 DIR mam 36
autor: malyhenio1
02 paź 2018, 22:03
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

Wersja 119 nie chce mi sie kompilować
autor: malyhenio1
02 paź 2018, 21:56
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

#define E1_STEP_PIN 36
#define E1_DIR_PIN 34
#define E1_ENABLE_PIN 30
#ifndef E1_CS_PIN
#define E1_CS_PIN 44
#endif
i po zmianie

#define Z1_STEP_PIN 36
#define Z1_DIR_PIN 34
#define Z1_ENABLE_PIN 30
#ifndef Z1_CS_PIN
#define Z1_CS_PIN 44
#endif
autor: malyhenio1
02 paź 2018, 21:45
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

No jest coś takiego, mam starego marlina
autor: malyhenio1
02 paź 2018, 21:31
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

#if MOTHERBOARD == 33 || MOTHERBOARD == 34 || MOTHERBOARD == 35 || MOTHERBOARD == 77

#define LARGE_FLASH true

#if MOTHERBOARD == 77
#define X_STEP_PIN 54
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38
#define X_MIN_PIN 3
#define X_MAX_PIN -1 //2 //Max endstops default to disabled "-1", set to commented value to enable.

#define Y_STEP_PIN 60
#define Y_DIR_PIN 61
#define Y_ENABLE_PIN 56
#define Y_MIN_PIN 14
#define Y_MAX_PIN -1 //15

#define Z_STEP_PIN 46
#define Z_DIR_PIN 48
#define Z_ENABLE_PIN 63
#define Z_MIN_PIN 18
#define Z_MAX_PIN -1

#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30

#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24

#define E1_STEP_PIN 36
#define E1_DIR_PIN 34
#define E1_ENABLE_PIN 30

#define SDPOWER -1
#define SDSS 25//53
#define LED_PIN 13

#define BEEPER 33

#else

#define X_STEP_PIN 54
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38
#define X_MIN_PIN -1 // unused for deltabot, was 3
#define X_MAX_PIN 2

#define Y_STEP_PIN 60
#define Y_DIR_PIN 61
#define Y_ENABLE_PIN 56
#define Y_MIN_PIN -1 // unused for deltabot, was 14
#define Y_MAX_PIN 15

#define Z_STEP_PIN 46
#define Z_DIR_PIN 48
#define Z_ENABLE_PIN 62
#define Z_MIN_PIN 18 // autolevel probe for deltabot
#define Z_MAX_PIN 19

#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30

#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24

#define E1_STEP_PIN 36
#define E1_DIR_PIN 34
#define E1_ENABLE_PIN 30

#define SDPOWER -1
#define SDSS 53
#define LED_PIN 13
#endif
autor: malyhenio1
02 paź 2018, 21:23
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

W zakładce pins h jest wszystko spinowane i myślałem ,że tam są zmiany ,widziałem gdzieś na yt
autor: malyhenio1
02 paź 2018, 17:52
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

E1 jest tak
#define E1_STEP_PIN 46
#define E1_DIR_PIN 48
#define E1_ENABLE_PIN 63
autor: malyhenio1
02 paź 2018, 17:16
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

Może jednak dodam melina i ktoś mi pomoże
autor: malyhenio1
02 paź 2018, 16:50
Forum: Elektronika sterująca, wyświetlacze
Temat: Ramps 1,4 Problem
Odpowiedzi: 28
Odsłony: 10094

Re: Ramps 1,4 Problem

Jak dobrze myślę to z zakładce pin h trzeba z e2 zmienić na z?

Wróć do „Ramps 1,4 Problem”