mirror of
https://github.com/oducceu/klipper_configs.git
synced 2025-12-23 08:03:36 +05:00
Initial release of Flying Bear Generic Configs
This commit is contained in:
33
Flying Bear Generic Configs/printer/tmc2225.cfg
Normal file
33
Flying Bear Generic Configs/printer/tmc2225.cfg
Normal file
@@ -0,0 +1,33 @@
|
||||
################################################################################
|
||||
# Board: MKS Robin Nano v1.1 (Flying Bear Reborn 2.0) / MKS Robin Nano v1.3 / MKS Robin Nano-S v1.3
|
||||
# Printer: Flying Bear Ghost 5 / Reborn
|
||||
# Config by ODUCCEU
|
||||
################################################################################
|
||||
# WARNING! DO NOT EDIT THIS FILE!
|
||||
# To override settings from this file, you can copy and paste the relevant
|
||||
# sections into your printer.cfg and change it there.
|
||||
################################################################################
|
||||
|
||||
# Documentation
|
||||
# https://www.klipper3d.org/Config_Reference.html
|
||||
|
||||
################################################################################
|
||||
# TMC2225 is set to '32' microsteps when both MS0 and MS1 are set to 'High' (default)
|
||||
################################################################################
|
||||
|
||||
[stepper_x]
|
||||
microsteps: 32
|
||||
|
||||
[stepper_y]
|
||||
microsteps: 32
|
||||
|
||||
[stepper_z]
|
||||
microsteps: 32
|
||||
|
||||
[stepper_z1]
|
||||
microsteps: 32
|
||||
|
||||
[extruder]
|
||||
microsteps: 32
|
||||
|
||||
################################################################################
|
||||
Reference in New Issue
Block a user