Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
hardware:boards [2023/01/10 16:41] – [Bigtreetech SKR Pico] kst | hardware:boards [2023/01/10 17:11] (aktuell) – gelöscht kst | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== Boards ====== | ||
- | * MKS Gen L: | ||
- | * Creality 1.1.3 | ||
- | * Creality 1.1.4 | ||
- | * Creality 4.2.2 | ||
- | * Creality 4.2.7 | ||
- | * Bigtreetech SKR E3 1.4 Turbo | ||
- | |||
- | ===== RAMPS 1.4 ===== | ||
- | |||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | * https:// | ||
- | ===== Bigtreetech SKR Pico ===== | ||
- | |||
- | * Das Board hat einen RPi Pico Core mit TMC2209 Treibern im Uart Modus. | ||
- | * Es hat die Abmessungen eines RPi und würde prima mit einem RPi 3, 4 oder Zero 2 zusammen passen. | ||
- | * Marlin: https:// | ||
- | * Benötigt bei Entnahme von mehr als 0,9A pro Treiber aktive Kühlung. | ||
- | |||
- | {{: | ||
- | {{: | ||
- | {{: | ||
- | {{: | ||
- | {{: | ||
- | {{: | ||
- | {{: | ||
- | |||
- | |||
- | |||
- | |||
- | ==== Klipper Konfiguration für Ender 3 mit BL-Touch ==== | ||
- | |||
- | < | ||
- | [include fluidd.cfg] | ||
- | #[include adxl.cfg] | ||
- | [include kiauh_macros.cfg] | ||
- | [include macros.cfg] | ||
- | [include start_end_macros.cfg] | ||
- | |||
- | [mcu] | ||
- | serial: / | ||
- | |||
- | [printer] | ||
- | kinematics: cartesian | ||
- | max_velocity: | ||
- | max_accel: 3000 | ||
- | max_accel_to_decel: | ||
- | max_z_velocity: | ||
- | square_corner_velocity: | ||
- | max_z_accel: | ||
- | |||
- | [input_shaper] | ||
- | shaper_freq_x: | ||
- | shaper_type_x: | ||
- | shaper_freq_y: | ||
- | shaper_type_y: | ||
- | |||
- | [gcode_arcs] | ||
- | |||
- | [stepper_x] | ||
- | step_pin: gpio11 | ||
- | dir_pin: !gpio10 | ||
- | enable_pin: !gpio12 | ||
- | microsteps: 16 | ||
- | full_steps_per_rotation: | ||
- | rotation_distance: | ||
- | endstop_pin: | ||
- | # endstop_pin: | ||
- | # homing_retract_dist: | ||
- | position_endstop: | ||
- | position_max: | ||
- | homing_speed: | ||
- | |||
- | [tmc2209 stepper_x] | ||
- | uart_pin: gpio9 | ||
- | tx_pin: gpio8 | ||
- | uart_address: | ||
- | run_current: | ||
- | hold_current: | ||
- | stealthchop_threshold: | ||
- | # diag_pin: ^gpio4 | ||
- | # driver_SGTHRS: | ||
- | |||
- | [stepper_y] | ||
- | step_pin: gpio6 | ||
- | dir_pin: !gpio5 | ||
- | enable_pin: !gpio7 | ||
- | microsteps: 16 | ||
- | full_steps_per_rotation: | ||
- | rotation_distance: | ||
- | endstop_pin: | ||
- | # endstop_pin: | ||
- | # homing_retract_dist: | ||
- | position_endstop: | ||
- | position_max: | ||
- | homing_speed: | ||
- | |||
- | [tmc2209 stepper_y] | ||
- | uart_pin: gpio9 | ||
- | tx_pin: gpio8 | ||
- | uart_address: | ||
- | run_current: | ||
- | hold_current: | ||
- | stealthchop_threshold: | ||
- | diag_pin: ^gpio3 | ||
- | driver_SGTHRS: | ||
- | |||
- | [stepper_z] | ||
- | step_pin: gpio19 | ||
- | dir_pin: gpio28 | ||
- | enable_pin: !gpio2 | ||
- | microsteps: 16 | ||
- | full_steps_per_rotation: | ||
- | rotation_distance: | ||
- | # endstop_pin: | ||
- | endstop_pin: | ||
- | position_min: | ||
- | position_max: | ||
- | homing_speed: | ||
- | |||
- | [tmc2209 stepper_z] | ||
- | uart_pin: gpio9 | ||
- | tx_pin: gpio8 | ||
- | uart_address: | ||
- | run_current: | ||
- | hold_current: | ||
- | stealthchop_threshold: | ||
- | |||
- | [extruder] | ||
- | step_pin: gpio14 | ||
- | dir_pin: !gpio13 | ||
- | enable_pin: !gpio15 | ||
- | microsteps: 16 | ||
- | rotation_distance: | ||
- | nozzle_diameter: | ||
- | filament_diameter: | ||
- | heater_pin: gpio23 | ||
- | sensor_type: | ||
- | sensor_pin: gpio27 | ||
- | control = pid | ||
- | pid_kp = 30.959 | ||
- | pid_ki = 1.433 | ||
- | pid_kd = 167.179 | ||
- | min_temp: 0 | ||
- | max_temp: 250 | ||
- | min_extrude_temp: | ||
- | pressure_advance = 0.40 | ||
- | pressure_advance_smooth_time: | ||
- | |||
- | [tmc2209 extruder] | ||
- | uart_pin: gpio9 | ||
- | tx_pin: gpio8 | ||
- | uart_address: | ||
- | run_current: | ||
- | hold_current: | ||
- | stealthchop_threshold: | ||
- | |||
- | # [filament_switch_sensor runout_sensor] | ||
- | # switch_pin: ^gpio16 | ||
- | # pause_on_runout: | ||
- | |||
- | # [filament_motion_sensor smart_sensor] | ||
- | # switch_pin: ^gpio16 | ||
- | # detection_length: | ||
- | |||
- | [heater_bed] | ||
- | heater_pin: gpio24 | ||
- | sensor_type: | ||
- | sensor_pin: gpio26 | ||
- | #control: pid | ||
- | # | ||
- | # | ||
- | # | ||
- | min_temp: 0 | ||
- | max_temp: 110 | ||
- | |||
- | [fan] | ||
- | pin: gpio17 | ||
- | |||
- | [heater_fan hotend_fan] | ||
- | pin: gpio18 | ||
- | heater: extruder | ||
- | heater_temp: | ||
- | |||
- | [safe_z_home] | ||
- | home_xy_position: | ||
- | speed: 100 | ||
- | z_hop: 10 # Move up 10mm | ||
- | z_hop_speed: | ||
- | |||
- | [bed_screws] | ||
- | screw1: 30.5, 37 | ||
- | screw2: 30.5, 207 | ||
- | screw3: 204.5, 207 | ||
- | screw4: 204.5, 37 | ||
- | screw5: 110, 110 | ||
- | |||
- | [bltouch] | ||
- | sensor_pin: gpio22 | ||
- | control_pin: | ||
- | #z_offset: 0.2 | ||
- | x_offset: -42 | ||
- | y_offset:0 | ||
- | samples: 2 | ||
- | |||
- | [bed_mesh] | ||
- | speed: 150 | ||
- | horizontal_move_z: | ||
- | mesh_min: 20, 30 | ||
- | mesh_max: 170, 210 | ||
- | probe_count: | ||
- | |||
- | |||
- | [temperature_sensor Board_MCU] | ||
- | sensor_type: | ||
- | min_temp: 0 | ||
- | max_temp: 100 | ||
- | |||
- | [temperature_sensor Raspberry_Pi] | ||
- | sensor_type: | ||
- | min_temp: 0 | ||
- | max_temp: 100 | ||
- | |||
- | #[neopixel board_rgb] | ||
- | #pin: gpio24 | ||
- | # | ||
- | # | ||
- | # | ||
- | # | ||
- | # | ||
- | |||
- | #*# < | ||
- | #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. | ||
- | #*# | ||
- | #*# [bltouch] | ||
- | #*# z_offset = 2.050 | ||
- | #*# | ||
- | #*# [bed_mesh Magnet plate] | ||
- | #*# version = 1 | ||
- | #*# points = | ||
- | #*# | ||
- | #*# | ||
- | #*# | ||
- | #*# tension = 0.2 | ||
- | #*# min_x = 20.0 | ||
- | #*# algo = lagrange | ||
- | #*# y_count = 3 | ||
- | #*# mesh_y_pps = 2 | ||
- | #*# min_y = 30.0 | ||
- | #*# x_count = 5 | ||
- | #*# max_y = 210.0 | ||
- | #*# mesh_x_pps = 2 | ||
- | #*# max_x = 170.0 | ||
- | #*# | ||
- | #*# [heater_bed] | ||
- | #*# control = pid | ||
- | #*# pid_kp = 74.810 | ||
- | #*# pid_ki = 1.827 | ||
- | #*# pid_kd = 765.872 | ||
- | #*# | ||
- | #*# [bed_mesh default] | ||
- | #*# version = 1 | ||
- | #*# points = | ||
- | #*# | ||
- | #*# | ||
- | #*# | ||
- | #*# tension = 0.2 | ||
- | #*# min_x = 20.0 | ||
- | #*# algo = lagrange | ||
- | #*# y_count = 3 | ||
- | #*# mesh_y_pps = 2 | ||
- | #*# min_y = 30.0 | ||
- | #*# x_count = 5 | ||
- | #*# max_y = 210.0 | ||
- | #*# mesh_x_pps = 2 | ||
- | #*# max_x = 170.0 | ||
- | </ |