reprap:anet:et4:setup-and-flash-klipper

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
reprap:anet:et4:setup-and-flash-klipper [2022/03/11 03:13] – [printer config] vidschofelixreprap:anet:et4:setup-and-flash-klipper [2022/03/11 23:58] (current) – add scres for SCREWS_TILT_CALCULATE vidschofelix
Line 14: Line 14:
   * in machine -> config files add printer.cfg and open it   * in machine -> config files add printer.cfg and open it
   * paste:   * paste:
-  *<code+  *<file bash printer.cfg
-# This file contains common pin mappings for the Anet ET4X printer+# This file contains common pin mappings for the Anet ET4 printer for klipper.
-# To use this config, the firmware should be compiled for the +
-# STM32F407. When running "make menuconfig", enable "extra low-level +
-# configuration setup", select (no bootloader), disable "USB for +
-# communication"+
- +
-# The "make flash" command does not work on the Anet ET4. The regular +
-# bootloaders cannot be used; the USB port is not connected to the MCU +
-# directly, but is connected using a CH341 USB-to-serial adapter. The +
-# BOOTx pins are not easily accessible. +
- +
-# Instead, the board can be programmed using the SWD interface available +
-# on the J2 header of the board. The pins are unlabeled, but the first +
-# three pins starting from the MCU towards the SD card slot are +
-# GND, SWCLK and SWDIO.+
  
 [stepper_x] [stepper_x]
Line 107: Line 93:
 baud: 115200 baud: 115200
 serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0 serial: /dev/serial/by-id/usb-1a86_USB2.0-Serial-if00-port0
 +restart_method: command
  
 [printer] [printer]
Line 147: Line 134:
  
 [display_status] [display_status]
 +
 +[screws_tilt_adjust]
 +screw1: 10, 10
 +screw1_name: front left screw
 +screw2: 10, 210
 +screw2_name: rear left screw
 +screw3: 210, 210
 +screw3_name: rear right screw
 +screw4: 210, 10
 +screw4_name: front right screw
 +horizontal_move_z: 10.
 +speed: 50.
 +screw_thread: CW-M3
  
 [gcode_macro CANCEL_PRINT] [gcode_macro CANCEL_PRINT]
Line 194: Line 194:
     RESTORE_GCODE_STATE NAME=PAUSE_state     RESTORE_GCODE_STATE NAME=PAUSE_state
     BASE_RESUME     BASE_RESUME
-</code>+</file>
 (based on [[https://phennet-film.blogspot.com/2021/05/anet-et4-printercfg-this-setting-i-dont.html|PHeNNeT FiLM]]) (based on [[https://phennet-film.blogspot.com/2021/05/anet-et4-printercfg-this-setting-i-dont.html|PHeNNeT FiLM]])
   * save & close   * save & close
  • reprap/anet/et4/setup-and-flash-klipper.1646964780.txt.gz
  • Last modified: 2022/03/11 03:13
  • by vidschofelix