- Install Cura 2.4
- Copy
anet_a8.def.json
to~/Library/Application Support/cura/3.4/definitions
- Open Cura
- Expand Custom, then select Anet A8
- Click Finish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
latest version now at: http://github.com/tbuser/openscad-bitmap | |
module make_atari_bitmap(char, block_size, height, include_base) { | |
if (char == "0") { | |
make_bitmap([ | |
0,0,0,0,0,0,0,0, | |
0,0,1,1,1,1,0,0, | |
0,1,1,0,0,1,1,0, | |
0,1,1,0,1,1,1,0, | |
0,1,1,1,1,1,1,0, |
https://appletoolbox.com/how-to-fix-macos-mojave-battery-draining-issue/
$ pmset -g
System-wide power settings:
Currently in use:
lidwake 1
autopoweroff 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lorem | |
Ipsum | |
Lorem | |
Dolor | |
Vitae | |
Magna | |
Dolor | |
Lorem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lorem ipsum | |
Dolor sit amet | |
Vestibulum vitae | |
Morbi iaculis elit | |
Sed porta ante | |
Magna faucibus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eufy: | |
image: bropat/eufy-security-ws | |
container_name: eufy | |
restart: unless-stopped | |
environment: | |
- USERNAME=email | |
- PASSWORD=pass | |
- COUNTRY=country | |
ports: | |
- 3000:3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- sensor: | |
name: Tuya Power Clamp | |
unique_id: tuya_power_clamp | |
command: "python3 /config/tuya.py device_id" | |
device_class: power | |
state_class: total_increasing | |
unit_of_measurement: Wh | |
scan_interval: 60 | |
value_template: "{{ value_json.EnergyConsumed | float(0) * 10 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'FileUtils' | |
require 'json' | |
class GooglePhotosFixer | |
METADATA_JSON = "supplemental-metadata.json" | |
SUPPORTED_IMAGE_EXT = %w(.jpg .jpeg .png .gif .webp .heic .mov .mp4 .3gp .avi .mkv .webm) | |
attr_reader :fixes, :errors, :takeout_dir | |
def initialize(takeout_dir) |
OlderNewer