erDiagram
USER ||--o{ ATTRIBUTE_VALUE : has
USER {
int id PK
}
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
{ | |
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 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 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 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 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 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 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 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 | |
} |
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
## | |
# Host Database | |
# | |
# localhost is used to configure the loopback interface | |
# when the system is booting. Do not change this entry. | |
## | |
#127.0.0.1 localhost | |
#127.0.0.1 local.onxmaps.com | |
# 127.0.0.1 webmap.local.onxmaps.com | |
127.0.0.1 webmap.onxmaps.com |
NewerOlder