Skip to content

Instantly share code, notes, and snippets.

@Justme488
Justme488 / gist:096fd852e8557baa26663fae466f7870
Created September 20, 2024 00:35
Ender 3 Direct Drive Settings For PETG Filament
PETG Cura Settings - Direct Drive
"Best Attempt to Date"
Standard quality
Quality
Layer Height - 0.2 mm
Initial Layer Height - 0.2 mm

So, ModMyClassic thought it fit to ban all the hakchi devs and act like the victims of the matter, but what they won't tell you is what went on in the past to cause the contentious relationship in the first place.

Things used to be fine at first, swingflip came in and made some useful contributions to the community, all is well, for now...

The mod store came along and it was a genuinely useful addition to hakchi2 ce, but there was one problem, it was controlled by primarily one person, swingflip...

He then made a copy of KMFDManic's cores, changed the credit line, and wanted him to contribute on this copy instead of swingflip just working with him on the original copy...

KMFDManic would have reddit posts removed, people trolling him, and most importantly, his cores weren't allowed onto the mod store, only the copies were.

@Justme488
Justme488 / updatera
Created July 2, 2020 02:26 — forked from Sanaki/updatera
Script for building retroarch and select cores
#!/usr/bin/env bash
# Known non-working (YMMV): Dosbox SVN CE (Dosbox Core is now preferred anyway), Emux (requires a special build recipe)
# Partial Reference: https://libretro.readthedocs.io/en/latest/development/retroarch/compilation/linux-and-bsd/
# FORCE when set to YES will build regardless of changes
# NOCLEAN when set to 1 will prevent make clean before each build. Do not use NOCLEAN on core recipes or cores won't pull changes. Due to this situation I recommend against building MAME as part of this script.
# EXIT_ON_ERROR determines if the build stops on errors
# SINGLE_CORE can be set to a core name to bypass building the entire recipe (core set)