Changes
This commit is contained in:
parent
d145c9cb85
commit
d0523dcf31
3 changed files with 13 additions and 19 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
printer-*.cfg
|
||||
.theme
|
||||
*.bkp
|
|
@ -9,8 +9,6 @@ queue_gcode_uploads: True
|
|||
[job_queue]
|
||||
load_on_startup: False
|
||||
|
||||
[timelapse]
|
||||
|
||||
[authorization]
|
||||
cors_domains:
|
||||
https://my.mainsail.xyz
|
||||
|
@ -54,9 +52,3 @@ enable_auto_refresh: True
|
|||
type: web
|
||||
repo: meteyou/mainsail
|
||||
path: ~/mainsail
|
||||
|
||||
[update_manager timelapse]
|
||||
type: git_repo
|
||||
primary_branch: main
|
||||
path: ~/moonraker-timelapse
|
||||
origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
||||
|
|
21
printer.cfg
21
printer.cfg
|
@ -26,7 +26,7 @@
|
|||
[mcu]
|
||||
## Obtain definition by "ls -l /dev/serial/by-id/" then unplug to verify
|
||||
##--------------------------------------------------------------------
|
||||
serial: /dev/serial/by-id/{REPLACE WITH YOUR SERIAL}
|
||||
serial: /dev/serial/by-id/usb-Klipper_stm32g0b1xx_4700270009504B4633373520-if00
|
||||
restart_method: command
|
||||
##--------------------------------------------------------------------
|
||||
|
||||
|
@ -81,7 +81,7 @@ position_min: 0
|
|||
position_endstop: 190
|
||||
position_max: 190
|
||||
homing_positive_dir: true
|
||||
endstop_pin: PG9
|
||||
endstop_pin: ^PF4
|
||||
homing_retract_dist: 5
|
||||
homing_speed: 50 #Max 100
|
||||
|
||||
|
@ -92,7 +92,6 @@ run_current: 0.6
|
|||
stealthchop_threshold: 0
|
||||
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Z Stepper Settings
|
||||
#####################################################################
|
||||
|
@ -128,7 +127,7 @@ stealthchop_threshold: 0
|
|||
## Connected to MOTOR_4
|
||||
[stepper_z1]
|
||||
step_pin: PD3
|
||||
dir_pin: PC8
|
||||
dir_pin: PD2
|
||||
enable_pin: !PD1
|
||||
rotation_distance: 32
|
||||
gear_ratio: 64:16
|
||||
|
@ -161,7 +160,7 @@ stealthchop_threshold: 0
|
|||
## Connected to MOTOR_6
|
||||
[stepper_z3]
|
||||
step_pin: PA10
|
||||
dir_pin: PD15
|
||||
dir_pin: PA14
|
||||
enable_pin: !PA15
|
||||
rotation_distance: 32
|
||||
gear_ratio: 64:16
|
||||
|
@ -183,9 +182,9 @@ stealthchop_threshold: 0
|
|||
## Heater - HE0
|
||||
## Thermistor - T0
|
||||
[extruder]
|
||||
step_pin: PD12
|
||||
dir_pin: PD11
|
||||
enable_pin: !PD14
|
||||
step_pin: PD11
|
||||
dir_pin: PD9
|
||||
enable_pin: !PD15
|
||||
## Update value below when you perform extruder calibration
|
||||
## If you ask for 100mm of filament, but in reality it is 98mm:
|
||||
## rotation_distance = <previous_rotation_distance> * <actual_extrude_distance> / 100
|
||||
|
@ -199,7 +198,7 @@ filament_diameter: 1.75
|
|||
heater_pin: PA3
|
||||
## Check what thermistor type you have. See https://www.klipper3d.org/Config_Reference.html#common-thermistors for common thermistor types.
|
||||
## Use "Generic 3950" for NTC 100k 3950 thermistors
|
||||
#sensor_type:
|
||||
sensor_type: PT1000
|
||||
sensor_pin: PA1
|
||||
min_temp: 10
|
||||
max_temp: 350
|
||||
|
@ -228,7 +227,7 @@ stealthchop_threshold: 0
|
|||
heater_pin: PB7
|
||||
## Validate the following thermistor type to make sure it is correct
|
||||
## See https://www.klipper3d.org/Config_Reference.html#common-thermistors for additional options
|
||||
#sensor_type: Generic 3950
|
||||
sensor_type: Generic 3950
|
||||
sensor_pin: PA0
|
||||
max_power: 0.6
|
||||
min_temp: 0
|
||||
|
@ -355,7 +354,7 @@ aliases:
|
|||
#adc1: PC5
|
||||
#adc2: PB0
|
||||
|
||||
[z_thermal_adjust]
|
||||
#[z_thermal_adjust]
|
||||
#temp_coeff: #23.4 μm/m·°C for Misumi A6N01SS-T5 6005A-T5 aluminum alloy
|
||||
# The temperature coefficient of expansion, in mm/degC. For example, a
|
||||
# temp_coeff of 0.01 mm/degC will move the Z axis downwards by 0.01 mm for
|
||||
|
|
Loading…
Add table
Reference in a new issue