Skip to content

Instantly share code, notes, and snippets.

View jamincollins's full-sized avatar

Jamin Collins jamincollins

  • Aviatrix
  • Utah, USA
View GitHub Profile
commit 7dbf4d0bc5872cb40103a8dac821fd1f96d46bf4
Author: Jamin W. Collins <jamin.collins@gmail.com>
Date: Sat Apr 20 18:07:59 2024 -0600
include fixes for not using precompiled headers
Signed-off-by: Jamin W. Collins <jamin.collins@gmail.com>
diff --git a/src/libslic3r/ParameterUtils.hpp b/src/libslic3r/ParameterUtils.hpp
index 090fd8d80..f46ef1f63 100644
Cache directory: /home/jamin/.ccache
Config file: /home/jamin/.ccache/ccache.conf
System config file: /etc/ccache.conf
Stats updated: Sun Apr 21 08:27:22 2024
Cacheable calls: 497 / 497 (100.0%)
Hits: 487 / 497 (97.99%)
Direct: 68 / 487 (13.96%)
Preprocessed: 419 / 487 (86.04%)
Misses: 10 / 497 ( 2.01%)
Successful lookups:
Cache directory: /home/jamin/.ccache
Config file: /home/jamin/.ccache/ccache.conf
System config file: /etc/ccache.conf
Stats updated: Sat Apr 20 23:53:26 2024
Cacheable calls: 494 / 496 (99.60%)
Hits: 484 / 494 (97.98%)
Direct: 68 / 484 (14.05%)
Preprocessed: 416 / 484 (85.95%)
Misses: 10 / 494 ( 2.02%)
Uncacheable calls: 2 / 496 ( 0.40%)
ninja: Entering directory `build/'
[1/7] Running utility command for encoding-check-semver
[2/7] Running utility command for encoding-check-libslic3r
[3/7] Running utility command for encoding-check-libslic3r_gui
[4/7] Building CXX object src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Jobs/OAuthJob.cpp.o
FAILED: src/slic3r/CMakeFiles/libslic3r_gui.dir/GUI/Jobs/OAuthJob.cpp.o
ccache /usr/bin/c++ -DBOOST_ATOMIC_NO_LIB -DBOOST_ATOMIC_STATIC_LINK -DBOOST_CHRONO_NO_LIB -DBOOST_CHRONO_STATIC_LINK -DBOOST_CONTAINER_NO_LIB -DBOOST_CONTAINER_STATIC_LINK -DBOOST_DATE_TIME_NO_LIB -DBOOST_DATE_TIME_STATIC_LINK -DBOOST_FILESYSTEM_NO_LIB -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_IOSTREAMS_NO_LIB -DBOOST_IOSTREAMS_STATIC_LINK -DBOOST_LOCALE_NO_LIB -DBOOST_LOCALE_STATIC_LINK -DBOOST_LOG_NO_LIB -DBOOST_LOG_STATIC_LINK -DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_PROGRAM_OPTIONS_STATIC_LINK -DBOOST_RANDOM_NO_LIB -DBOOST_RANDOM_STATIC_LINK -DBOOST_THREAD_NO_LIB -DBOOST_THREAD_STATIC_LINK -DBOOST_THREAD_USE_LIB -DCURL_STATICLIB -DGLEW_ST
[2024-04-03 11:06:44.019250] [0x00007c445da80740] [trace] Initializing StaticPrintConfigs
[2024-04-03 11:06:44.686310] [0x00007c445da80740] [error] operator(): can not find inherits process template @Ginger Additive Ginger One 1.0 nozzle for DERIVE 3mm nozzle
[2024-04-03 11:06:44.686328] [0x00007c445da80740] [error] load_vendor_configs_from_json, got error when parse process setting from ../../resources/profiles/Ginger/process/DERIVE 3mm nozzle.json
[2024-04-03 11:06:44.686543] [0x00007c445da80740] [error] Failed loading configuration file ../../resources/profiles/Ginger/process/DERIVE 3mm nozzle.json
Suggest cleaning the directory ../../resources/profiles firstly
Validation failed
15615 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
15615 access("/sys/devices/system/node/node1", R_OK) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 <... openat resumed>) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "//package.json", O_RDWR|O_NOCTTY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "/home/jamin/.bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
15615 openat(AT_FDCWD, "/home/jamin/proj/devika/ui/bunfig.toml", O_RDONLY) = -1 ENOENT (No such file or directory)
15615 access("/home/jamin/proj/devika/ui/binding.gyp", F_OK) = -1 ENOENT (No such file or directory)
bun install v1.0.35 (940448d6)
Loaded 260 hoisted_dependencies
Loaded 353 resolutions
Loaded 353 dependencies
Loaded 14 extern_strings
Loaded 19433 string_bytes
Clean lockfile: 253 packages - 253 packages in 1.9ms
error: failed to enqueue lifecycle scripts for @sveltejs/kit: ENOENT
-- BEGIN SHA512/256(`${alphabetize(name)}@${order(version)}`) --
@alloc/quick-lru@5.2.0
@ampproject/remapping@2.3.0
@esbuild/aix-ppc64@0.20.2
@esbuild/android-arm@0.20.2
@esbuild/android-arm64@0.20.2
@esbuild/android-x64@0.20.2
@esbuild/darwin-arm64@0.20.2
@esbuild/darwin-x64@0.20.2
#!/usr/bin/env python3
import RPi.GPIO as GPIO
import os
import socket
import sys
import time
from threading import Thread
#!/usr/bin/env python3
import RPi.GPIO as GPIO
import sys
import time
class Fan:
rpm = 0