Skip to content

Releases: AuroraUnit/Anycubic-Kobra-Mods

v0.0.1c

08 Jul 07:50
Compare
Choose a tag to compare

Updated Klipper config.cfg with and new settings some settings changes (see below). Possibly last release for vanilla Kobra 1 with mainboard swapped out with BTT SKR Mini E3 V3 as future releases will include hardware changes.

Please ensure pins match the software! Do not simply copy and paste!

New settings:

  • Added stepper temperature sensor for the extruder.
  • Added image showing relevant SKR pinouts.

Other changes:

  • Reduced all stepper temperature sensors maximum to 80C from 100C.
  • Increased max extruder temp back to 260C.
  • Increased max bed temp to 115C (from 110C).
  • Reduced purge line in START_PRINT/PRINT_START macros from 130mm long to 60mm.
  • Command to move Y-Axis forward to front in the END_PRINT/PRINT_END macros has been reduced to 113.5mm from 200mm so the camera I have set up can see the finished print.

Full Changelog: v0.0.1b...v0.0.1c

v0.0.1b

02 Jul 17:45
Compare
Choose a tag to compare

Updated klipper config.cfg with bugfixes and new settings (see below). Possibly last release for vanilla Kobra 1 with mainboard swapped out with BTT SKR Mini e3 V3 as future releases will include hardware changes.

Please ensure pins match the software! Do not simply copy and paste!

Set MCU on line 13 to your own.

User variables are located at the bottom below line 302 ('SAVE_CONFIG'), please update with your own settings.

Bugfixes:

  • Increases amperage of Y-axis (bed-axis) stepper to 0.800 due to stalling issues.
  • Slightly increased amperage of X/Z-axis steppers to 0.600.
  • gcode_macro G29 now homes both before and after the bed mesh instead of needing manual intervention by the user.
  • Added M420 (BED_LEVELING_STATE) to 'START_PRINT'/'PRINT_START' gcode_macro. If this is actually needed, I have no idea.

New settings/other changes:

  • Virtual SD card (line 22) added, default is commented out.
  • Removed all hold currents as specifying this is no longer recommended.
  • Added temperature sensors for X/Y/Z ttmc2209's which can be viewed through the 'klippy.log'.
  • Lowered max nozzle temperature to 230C (line 155).
  • Added line (line 163) for extruder stepper 17HS08-1004S. This is commented out by default as not everyone shoves 24v into their stepper and therefore doesn't need a replacement.
  • Added gcode_macro M205 (line 227) to suppress 'not supported' errors in the log since Klipper doesn't support this Marlin command.
  • Removed PID settings/outputs from heater_bed/extruder as these exist under 'SAVE_CONFIG' at the bottom.

v0.0.1a

02 Jul 17:41
8fc0623
Compare
Choose a tag to compare
v0.0.1a Pre-release
Pre-release

Initial release, pushed on 20230217.