Changes from 2024-07-26
This commit is contained in:
parent
2dd6e15a99
commit
7b58bee77e
1 changed files with 13 additions and 10 deletions
23
printer.cfg
23
printer.cfg
|
@ -27,6 +27,11 @@ canbus_uuid: 970febd72165
|
||||||
[include ebb36.cfg]
|
[include ebb36.cfg]
|
||||||
[include klicky-probe.cfg]
|
[include klicky-probe.cfg]
|
||||||
[include klicky-quad-gantry-level.cfg]
|
[include klicky-quad-gantry-level.cfg]
|
||||||
|
[include fluidd.cfg]
|
||||||
|
[include stealthburner_leds.cfg]
|
||||||
|
[include martyn_macros.cfg]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[printer]
|
[printer]
|
||||||
kinematics: corexy
|
kinematics: corexy
|
||||||
|
@ -111,7 +116,7 @@ endstop_pin: PG10
|
||||||
## (+) value = endstop above Z0, (-) value = endstop below
|
## (+) value = endstop above Z0, (-) value = endstop below
|
||||||
## Increasing position_endstop brings nozzle closer to the bed
|
## Increasing position_endstop brings nozzle closer to the bed
|
||||||
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
|
## After you run Z_ENDSTOP_CALIBRATE, position_endstop will be stored at the very end of your config
|
||||||
position_endstop: -0.5
|
#position_endstop: -0.5
|
||||||
position_max: 310
|
position_max: 310
|
||||||
position_min: -5
|
position_min: -5
|
||||||
homing_speed: 8
|
homing_speed: 8
|
||||||
|
@ -381,18 +386,10 @@ gcode:
|
||||||
#G0 X150 Y150 Z30 F3600
|
#G0 X150 Y150 Z30 F3600
|
||||||
|
|
||||||
## Uncomment for 350mm build
|
## Uncomment for 350mm build
|
||||||
#G0 X175 Y175 Z30 F3600
|
G0 X175 Y175 Z30 F3600
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
RESTORE_GCODE_STATE NAME=STATE_G32
|
RESTORE_GCODE_STATE NAME=STATE_G32
|
||||||
|
|
||||||
|
|
||||||
# Use PRINT_START for the slicer starting script - please customise for your slicer of choice
|
|
||||||
[gcode_macro PRINT_START]
|
|
||||||
gcode:
|
|
||||||
G32 ; home all axes
|
|
||||||
G90 ; absolute positioning
|
|
||||||
G1 Z20 F3000 ; move nozzle away from bed
|
|
||||||
|
|
||||||
|
|
||||||
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
# Use PRINT_END for the slicer ending script - please customise for your slicer of choice
|
||||||
[gcode_macro PRINT_END]
|
[gcode_macro PRINT_END]
|
||||||
|
@ -418,3 +415,9 @@ gcode:
|
||||||
|
|
||||||
BED_MESH_CLEAR
|
BED_MESH_CLEAR
|
||||||
RESTORE_GCODE_STATE NAME=STATE_PRINT_END
|
RESTORE_GCODE_STATE NAME=STATE_PRINT_END
|
||||||
|
|
||||||
|
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||||
|
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||||
|
#*#
|
||||||
|
#*# [stepper_z]
|
||||||
|
#*# position_endstop = -0.060
|
||||||
|
|
Loading…
Add table
Reference in a new issue