Skip to content

Instantly share code, notes, and snippets.

View eropple's full-sized avatar

Ed Ropple eropple

View GitHub Profile
$ BAMBUSTUDIO_PATH=~/Downloads/Bambu_Studio_linux_fedora_v01.08.00.57-20231109141031.AppImage ./run.bash
[2023-11-17 00:32:05.096348] [0x00007fade5a9cd80] [trace] Initializing StaticPrintConfigs
[2023-11-17 00:32:05.210013] [0x00007fade5a9cd80] [warning] cli mode, Current BambuStudio Version 01.08.00.57
[2023-11-17 00:32:05.210030] [0x00007fade5a9cd80] [info] Will start to read model file now, file count :12
[2023-11-17 00:32:05.210040] [0x00007fade5a9cd80] [info] allow_multicolor_oneplate 1, allow_rotations 1 skip_modified_gcodes 0 avoid_extrusion_cali_region 0 loaded_filament_ids size 0, clone_objects size 0
[2023-11-17 00:32:05.210047] [0x00007fade5a9cd80] [info] plate_to_slice=0, normative_check=1, use_first_fila_as_default=0
[2023-11-17 00:32:05.210055] [0x00007fade5a9cd80] [info] read model file:3DBenchy.stl
[2023-11-17 00:32:05.230063] [0x00007fade5a9cd80] [debug] TriangleMesh::repair() started
@eropple
eropple / playrate-toggle.lua
Created July 28, 2025 22:40
REAPER script for toggling playrate
-- @description Master playrate - toggle between 1 and 2
-- @version 1.1
-- @author ed@edropple.com
-- @changelog
-- + Modified to toggle between 1x and 2x speed
-- + Any other rate resets to 1x
local r = reaper
local rate = r.Master_GetPlayRate()

Definitions

Standard terminology for the book indexer system. Terms align with ISO 999:1996, Chicago Manual of Style, and ASI best practices.

Core Structural Terms

Entry The complete unit in an index. Contains a heading, zero or more subentries, zero or more locators, and zero or more cross-references. An entry must have at least one locator OR one cross-reference.

Heading

keybinds clear-defaults=true {
locked {
bind "Ctrl g" { SwitchToMode "normal"; }
bind "Alt Shift Space" { SwitchToMode "normal"; }
}
pane {
bind "left" { MoveFocus "left"; }
bind "down" { MoveFocus "down"; }
bind "up" { MoveFocus "up"; }
bind "right" { MoveFocus "right"; }