Znaleziono 15 wyników

autor: Marcin.KnD
06 mar 2019, 11:57
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

czytam że jest już wsparcie dla "filament runout senso"r oraz "bed screw" do ustawienia śrób stołu na kartkę

spoko. soft się rozwija
autor: Marcin.KnD
25 lut 2019, 15:46
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

@Dragon możesz mi przybliżyć co to jest dwc2?
autor: Marcin.KnD
05 lut 2019, 14:46
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Mój problem rozwiązany.
problem tkwił w niedomaganiach grzałki ekstrudera. wsztsko działało dopóki nie włączył się wentylator chłodzenia wydruku. Grzałka nie miała doś mocy aby utrzymac temperaturę, poprostu sie zurzyła. Wymiana na nową rozwiazła problem. Teraz ekstruder trzyma temperaturę.
autor: Marcin.KnD
05 lut 2019, 10:12
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Ok. Pid z nadmuchem nie został ukończony bo złapał błąd.

Przyjrzałem się hot endowi i zobaczyłem że termistor wystaje z bloku
IMG_20190205_090107.jpg
Poprawiłem termistor, owinąłem bawełną
IMG_20190205_100906.jpg
IMG_20190205_100915.jpg
autor: Marcin.KnD
04 lut 2019, 21:27
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Robiłem pid bez nadmuchu, to popierwsze, pod drugie muszę sprawdzić jak tam ułożenie kanału czy się nie przestawiło i wali prosto na blok.

To wydruk z pla, a ze sunon daję 10m3/h to tak wychodzi.

Zrobię jeszcze raz pid z chłodzeniem i jeszcze mam gdzieś wełnę to owine blok

Stół przestał grzać po błędzie, bo cały wydruk przerwało
autor: Marcin.KnD
04 lut 2019, 06:54
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Cały dzień spędziłem na dłubaniu i nic.

Po kilkunastu minutach error i staje.

Wymieniłem kanapkę, sprawdziłem wszystkie połączenia.

Pozostaję sprawdzić termistor, albo to wina softu, aktualizowałem kilka dni temu. PID robiony przed wydrukiem.
autor: Marcin.KnD
05 gru 2018, 19:58
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Kod: Zaznacz cały

# Define the BLTouch servo
[servo bltouch]
pin: ar11
maximum_servo_angle: 180
minimum_pulse_width: 0.0006
maximum_pulse_width: 0.0024

# Define a probe using the BLTouch
[probe]
pin: ar18
z_offset: 0.15
activate_gcode:
    SET_SERVO SERVO=bltouch ANGLE=10
    SET_SERVO SERVO=bltouch ANGLE=60
    G4 P200
deactivate_gcode:
    SET_SERVO SERVO=bltouch ANGLE=90
    G4 P100


# Mesh Bed Leveling. One may define a [bed_mesh] config section
# to enable move transformations that offset the z axis based
# on a mesh generated from probed points. Note that bed_mesh
# and bed_tilt are incompatible, both cannot be defined.
[bed_mesh]
speed: 120
#   The speed (in mm/s) of non-probing moves during the
#   calibration. The default is 50.
horizontal_move_z: 10
#   The height (in mm) that the head should be commanded to move to
#   just prior to starting a probe operation. The default is 5.
samples: 1
#   The number of times to probe each point.  The probed z-values
#   will be averaged.  The default is to probe 1 time.
sample_retract_dist: 5.0
#   The distance (in mm) to retract between each sample if
#   sampling more than once.  Default is 2mm.
min_point: 30,10
#   An X,Y point defining the minimum coordinate to probe on
#   the bed. Note that this refers to the nozzle position,
#   and take care that you do not define a point that will move
#   the probe off of the bed. This parameter must be provided.
max_point: 295,260
#   An X,Y point defining the maximum coordinate to probe on
#   the bed. Follow the same precautions as listed in min_point.
#   Also note that this does not necessarily define the last point
#   probed, only the maximum coordinate. This parameter must be provided.
probe_count: 5,5
#   A comma separated pair of integer values (X,Y) defining the number
#   of points to probe along each axis. A single value is also valid,
#   in which case that value will be for both axes. Default is 3,3
#   which probes a 3x3 grid.
fade_start: 300.0
#   The z-axis position in which to start phasing z-adjustment out.
#   Default is 1.0.
#fade_end: 300.0
#   The z-axis position in which phase out is complete. If this
#   value is less than or equal to fade_start then phasing out
#   is disabled. Default is 10.0.
split_delta_z: .025
#   The amount of Z difference (in mm) along a move that will
#   trigger a split. Default is .025.
move_check_distance: 5.0
#   The distance (in mm) along a move to check for split_delta_z.
#   This is also the minimum length that a move can be split. Default
#   is 5.0.
mesh_pps: 2,2
#   A comma separated pair of integers (X,Y) defining the number of
#   points per segment to interpolate in the mesh along each axis. A
#   "segment" can be defined as the space between each probed
#   point. The user may enter a single value which will be applied
#   to both axes.  Default is 2,2.
algorithm: bicubic
#   The interpolation algorithm to use. May be either "lagrange"
#   or "bicubic". This option will not affect 3x3 grids, which
#   are forced to use lagrange sampling.  Default is lagrange.
bicubic_tension: .2
#   When using the bicubic algorithm the tension parameter above
#   may be applied to change the amount of slope interpolated.
#   Larger numbers will increase the amount of slope, which
#   results in more curvature in the mesh. Default is .2.
u mnie jest tak porównaj
autor: Marcin.KnD
04 gru 2018, 10:22
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Teraz ci nie powiem, ale jest przykładowy config dla ender to szukaj, wieczorem może będę miał więcej czasu
autor: Marcin.KnD
23 lis 2018, 10:46
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Widzę zę temat ucichł, a ja się dalej bawię KLipperem.

Obecnie mamy menu ekranowe do podstawowych funkcji, mamy plugin do octopirnt https://plugins.octoprint.org/plugins/klipper/

no i ciągle jest rozwijany
autor: Marcin.KnD
21 maja 2018, 15:43
Forum: Firmware'y i hosty
Temat: Klipper Firmware
Odpowiedzi: 317
Odsłony: 114681

Re: Klipper Firmware

Jakby kogoś interesowało to ogarnąłem już Filament RunOut sensor i mam w Octoprint już zrobioną wymianę filamentu tak jak w repetier

Wróć do „Klipper Firmware”