diff --git a/profiles/hephaestus/README.md b/profiles/hephaestus/README.md index 4527942..fea45ee 100644 --- a/profiles/hephaestus/README.md +++ b/profiles/hephaestus/README.md @@ -35,18 +35,22 @@ To change to this profile, run: ## Features -- 300mm build volume -- Voron TAP probe -- Nozzle brush -- Nevermore Filter -- Exhaust Fan -- Bed fans -- Chamber sensor -- Filament sensor on toolhead (load detection possible) -- Door sensor -- Case lights (125 RGBW LEDs) -- StealthBurner LEDs (rainbow barf + RGBW LEDs) -- Beeper (for notifications) +## Features + +- 300mm build volume: The printer has a build volume of 300mm. +- Voron TAP probe: The printer uses a Voron TAP probe for bed leveling. +- Nozzle brush: The printer has a nozzle brush attached to it. +- Nevermore Filter: The printer has a Nevermore filter installed. +- Exhaust Fan: The printer has an exhaust fan installed. +- Bed fans: The printer has bed fans installed. +- Chamber sensor: The printer has a chamber sensor installed. +- Filament sensor on toolhead (load detection possible): The printer has a filament sensor installed on the toolhead that can detect when filament is loaded. +- Door sensor: The printer has a door sensor installed. +- Case lights (125 RGBW LEDs): The printer has 125 RGBW LEDs installed for lighting. +- StealthBurner LEDs (rainbow barf + RGBW LEDs): The printer has StealthBurner LEDs installed. +- Beeper (for notifications): The printer has a beeper installed for notifications. +- Sensorless homing: The printer uses sensorless homing. +- Adaptive meshing: The printer uses adaptive meshing. ## Notes diff --git a/profiles/v2tap300/README.md b/profiles/v2tap300/README.md index d777cc2..5ed6f87 100644 --- a/profiles/v2tap300/README.md +++ b/profiles/v2tap300/README.md @@ -38,3 +38,5 @@ To change to this profile, run: - 300mm build volume - Voron TAP probe - StealthBurner LEDs +- No Sensorless Homing +- Adaptive Meshing diff --git a/profiles/v2tap300/config.cfg b/profiles/v2tap300/config.cfg index 600b073..7ad3d85 100644 --- a/profiles/v2tap300/config.cfg +++ b/profiles/v2tap300/config.cfg @@ -265,17 +265,17 @@ gcode: ######## Door Configs ########## ################################ -[gcode_button doors] +#[gcode_button left_door] ########## IMPORTANT ########### ## ---------------------------- ## # Set pin to match your machine: # -pin: !PG15 # +#pin: !PG15 # ## ---------------------------- ## ########## IMPORTANT ########### -press_gcode: - _close_door ; DO NOT CHANGE -release_gcode: - _open_door ; DO NOT CHANGE +#press_gcode: +# _close_door ; DO NOT CHANGE +#release_gcode: +# _open_door ; DO NOT CHANGE #[gcode_button right_door] ########## IMPORTANT ########### diff --git a/profiles/v2tap300/variables.cfg b/profiles/v2tap300/variables.cfg index e1bdfb9..a49ad2f 100644 --- a/profiles/v2tap300/variables.cfg +++ b/profiles/v2tap300/variables.cfg @@ -160,7 +160,7 @@ variable_home_travel_speed: 10000 variable_home_z_speed: 1000 variable_home_retract: 10 variable_home_retract_speed: 1200 -variable_sensorless_home: True +variable_sensorless_home: False variable_home_current: 0.7 ## Homing Macros @@ -388,7 +388,7 @@ variable_telegram_runout: 'TELEGRAM_FILAMENT_RUNOUT' ## Each door must have a name (e.g. variable_door1_name: 'left_door') ## Each door may optionally have custom macros for open and closed (e.g. variable_door1_open: 'M116') -variable_doors: 1 ; Number of doors (0, 1 or 2) (set to 0 to disable) +variable_doors: 0 ; Number of doors (0, 1 or 2) (set to 0 to disable) variable_door1_name: 'Left' ; Name of first door switch variable_door1_open: 'M116' ; Custom macro for open door1 (set to 'M116' to disable)