This file contains hidden or 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
[default]: 2025-07-10 22:29:07.529:[Debug] [Thread: 0x7f086045a900] Opened Log File at: "/home/marvin/Documents/HueForge/Logs" (:0, ) | |
[default]: 2025-07-10 22:29:07.529:[Debug] [Thread: 0x7f086045a900] CrashLog will write to: "/home/marvin/Documents/HueForge/Logs/crashlog.txt" (:0, ) | |
[default]: 2025-07-10 22:29:07.540:[Debug] [Thread: 0x7f086045a900] Found preferred font: "Noto Sans" (:0, ) | |
[default]: 2025-07-10 22:29:07.540:[Debug] [Thread: 0x7f086045a900] Application font set to: QFont(Noto Sans,10,-1,5,700,0,0,0,0,0,0,0,0,0,0,1) (:0, ) | |
[default]: 2025-07-10 22:29:07.540:[Debug] [Thread: 0x7f086045a900] Arguments QList("/tmp/.mount_HueFor9vZQtA/usr/bin/HueForge") (:0, ) | |
[default]: 2025-07-10 22:29:07.540:[Debug] [Thread: 0x7f086045a900] Checking "/home/marvin/.local/share/HueForge" for HueForge program files (:0, ) | |
[default]: 2025-07-10 22:29:07.540:[Debug] [Thread: 0x7f086045a900] The time on this EXE is the same or older than the last time these files were updated. Skipping (:0, ) | |
[default]: 2025-07 |
This file contains hidden or 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
{ | |
"Filaments": [ | |
{ | |
"Brand": "Ecogenesis/Polar", | |
"Color": "#131919", | |
"Name": "Black", | |
"Owned": false, | |
"Tags": [ | |
], | |
"Transmissivity": 0.1, |
This file contains hidden or 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
{ | |
allocation: 'allocation-22704', | |
experiment: 'paul-test-flag-server-allocation-22704', | |
featureFlag: 'paul-test-flag-server', | |
format: 'SERVER', | |
variation: 'true', | |
subject: 'c76f3d8e-ec41-43ec-a3b2-0a3327eb60bc', | |
timestamp: '2025-03-24T17:34:17.649Z', | |
subjectAttributes: {}, | |
metaData: { |
This file contains hidden or 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
0x305, 0x302, 35x302, 35x305, 305x305, 305x305, 305x305, 305x20, 293x20, 293x0, 305x0, 305x20, 305x305 |
This file contains hidden or 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
#*# [bed_mesh contact_10x10] | |
#*# version = 1 | |
#*# points = | |
#*# -0.056022, -0.069881, -0.069053, -0.047402, -0.028046, -0.007969, 0.003663, 0.028130, 0.027355, 0.047412 | |
#*# -0.043262, -0.078527, -0.066762, -0.044590, -0.019192, -0.006875, 0.001423, -0.008536, -0.000822, 0.016787 | |
#*# -0.007324, -0.054308, -0.052491, -0.021465, -0.003463, 0.013698, 0.023507, 0.015578, 0.004594, 0.031735 | |
#*# -0.022897, -0.054569, -0.058376, -0.032246, -0.004088, 0.010625, -0.002483, -0.004057, 0.004542, 0.019756 | |
#*# 0.012676, -0.041444, -0.045043, -0.018913, 0.014714, 0.023593, 0.010642, -0.004682, 0.000844, 0.034079 | |
#*# -0.000918, -0.045611, -0.050928, -0.030111, -0.010703, 0.001250, 0.003611, -0.004526, -0.005302, 0.019391 | |
#*# -0.004876, -0.051704, -0.052178, -0.046465, -0.035859, -0.013750, -0.003004, -0.019005, 0.002615, 0.025277 |
This file contains hidden or 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
[gcode_macro G29] | |
variable_k:1 | |
description: Prepare print bed, generate a bed mesh, and apply global Z nozzle offset | |
gcode: | |
_FIND_Z_EQUALS_ZERO # The user must make sure that nothing else homes Z after this call | |
{% if k|int==1 %} | |
BED_MESH_CALIBRATE RUNS=2 PROFILE=kamp | |
BED_MESH_PROFILE LOAD=kamp | |
SAVE_VARIABLE VARIABLE=profile_name VALUE='"kamp"' | |
{% else %} |
This file contains hidden or 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
[gcode_macro PRINT_START] | |
gcode: | |
{% set bedtemp = params.BED|int %} | |
{% set hotendtemp = params.HOTEND|int %} | |
{% set chambertemp = params.CHAMBER|default(0)|int %} | |
SET_GCODE_VARIABLE MACRO=_APPLY_NOZZLE_OFFSET VARIABLE=hotend_temp VALUE={hotendtemp} | |
M140 S{bedtemp} # Initiate Print Bed Warmup as early as possible | |
M400 # Wait for all prior G-code commands to be processed by MCU | |
M104 S0 # Make sure hotend is off |
This file contains hidden or 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
{ | |
"layers": [ | |
{ | |
"id": "aerial", | |
"name": "Satellite", | |
"description": "", | |
"filters": [], | |
"thumbnail_url": "", | |
"preview_url": "", | |
"show_by_default": false, |
This file contains hidden or 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
{ | |
"layers": [ | |
{ | |
"id": "aerial", | |
"name": "Satellite", | |
"description": "", | |
"filters": [], | |
"thumbnail_url": "", | |
"preview_url": "", | |
"show_by_default": false, |
This file contains hidden or 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
webmap.onxmaps.com { | |
tls internal | |
reverse_proxy 127.0.0.1:3333 | |
} |
NewerOlder