mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
temp_calibrate now cross-checks the factory B-equation instead of the retired linear guess.
14 lines
297 B
BlitzBasic
14 lines
297 B
BlitzBasic
require forgefirm-image.bb
|
|
|
|
DESCRIPTION = "OpenGlow/ForgeFIRM development image for Glowforge"
|
|
|
|
# Strict superset of forgefirm-image: everything the main image ships, plus
|
|
# the forgectrl placeholder and debug tooling.
|
|
IMAGE_INSTALL += " \
|
|
forgectrl \
|
|
"
|
|
|
|
IMAGE_FEATURES += " \
|
|
tools-debug \
|
|
"
|