Znaleziono 60 wyników

autor: Krzysztof37
31 sie 2019, 15:58
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

ok, problem rozwiązany, wystarczyło zmienień tylko wszystkie wartości na minus dla osi X w homeall, homex i homez
autor: Krzysztof37
31 sie 2019, 15:50
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

.
autor: Krzysztof37
31 sie 2019, 13:24
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

Wiec tak, spróbowałem ustawić mój config jeszcze raz i wydaje mi się ze dobrze to zrobiłem, ale problem plaga na tym, ze os X po uruchomieniu komendy home X, porusza się w przeciwna stronę czyli X+ a powinna X-. Z panelu głównego Dueta wszystkie kierunki działają dobrze, próbowałem zamienić wtyczki silników na płycie ale to zmienia tylko cala kinematykę. Czy ktoś możne pomoc mi rozwiązać ten problem?
autor: Krzysztof37
29 sie 2019, 19:50
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

A to jest config od gościa z Thingiwerse z tej samej drukarki na duecie i na tych ustawieniach hołmuje mu w lewym tylnym rogu, skopiowałem cześć "Drivers: z jego configu do mnie , ale wtedy moja drukarka hołmuje po przeciwnej stronie tam gdzie nie ma end stopu, zamieniłem podłączenie silników xy, tez nic, potem dodałem do configu w poleceniu M667 S-1 czyli dodałem minus, tez nic

Kod: Zaznacz cały

; Drives
M569 P0 S1 ; Drive 0 goes forwards
M569 P1 S1 ; Drive 1 goes forwards
M569 P2 S1 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes backwards
M350 Z16 E16 I0 ; Configure microstepping without interpolation
M350 X16 Y16 I1 ; Configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E400.00 ; Set steps per mm
M566 X900.00 Y900.00 Z12.00 E265.98 ; Set maximum instantaneous speed changes (mm/min)
M203 X9000.00 Y9000.00 Z1050.00 E5100.00 ; Set maximum speeds (mm/min)
M201 X1800.00 Y1800.00 Z100.00 E5000.00 ; Set accelerations (mm/s^2)
M906 X900.00 Y900.00 Z1100.00 E900.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout

; Axis Limits
M208 X0 Y0 Z0 S1 ; Set axis minima
M208 X200 Y188 Z248 S0 ; Set axis maxima

; Endstops
M574 X1 Y2 Z1 S0 ; Set active low and disabled endstops

; Z-Probe
M558 P0 H0 F120 T6000 ; Disable Z probe but set dive height, probe speed and travel speed
M557 X15:5 Y15:195 S20 ; Define mesh grid

; Heaters
M307 H0 B0 S1.00 ; Disable bang-bang mode for the bed heater and set PWM limit
M305 P0 T100000 B4138 R2200 ; Set thermistor + ADC parameters for heater 0
M143 H0 S120 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R2200 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C

; Fans
M106 P0 S0-1.0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S1.0 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S0.7 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off

; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
autor: Krzysztof37
29 sie 2019, 19:40
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

Podam jeszcze mój aktualny config.g

Kod: Zaznacz cały

; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v2 on Sat Aug 03 2019 03:22:52 GMT+0100 (Brytyjski czas letni)

; General preferences
G90                                      ; Send absolute coordinates...
M83                                      ; ...but relative extruder moves

M667 S1                                  ; Select CoreXY mode

; Network
M550 P"My Printer"                       ; Set machine name
M552 S1                                  ; Enable network
M587 S"ASUS" --------               ; Configure access point. You can delete this line once connected
M586 P0 S1                               ; Enable HTTP
M586 P1 S0                               ; Disable FTP
M586 P2 S0                               ; Disable Telnet

; Drives
M569 P0 S0                               ; Physical drive 0 goes backwards
M569 P1 S0                               ; Physical drive 1 goes backwards
M569 P2 S1                               ; Physical drive 2 goes forwards
M569 P3 S0                               ; Physical drive 3 goes backwards
M92 X80.00 Y80.00 Z1600 E416             ; Set steps per mm
M350 X16 Y16 Z16 E16 I1                  ; Configure microstepping with interpolation
M566 X900.00 Y900.00 Z12.00 E120.00      ; Set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E1200.00  ; Set maximum speeds (mm/min)
M201 X500.00 Y500.00 Z20.00 E250.00      ; Set accelerations (mm/s^2)
M906 X900.00 Y900.00 Z1100.00 E900.00 I30 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30                                  ; Set idle timeout

; Axis Limits
M208 X0 Y0 Z0 S1                         ; Set axis minima
M208 X200 Y200 Z200 S1.6                 ; Set axis maxima

; Endstops
M574 X2 Y2 S0                            ; X home to min. Y and Z home to max. Normally Closed limit switches. 
M574 Z1 S2                               ; Define Z to use Probe. Home to Min
M557 X5:205 Y5:200 S20                   ; Define mesh grid
M558 P5 H5 F500 T4000                    ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
G31 P25 X0 Y-35.40 Z1.20                 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment

; Heaters
M305 P0 T100000 B4138 R4700              ; Set thermistor + ADC parameters for heater 0
M143 H0 S120                             ; Set temperature limit for heater 0 to 120C
M305 P1 T613400 B5025 C1.484206e-7 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280                             ; Set temperature limit for heater 1 to 280C

; BLTouch - Heaters
M307 H7 A-1 C-1 D-1                      ; Disable the 7th Heater to free up PWM channel 5 on the Duet WiFi board.

; Fans
M106 P0 S0 I0 F500 H T45                 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S1 I0 F500 H1 T45                ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on

; Tools
M563 P0 D0 H1                            ; Define tool 0

M501

; Automatic saving after power loss is not enabled

; Custom settings are not configured
autor: Krzysztof37
29 sie 2019, 19:03
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

Ok, wiec tak, powtórzę się z danymi drukarki:
Drukarka to Two Tree Sapphire S coreXY
Modyfikacje:
Duet WiFi
BlTouch
Prowadnice Hiwin
Hotbed Keenovo 400W
Hotend Mosquito Slice Engineering
Nadmuch według tego projektu https://www.youtube.com/watch?v=fpymiHUSxEs
Do druku użyłem PLA Pro poniżej krotki opis:
PLA Pro combines two desirable features: simple printing as with normal PLA material but with properties that are comparable to those of ABS. The Spectrum PLA Pro has nearly 50% higher impact resistance after printing than ABS material.
i na koniec zdjecie ze slicera.
Co do odbicia lustrzanego to mam coś skopane w ustawieniach, ale nie wiem co :problem:
autor: Krzysztof37
29 sie 2019, 14:33
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

Jestem w pracy, jak wrócę dam parę zdjęć i dokładny opis
autor: Krzysztof37
29 sie 2019, 10:22
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

PLA
Warstwa 0.2
Predkosc 40
Bez wypełnienia
autor: Krzysztof37
28 sie 2019, 22:55
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

Witam ponownie, właśnie wróciłem z urlopu i zabrałem się dziś do skończenia konfiguracji drukarki, na początek wydrukowałem testowa kostkę i tu proszę o opinie co powinienem jeszcze poprawić bo do ideału daleka droga, a i od razu rzuciło mi się w oczy że napisy są wydrukowane od wewnątrz, nie wiem czy to wina slicera czy moich ostawień, proszę o rade
autor: Krzysztof37
13 sie 2019, 22:09
Forum: Kalibracja, problemy
Temat: Corexy
Odpowiedzi: 96
Odsłony: 33831

Re: Corexy

Super, zrobione, dziękuje :)

Wróć do „Corexy”