Skip to content

Unified Configurations and tweaked some parameters, improved README#31

Merged
thinkyhead merged 5 commits intothinkyhead:bf2_linearplus_and_trigorillafrom
brandstaetter:thinkyhead/bf2_linearplus_and_trigorilla
Sep 9, 2018
Merged

Unified Configurations and tweaked some parameters, improved README#31
thinkyhead merged 5 commits intothinkyhead:bf2_linearplus_and_trigorillafrom
brandstaetter:thinkyhead/bf2_linearplus_and_trigorilla

Conversation

@brandstaetter
Copy link

Description

Unified configs, improved README

* Version 2: Z Probe Offset of -16.8mm

![Version 2 Probe](images/Version2Probe.jpg)
# ReadmeThese configurations activate many of the new advanced features of the Marlin firmware: * Auto Calibration * Auto Bed Leveling * Pause & Filament Change**Important**: Before doing anything else after updating the firmware, go to `Configuration > Advanced Settings > Initialize EEPROM` to get rid of old configurationsAfter that you should connect the Z-Probe and start `Configuration > Delta Calibration > Auto Calibration`. When it's done don't forget to also do `Configuration > Delta Calibration > Store Settings` to make it permanent.You should also do a `Motion > Bed Leveling > Level bed` followed by `Store Settings` to ensure a perfect leveling.Please do a manual paper test (moving the nozzle slowly down to Z0 and checking with a piece of paper) - if it's not perfect, use `Configuration > Advanced Settings > Probe Z Offset` to correct the difference and execute the calibration again.**Also Important**: if you value your Z-Probe do NOT execute `Configuration > Delta Configuration > Probe Z-offset` - this can destroy the Z-Probe, see issue [#11337](https://github.com/MarlinFirmware/Marlin/issues/11337)# Selection of firmware versionPlease select the correct subdirectory for your printer.The Kossel comes in 3 versions: * Pulley * Linear * Linear Plus Pulley and Linear use the same configuration, the Linear Plus is bigger and uses slightly different configurations. Typically the probes for the Anycubic Delta Kossel printers come in two different versions. Specify your probe version at the top of the `Configuration.h` file for your machine. * Version 1: Z Height of -19.0mm ![Version 1 Probe](images/Version1Probe.jpg) * Version 2: Z Height of -16.8mm ![Version 2 Probe](images/Version2Probe.jpg)Additionally, there is a configuration version available for the Kossel (Linear or Pulley) without Z-Probe and without heated bed. It is very important to follow the correct procedure to set it up after flashing the firmware, otherwise you might damage the printer by ramming the nozzle into the buildplate:* Configuration >Advanced Settings > Initialize EEPROM* Motion > Move Axis > Soft Endstops : Off* Auto Home and slowly move the nozzle down until it barely touches the bed (do the paper test: a normal sheet of paper should just feel the drag of the nozzle) and note this number* subtract this number from the value in Configuration > Delta Calibration > Delta Settings > Height (if it's negative, add it)* save and try the paper test again to verify your height* Configuration > Store Settings* Motion > Bed Leveling (using paper test) No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's up with these line-endings? We use UNIX line-endings.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, my editor might do some weird crap. Fixing now.

@thinkyhead
Copy link
Owner

It's kind of bad to overdo the unification of configs. It makes it harder to keep configurations in sync as new features are added. If there are more than a few settings that should apply to one machine versus the other, then it's better to split them up. Especially as users may not like the options that are pre-configured, and shouldn't have to wade through extra conditionals to apply their own preferences.

@brandstaetter
Copy link
Author

Thanks for the feedback!

my reasoning was: there are these 3 things that make the main difference between the Anycubic Kossels out there:

plus: bigger, affects 3 values in the delta kinematics
probe: autolevel and autocalibration available, also 2 different probes that just affect the z-offset
heated bed: could be removed if it makes it too complicated, but just activates the heatbed thermistor and sets 2 different BEDPID value sets, because there are 2 different beds in the wild.

if you think it's too unified, I can de-simplify it again. but splitting normal and plus does not make sense IMHO, as there are only the dimensions different.

@thinkyhead thinkyhead merged commit 11ebf00 into thinkyhead:bf2_linearplus_and_trigorilla Sep 9, 2018
@thinkyhead
Copy link
Owner

It's not too bad. I'll clean it up slightly and see how it looks.

@thinkyhead
Copy link
Owner

You might want to double-check the README.md and make sure it's accurate now. It still seems to mention multiple configs.

thinkyhead pushed a commit that referenced this pull request Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants