aboutsummaryrefslogtreecommitdiffstats
path: root/config/printer-anycubic-vyper-2021.cfg
Commit message (Collapse)AuthorAgeFilesLines
* config: Update printer-anycubic-vyper-2021.cfg (#6113)Robert2023-03-211-0/+4
| | | | | Having the controller fan PA14 in the config is important for the stepper drivers not to overheat and skip steps. Signed-off-by: Robert Lilienthal <13837429+RobLil@users.noreply.github.com>
* Update printer-anycubic-vyper-2021.cfg (#5692)JackyHe3982022-09-111-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update printer-anycubic-vyper-2021.cfg better pause and end print, beeper support, mroe accurate value. * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg delete unnecessary gcode * Update printer-anycubic-vyper-2021.cfg remove unneccessary part. * Update printer-anycubic-vyper-2021.cfg * Update printer-anycubic-vyper-2021.cfg according to https://www.klipper3d.org/Example_Configs.html point 7f delete field values that are set to their default value * Update printer-anycubic-vyper-2021.cfg small change * Update printer-anycubic-vyper-2021.cfg
* config: Anycubic Vyper (#4740)Manuel Fichtner2021-10-111-0/+143
This commit contains a configuration for the Anycubic Vyper printer from 2021. It uses a clone of the STM32F103 chip named GD32F103. There are 2 Mainboard versions out there v0.0.5 and v0.0.6, this config has been tested with the v0.0.6 only. It should probably work for v0.0.5 as well since there are no different changes in the Anycubic Marlin firmware. The LCD is not supported yet (might work, but didn't try yet). Signed-off-by: Marc Neuhaus <marc@neuhaus.nrw> Signed-off-by: Manuel Fichtner <manuel.fichtner@me.com>