Updated Readme and latest printer.cfg
This commit is contained in:
parent
0bd50ced7a
commit
2e4d8f9318
|
|
@ -23,7 +23,7 @@ If your mod is lacking a column in the compatibility matrix, feel free to submit
|
|||
|
||||
| Creator | Config title | Description | V1.6 | V2.1 | V2.2 |
|
||||
|---------|--------------|-------------|------|------|------|
|
||||
| bryansj | [SKR 1.3 V2.2 Extra Settings for Reference](./klipper/eddie) | Voron Design VORON2.2 300mm SKR 1.3 TMC2209 config with Extra Features Enabled for Reference | :x: | :grey_question: | :heavy_check_mark: |
|
||||
| bryansj | [SKR 1.3 V2.2 Extra Settings for Reference](./klipper/bryansj) | Voron Design VORON2.2 300mm SKR 1.3 TMC2209 config with Extra Features Enabled for Reference | :x: | :grey_question: | :heavy_check_mark: |
|
||||
| Chron | [SKR 1.3 TMC2208 UART Config](./klipper/Chron) | Configuration for SKR 1.3 TMC2208 UART | :x: | :heavy_check_mark: | :grey_question: |
|
||||
| Danowar | [FYSETC F6 1.3 Klipper Config](./klipper/Danowar/FYSETC_F6_V1.3_Klipper_Config) | Klipper config for a FYSETC F6 350 build. UPDATED 11/14/19 | :x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| eddie | [SKR 1.3 V2 Universal Config](./klipper/eddie) | Universal Config and Setup Guide for SKR 1.3 and V2 | :x: | :heavy_check_mark: | :heavy_check_mark: |
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ serial: /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.4:1.
|
|||
[printer]
|
||||
kinematics: corexy
|
||||
max_velocity: 300
|
||||
max_accel: 3000 #Max 4000
|
||||
max_accel: 4000 #Max 4000
|
||||
max_z_velocity: 25 #Max 50
|
||||
max_z_accel: 350 #Max 800
|
||||
square_corner_velocity: 5.0 #Can experiment with 8.0, default 5.0
|
||||
|
|
@ -158,7 +158,7 @@ uart_pin: P1.17
|
|||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 1.0
|
||||
hold_current: 0.9
|
||||
hold_current: 1.0
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -183,7 +183,7 @@ uart_pin: P1.15
|
|||
microsteps: 16
|
||||
interpolate: True
|
||||
run_current: 1.0
|
||||
hold_current: 0.9
|
||||
hold_current: 1.0
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -217,7 +217,7 @@ uart_pin: z:P1.17
|
|||
microsteps: 16
|
||||
interpolate: False
|
||||
run_current: 1.0
|
||||
hold_current: 0.8
|
||||
hold_current: 1.0
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -234,7 +234,7 @@ uart_pin: z:P1.15
|
|||
microsteps: 16
|
||||
interpolate: False
|
||||
run_current: 1.0
|
||||
hold_current: 0.80
|
||||
hold_current: 1.0
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -251,7 +251,7 @@ uart_pin: z:P1.10
|
|||
microsteps: 16
|
||||
interpolate: False
|
||||
run_current: 1.0
|
||||
hold_current: 0.80
|
||||
hold_current: 1.0
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -268,7 +268,7 @@ uart_pin: z:P1.8
|
|||
microsteps: 16
|
||||
interpolate: False
|
||||
run_current: 1.0
|
||||
hold_current: 0.80
|
||||
hold_current: 1.0
|
||||
sense_resistor: 0.110
|
||||
stealthchop_threshold: 0
|
||||
|
||||
|
|
@ -604,6 +604,152 @@ type: item
|
|||
name: " [In progress]"
|
||||
cursor: \x20
|
||||
|
||||
[menu __temp]
|
||||
type: list
|
||||
name: Temperature
|
||||
items:
|
||||
.__hotend0_current, .__hotend0_target
|
||||
.__hotend1_current, .__hotend1_target
|
||||
.__hotbed_current, .__hotbed_target
|
||||
.__preheat_pla
|
||||
.__preheat_abs
|
||||
.__cooldown
|
||||
|
||||
[menu __temp __hotend0_current]
|
||||
type: item
|
||||
enable: extruder.is_enabled
|
||||
name: "Ex0:{0:4.0f} T"
|
||||
parameter: extruder.temperature
|
||||
|
||||
[menu __temp __hotend0_target]
|
||||
type: input
|
||||
enable: extruder.is_enabled
|
||||
name: "{0:4.0f}"
|
||||
parameter: extruder.target
|
||||
input_min: 0
|
||||
input_max: 250
|
||||
input_step: 1
|
||||
input_step2: 10
|
||||
gcode: M104 T0 S{0:.0f}
|
||||
|
||||
[menu __temp __hotend1_current]
|
||||
type: item
|
||||
enable: extruder1.is_enabled
|
||||
name: "Ex1:{0:4.0f} T"
|
||||
parameter: extruder1.temperature
|
||||
|
||||
[menu __temp __hotend1_target]
|
||||
type: input
|
||||
enable: extruder1.is_enabled
|
||||
name: "{0:4.0f}"
|
||||
parameter: extruder1.target
|
||||
input_min: 0
|
||||
input_max: 250
|
||||
input_step: 1
|
||||
input_step2: 10
|
||||
gcode: M104 T1 S{0:.0f}
|
||||
|
||||
[menu __temp __hotbed_current]
|
||||
type: item
|
||||
enable: heater_bed.is_enabled
|
||||
name: "Bed:{0:4.0f} T"
|
||||
parameter: heater_bed.temperature
|
||||
|
||||
[menu __temp __hotbed_target]
|
||||
type: input
|
||||
enable: heater_bed.is_enabled
|
||||
name: "{0:4.0f}"
|
||||
parameter: heater_bed.target
|
||||
input_min: 0
|
||||
input_max: 130
|
||||
input_step: 1
|
||||
input_step2: 10
|
||||
gcode: M140 S{0:.0f}
|
||||
|
||||
[menu __temp __preheat_pla]
|
||||
type: list
|
||||
name: Preheat PLA
|
||||
items:
|
||||
.__all
|
||||
.__hotend
|
||||
.__hotbed
|
||||
|
||||
[menu __temp __preheat_pla __all]
|
||||
type: command
|
||||
enable: extruder.is_enabled,heater_bed.is_enabled
|
||||
name: Preheat all
|
||||
gcode:
|
||||
M140 S60
|
||||
M104 S200
|
||||
|
||||
[menu __temp __preheat_pla __hotend]
|
||||
type: command
|
||||
enable: extruder.is_enabled
|
||||
name: Preheat hotend
|
||||
gcode: M104 S200
|
||||
|
||||
[menu __temp __preheat_pla __hotbed]
|
||||
type: command
|
||||
enable: heater_bed.is_enabled
|
||||
name: Preheat hotbed
|
||||
gcode: M140 S60
|
||||
|
||||
[menu __temp __preheat_abs]
|
||||
type: list
|
||||
name: Preheat ABS
|
||||
items:
|
||||
.__all
|
||||
.__hotend
|
||||
.__hotbed
|
||||
|
||||
[menu __temp __preheat_abs __all]
|
||||
type: command
|
||||
enable: extruder.is_enabled,heater_bed.is_enabled
|
||||
name: Preheat all
|
||||
gcode:
|
||||
M140 S105
|
||||
M104 S235
|
||||
|
||||
[menu __temp __preheat_abs __hotend]
|
||||
type: command
|
||||
enable: extruder.is_enabled
|
||||
name: Preheat hotend
|
||||
gcode: M104 S235
|
||||
|
||||
[menu __temp __preheat_abs __hotbed]
|
||||
type: command
|
||||
enable: heater_bed.is_enabled
|
||||
name: Preheat hotbed
|
||||
gcode: M140 S105
|
||||
|
||||
[menu __temp __cooldown]
|
||||
type: list
|
||||
name: Cooldown
|
||||
items:
|
||||
.__all
|
||||
.__hotend
|
||||
.__hotbed
|
||||
|
||||
[menu __temp __cooldown __all]
|
||||
type: command
|
||||
enable: extruder.is_enabled,heater_bed.is_enabled
|
||||
name: Cooldown all
|
||||
gcode:
|
||||
M104 S0
|
||||
M140 S0
|
||||
|
||||
[menu __temp __cooldown __hotend]
|
||||
type: command
|
||||
enable: extruder.is_enabled
|
||||
name: Cooldown hotend
|
||||
gcode: M104 S0
|
||||
|
||||
[menu __temp __cooldown __hotbed]
|
||||
type: command
|
||||
enable: heater_bed.is_enabled
|
||||
name: Cooldown hotbed
|
||||
gcode: M140 S0
|
||||
|
||||
[menu __filament __load]
|
||||
type: command
|
||||
name: Load Filament
|
||||
|
|
@ -702,6 +848,12 @@ gcode:
|
|||
# Print Start
|
||||
[gcode_macro PRINT_START]
|
||||
gcode:
|
||||
|
||||
G21 ; mm Mode
|
||||
G90 ; absolute mode
|
||||
M140 S<BED> ; Heated bed control
|
||||
M109 S<EXTRUDER>
|
||||
M83 ; Relative E
|
||||
G28 ; home all axes
|
||||
G32 ; level and clean
|
||||
PRIME_LINE
|
||||
|
|
@ -718,7 +870,7 @@ gcode:
|
|||
G0 Z1.00 X20.0 Y20.0 F20000 ; move nozzle to remove stringing
|
||||
TURN_OFF_HEATERS ; turn off heaters
|
||||
M107 ; turn off fan
|
||||
M141 S25 ; vent chamber setting fan to 25C
|
||||
M141 S45 ; vent chamber setting fan to 45C
|
||||
G1 Z2 F3000 ; move nozzle up 2mm
|
||||
G90 ; absolute positioning
|
||||
G0 X55 Y300 F3600 ; park nozzle at brush bin
|
||||
|
|
@ -830,8 +982,8 @@ gcode:
|
|||
# Reference POSITION_ENDSTOP Z Offset Settings
|
||||
#####################################################################
|
||||
|
||||
# Energetic PEI Smooth Side = -1.100
|
||||
# Energetci PEI Textured Side = -1.170
|
||||
# Energetic PEI Smooth Side = -0.700
|
||||
# Energetci PEI Textured Side = -x.xxx
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
|
|
@ -849,4 +1001,4 @@ gcode:
|
|||
#*# pid_kd = 100.816
|
||||
#*#
|
||||
#*# [stepper_z]
|
||||
#*# position_endstop = -1.100
|
||||
#*# position_endstop = -0.700
|
||||
|
|
|
|||
Loading…
Reference in New Issue