Save_config not Autogenerating

I think my issue is the Z endstop. I have had the extruder / bed save config working. but not the probe. I feel i am missing a step in the initial setup that tells the printer where the Z endstop is, but being that i am using tap, i think i may have missed a step.

When i comment out the extruder control pid: I get this error:
Option ‘control’ in section ‘extruder’ must be specified

I don’t get an error when i comment it out with the Bed

[extruder]
step_pin: EBBCan: PD0
dir_pin: !EBBCan: PD1
enable_pin: !EBBCan: PD2
rotation_distance: 22.09149893186791 #Bondtech 5mm Drive Gears
gear_ratio: 50:10               #BMG Gear Ratio
microsteps: 16
full_steps_per_rotation: 400    #200 for 1.8 degree, 400 for 0.9 degree
nozzle_diameter: 0.400
filament_diameter: 1.75
heater_pin: EBBCan:PB13
sensor_type: MAX31865
sensor_pin: EBBCan:PA4
spi_software_sclk_pin: EBBCan:PA5
spi_software_mosi_pin: EBBCan:PA7
spi_software_miso_pin: EBBCan:PA6 
rtd_nominal_r: 100
rtd_reference_r: 430
rtd_num_of_wires: 2
#control: pid
#pid_kp: 0
#pid_ki: 0
#pid_kd: 0

Got it figured. The save_config only reads from the prtinter,cfg file. so my [include sb2240] file was not being read. I moved the [extruder], [probe] to printer.cfg, reran all my initial steps and all is working.

My apologies for my lack of Knowledge and wasting all your time. I do a lot of trial and error. it just takes longer.

2 Likes

Sorry I missed that - yes, you’re right when you have an include with parameters that are updated by SAVE_CONFIG they are ignored. I found that out the hard way myself.

Good luck with your printer!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.