diff --git a/printer_data/config/printer.cfg b/printer_data/config/printer.cfg index 1cf6f50..3a460e3 100644 --- a/printer_data/config/printer.cfg +++ b/printer_data/config/printer.cfg @@ -1,5 +1,8 @@ [include mainsail.cfg] + [include macros/print_start.cfg] +[include macros/stealtburner_leds.cfg] +[include macros/status.cfg] [virtual_sdcard] path: /home/macocha/printer_data/gcodes @@ -196,7 +199,7 @@ spi_software_miso_pin: EBBCan:gpio3 axes_map: z,-y,x [resonance_tester] -probe_points: 100, 100, 20 +probe_points: 175, 175, 20 accel_chip: adxl345 [neopixel sb_leds] @@ -282,16 +285,6 @@ stealthchop_threshold: 0 ##################################################################### # Fan Control ##################################################################### - -# [fan] -# ## Print Cooling Fan - CNC_FAN0 -# pin: PF7 -# kick_start_time: 0.5 -# ## Depending on your fan, you may need to increase this value -# ## if your fan will not start. Can change cycle_time (increase) -# ## if your fan is not able to slow down effectively -# off_below: 0.10 - [fan] pin: EBBCan:gpio13 @@ -357,6 +350,17 @@ retries: 5 retry_tolerance: 0.0075 max_adjust: 10 +[bed_mesh] +speed: 300 +horizontal_move_z: 10 +mesh_min: 40, 40 +mesh_max: 310,310 +fade_start: 0.6 +fade_end: 10.0 +probe_count: 5,5 +algorithm: bicubic + + [board_pins] aliases: # EXP1 header @@ -373,15 +377,6 @@ aliases: EXP2_7=PE8, EXP2_8=, EXP2_9=, EXP2_10= -[bed_mesh] -speed: 300 -horizontal_move_z: 10 -mesh_min: 40, 40 -mesh_max: 310,310 -fade_start: 0.6 -fade_end: 10.0 -probe_count: 5,5 -algorithm: bicubic #####################################################################