kad / Marlin

Customized fork of Marlin Firmware, specifically for Anycubic Mega Zero printers. Check Wiki for more details and instructions.
https://github.com/kad/Marlin/wiki
73 stars 15 forks source link

Config files location #49

Closed Riconec closed 1 year ago

Riconec commented 2 years ago

Hi! I was wondering about which featureset is enabled for AMZ2 with stock board but haven't found config and config_adv files to check. Board have not enough memory so I am worried it doesn't have linear advance

kad commented 1 year ago

Configs are in usual place Marlin/Configuration*.h, however you need to look at corresponding branch. e.g. https://github.com/kad/Marlin/blob/anycubic-kad-bugfix-2.1.x/Marlin/Configuration.h

As for feature set, it all depends on the compilation target and board. Single config set is used for all features, but based on board/model things are geting enabled/disabled dynamically. Linear advance is enabled on most of builds for SKR boards. On old stock boards there is not enough flash for that feature.