print_queue.py 97 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324
  1. """API routes for print queue management."""
  2. import json
  3. import logging
  4. import zipfile
  5. from datetime import datetime, timezone
  6. from pathlib import Path
  7. import defusedxml.ElementTree as ET
  8. from fastapi import APIRouter, Depends, HTTPException, Query
  9. from sqlalchemy import and_, func, inspect, or_, select, update
  10. from sqlalchemy.ext.asyncio import AsyncSession
  11. from sqlalchemy.orm import selectinload
  12. from backend.app.api.routes.library_variants import normalize_model_name, resolve_variant_model
  13. from backend.app.core.auth import RequirePermissionIfAuthEnabled, require_ownership_permission
  14. from backend.app.core.config import settings
  15. from backend.app.core.database import get_db
  16. from backend.app.core.permissions import Permission
  17. from backend.app.models.archive import PrintArchive
  18. from backend.app.models.library import LibraryFile
  19. from backend.app.models.print_batch import PrintBatch, PrintBatchPlate
  20. from backend.app.models.print_queue import PrintQueueItem, PrintQueueVariant
  21. from backend.app.models.printer import Printer
  22. from backend.app.models.project import Project
  23. from backend.app.models.user import User
  24. from backend.app.schemas.print_queue import (
  25. PrintBatchCreate,
  26. PrintBatchDispatchRequest,
  27. PrintBatchPlateProgress,
  28. PrintBatchPlateTarget,
  29. PrintBatchResponse,
  30. PrintBatchUngroupResponse,
  31. PrintBatchUpdate,
  32. PrintQueueBulkUpdate,
  33. PrintQueueBulkUpdateResponse,
  34. PrintQueueItemCreate,
  35. PrintQueueItemResponse,
  36. PrintQueueItemUpdate,
  37. PrintQueueReorder,
  38. QueueVariantCreate,
  39. QueueVariantSummary,
  40. )
  41. from backend.app.services.filament_deficit import compute_deficit_for_queue_item
  42. from backend.app.services.filament_requirements import overrides_for_plate
  43. from backend.app.services.finance_budget import release_budget_reservation, validate_print_budget
  44. from backend.app.services.notification_service import notification_service
  45. from backend.app.services.print_batch import (
  46. BatchDispatchError,
  47. dispatch_remaining,
  48. load_progress,
  49. refresh_batch_status,
  50. )
  51. from backend.app.services.print_cost_estimate import estimate_queue_source_cost
  52. from backend.app.utils.printer_models import (
  53. is_gcode_compatible,
  54. )
  55. from backend.app.utils.threemf_tools import (
  56. extract_plate_metadata_from_3mf,
  57. extract_print_time_from_3mf,
  58. )
  59. logger = logging.getLogger(__name__)
  60. router = APIRouter(prefix="/queue", tags=["queue"])
  61. def _variant_summaries(item: PrintQueueItem) -> list[QueueVariantSummary]:
  62. """Cross-model candidates for display (#671), or [] if they weren't loaded.
  63. Every route that builds a queue response eager-loads ``variants``. Reading
  64. the attribute unguarded would still be a landmine for the next one that
  65. doesn't: a lazy load on an async session raises rather than degrading, so a
  66. forgotten ``selectinload`` would turn a card render into a 500.
  67. """
  68. if "variants" in inspect(item).unloaded:
  69. return []
  70. return [
  71. QueueVariantSummary(
  72. library_file_id=v.library_file_id,
  73. filename=v.library_file.filename if v.library_file else "",
  74. target_model=v.target_model,
  75. position=v.position,
  76. )
  77. for v in item.variants
  78. ]
  79. def _extract_filament_types_from_3mf(file_path: Path, plate_id: int | None = None) -> list[str]:
  80. """Extract unique filament types from a 3MF file.
  81. Args:
  82. file_path: Path to the 3MF file
  83. plate_id: Optional plate index to filter for (for multi-plate files)
  84. Returns:
  85. List of unique filament types (e.g., ["PLA", "PETG"])
  86. """
  87. types: set[str] = set()
  88. try:
  89. with zipfile.ZipFile(file_path, "r") as zf:
  90. if "Metadata/slice_info.config" not in zf.namelist():
  91. return []
  92. content = zf.read("Metadata/slice_info.config").decode()
  93. root = ET.fromstring(content)
  94. if plate_id is not None:
  95. # Find the plate element with matching index
  96. for plate_elem in root.findall(".//plate"):
  97. plate_index = None
  98. for meta in plate_elem.findall("metadata"):
  99. if meta.get("key") == "index":
  100. try:
  101. plate_index = int(meta.get("value", "0"))
  102. except ValueError:
  103. pass # Skip plate with unparseable index
  104. break
  105. if plate_index == plate_id:
  106. for filament_elem in plate_elem.findall("filament"):
  107. filament_type = filament_elem.get("type", "")
  108. used_g = filament_elem.get("used_g", "0")
  109. try:
  110. used_grams = float(used_g)
  111. except (ValueError, TypeError):
  112. used_grams = 0
  113. if used_grams > 0 and filament_type:
  114. types.add(filament_type)
  115. break
  116. else:
  117. # No plate_id specified - extract all filaments with used_g > 0
  118. for filament_elem in root.findall(".//filament"):
  119. filament_type = filament_elem.get("type", "")
  120. used_g = filament_elem.get("used_g", "0")
  121. try:
  122. used_grams = float(used_g)
  123. except (ValueError, TypeError):
  124. used_grams = 0
  125. if used_grams > 0 and filament_type:
  126. types.add(filament_type)
  127. except Exception as e:
  128. logger.warning("Failed to extract filament types from %s: %s", file_path, e)
  129. return sorted(types)
  130. # Local alias kept so existing call sites stay compact; the implementation lives
  131. # in utils/threemf_tools.py so the notification path (main.py) can reuse it
  132. # without importing from a routes module (#1785).
  133. _extract_print_time_from_3mf = extract_print_time_from_3mf
  134. def _assert_can_queue_archive(archive: PrintArchive, current_user: User | None) -> None:
  135. """Gate turning *archive* into a print. Raises rather than returning a verdict.
  136. Shared by every route that creates queue items from an archive, so a new
  137. one can't quietly become a weaker door to the same action than
  138. ``POST /queue/`` is.
  139. Two separate checks:
  140. * IDOR fix (maziggy/bambuddy-security #2): without this, a caller with
  141. QUEUE_CREATE could queue any user's archive even without ARCHIVES_READ on
  142. it — Landon's PoC enumerated this on admin's archives as operator1. Gate
  143. on ARCHIVES_READ_ALL OR ownership. 404 (not 403) so we don't leak "this
  144. id exists but you can't queue it" for enumeration.
  145. * Reprint perm gate (#1625): the legacy ``/archives/{id}/reprint`` endpoint
  146. required ARCHIVES_REPRINT_OWN/ALL, and every route that replaces it must
  147. keep that gate or an operator with QUEUE_CREATE could reprint via a
  148. direct API call even when explicitly denied reprint perm. Mirrors the
  149. frontend ``canModify('archives', 'reprint', ...)`` helper: REPRINT_ALL
  150. allows any archive, REPRINT_OWN allows own only, ownerless archives
  151. require REPRINT_ALL (fail-closed).
  152. """
  153. if current_user is None:
  154. return
  155. if not current_user.has_permission(Permission.ARCHIVES_READ_ALL.value) and archive.created_by_id != current_user.id:
  156. raise HTTPException(404, "Archive not found")
  157. owns_archive = archive.created_by_id is not None and archive.created_by_id == current_user.id
  158. has_reprint = current_user.has_permission(Permission.ARCHIVES_REPRINT_ALL.value) or (
  159. owns_archive and current_user.has_permission(Permission.ARCHIVES_REPRINT_OWN.value)
  160. )
  161. if not has_reprint:
  162. raise HTTPException(
  163. status_code=403,
  164. detail="Permission archives:reprint_own or archives:reprint_all required",
  165. )
  166. def _assert_can_queue_library_file(library_file: LibraryFile, current_user: User | None) -> None:
  167. """Gate turning *library_file* into a print — LIBRARY_READ_ALL or ownership."""
  168. if current_user is None:
  169. return
  170. if (
  171. not current_user.has_permission(Permission.LIBRARY_READ_ALL.value)
  172. and library_file.created_by_id != current_user.id
  173. ):
  174. raise HTTPException(404, "Library file not found")
  175. async def _assert_can_dispatch_batch_sources(db: AsyncSession, batch_id: int, current_user: User | None) -> None:
  176. """Apply the ``POST /queue/`` source-file gates to everything a dispatch would print.
  177. Dispatching clones existing queue items, so without this it would be a
  178. weaker door to the same outcome: a caller holding QUEUE_CREATE and
  179. QUEUE_UPDATE_ALL but explicitly denied ``archives:reprint_*`` could start
  180. prints through an order that ``POST /queue/`` would have refused them.
  181. Every distinct source among the batch's items is checked, including the
  182. library files behind cross-model variants — those get cloned too, and any
  183. one of them may be the file that actually runs.
  184. """
  185. archive_ids = set(
  186. (
  187. await db.execute(
  188. select(PrintQueueItem.archive_id)
  189. .where(PrintQueueItem.batch_id == batch_id)
  190. .where(PrintQueueItem.archive_id.is_not(None))
  191. .distinct()
  192. )
  193. )
  194. .scalars()
  195. .all()
  196. )
  197. library_file_ids = set(
  198. (
  199. await db.execute(
  200. select(PrintQueueItem.library_file_id)
  201. .where(PrintQueueItem.batch_id == batch_id)
  202. .where(PrintQueueItem.library_file_id.is_not(None))
  203. .distinct()
  204. )
  205. )
  206. .scalars()
  207. .all()
  208. )
  209. library_file_ids |= set(
  210. (
  211. await db.execute(
  212. select(PrintQueueVariant.library_file_id)
  213. .join(PrintQueueItem, PrintQueueVariant.queue_item_id == PrintQueueItem.id)
  214. .where(PrintQueueItem.batch_id == batch_id)
  215. .distinct()
  216. )
  217. )
  218. .scalars()
  219. .all()
  220. )
  221. for archive_id in archive_ids:
  222. archive = (await db.execute(select(PrintArchive).where(PrintArchive.id == archive_id))).scalar_one_or_none()
  223. # A deleted source can't be printed; dispatch will fail on it anyway.
  224. if archive is not None:
  225. _assert_can_queue_archive(archive, current_user)
  226. for library_file_id in library_file_ids:
  227. library_file = (
  228. await db.execute(LibraryFile.active().where(LibraryFile.id == library_file_id))
  229. ).scalar_one_or_none()
  230. if library_file is not None:
  231. _assert_can_queue_library_file(library_file, current_user)
  232. async def _resolve_source_path(db: AsyncSession, item: PrintQueueItem) -> Path | None:
  233. """Resolve an existing queue item's source 3MF on disk, or None."""
  234. if item.archive_id:
  235. result = await db.execute(select(PrintArchive).where(PrintArchive.id == item.archive_id))
  236. archive = result.scalar_one_or_none()
  237. if archive:
  238. return settings.base_dir / archive.file_path
  239. elif item.library_file_id:
  240. result = await db.execute(LibraryFile.active().where(LibraryFile.id == item.library_file_id))
  241. library_file = result.scalar_one_or_none()
  242. if library_file:
  243. lib_path = Path(library_file.file_path)
  244. return lib_path if lib_path.is_absolute() else settings.base_dir / library_file.file_path
  245. return None
  246. async def _trusted_item_estimated_cost(
  247. db: AsyncSession,
  248. item: PrintQueueItem,
  249. *,
  250. printer_id: int | None,
  251. plate_id: int | None,
  252. ams_mapping: list[int] | str | None,
  253. ) -> float | None:
  254. """Recompute an existing queue item's cost from its persisted source."""
  255. if item.archive_id:
  256. archive = await db.scalar(select(PrintArchive).where(PrintArchive.id == item.archive_id))
  257. return await estimate_queue_source_cost(
  258. db,
  259. archive=archive,
  260. plate_id=plate_id,
  261. ams_mapping=ams_mapping,
  262. printer_id=printer_id,
  263. )
  264. if item.library_file_id:
  265. library_file = await db.scalar(LibraryFile.active().where(LibraryFile.id == item.library_file_id))
  266. return await estimate_queue_source_cost(
  267. db,
  268. library_file=library_file,
  269. plate_id=plate_id,
  270. ams_mapping=ams_mapping,
  271. printer_id=printer_id,
  272. )
  273. result = await db.execute(
  274. select(PrintQueueVariant, LibraryFile)
  275. .join(LibraryFile, LibraryFile.id == PrintQueueVariant.library_file_id)
  276. .where(PrintQueueVariant.queue_item_id == item.id)
  277. )
  278. estimates = [
  279. await estimate_queue_source_cost(
  280. db,
  281. library_file=library_file,
  282. plate_id=variant.plate_id,
  283. ams_mapping=variant.ams_mapping,
  284. printer_id=printer_id,
  285. )
  286. for variant, library_file in result.all()
  287. ]
  288. if not estimates or any(cost is None for cost in estimates):
  289. return None
  290. return max(cost for cost in estimates if cost is not None)
  291. def _enrich_response(item: PrintQueueItem) -> PrintQueueItemResponse:
  292. """Add nested archive/printer/library_file info to response."""
  293. # Parse ams_mapping from JSON string BEFORE model_validate
  294. ams_mapping_parsed = None
  295. if item.ams_mapping:
  296. try:
  297. ams_mapping_parsed = json.loads(item.ams_mapping)
  298. except json.JSONDecodeError:
  299. ams_mapping_parsed = None
  300. # Parse required_filament_types from JSON string
  301. required_filament_types_parsed = None
  302. if item.required_filament_types:
  303. try:
  304. required_filament_types_parsed = json.loads(item.required_filament_types)
  305. except json.JSONDecodeError:
  306. required_filament_types_parsed = None
  307. # Parse filament_overrides from JSON string
  308. filament_overrides_parsed = None
  309. if item.filament_overrides:
  310. try:
  311. filament_overrides_parsed = json.loads(item.filament_overrides)
  312. except json.JSONDecodeError:
  313. filament_overrides_parsed = None
  314. # Parse nozzle_mapping from JSON string (#1780 — H2C rack slicer-pick
  315. # preservation). Nullable opaque JSON blob stored verbatim from
  316. # BambuStudio's project_file; surface it parsed for the response model
  317. # and any future "edit print → nozzle" UI.
  318. nozzle_mapping_parsed = None
  319. if item.nozzle_mapping:
  320. try:
  321. nozzle_mapping_parsed = json.loads(item.nozzle_mapping)
  322. except json.JSONDecodeError:
  323. nozzle_mapping_parsed = None
  324. nozzles_info_parsed = None
  325. if item.nozzles_info:
  326. try:
  327. nozzles_info_parsed = json.loads(item.nozzles_info)
  328. except json.JSONDecodeError:
  329. nozzles_info_parsed = None
  330. # Create response with parsed ams_mapping
  331. item_dict = {
  332. "id": item.id,
  333. "printer_id": item.printer_id,
  334. "target_model": item.target_model,
  335. "target_location": item.target_location,
  336. "required_filament_types": required_filament_types_parsed,
  337. "filament_overrides": filament_overrides_parsed,
  338. "waiting_reason": item.waiting_reason,
  339. "archive_id": item.archive_id,
  340. "library_file_id": item.library_file_id,
  341. "cost_center_id": item.cost_center_id,
  342. "estimated_cost": item.estimated_cost,
  343. "position": item.position,
  344. "scheduled_time": item.scheduled_time,
  345. "require_previous_success": item.require_previous_success,
  346. "auto_off_after": item.auto_off_after,
  347. "manual_start": item.manual_start,
  348. "filament_short": bool(item.filament_short),
  349. "skip_filament_check": bool(item.skip_filament_check),
  350. "ams_mapping": ams_mapping_parsed,
  351. "plate_id": item.plate_id,
  352. "bed_levelling": item.bed_levelling,
  353. "flow_cali": item.flow_cali,
  354. "vibration_cali": item.vibration_cali,
  355. "layer_inspect": item.layer_inspect,
  356. "timelapse": item.timelapse,
  357. "use_ams": item.use_ams,
  358. "nozzle_offset_cali": item.nozzle_offset_cali,
  359. "preheat_override": item.preheat_override,
  360. "preheat_chamber_target_override": item.preheat_chamber_target_override,
  361. "status": item.status,
  362. "started_at": item.started_at,
  363. "completed_at": item.completed_at,
  364. "error_message": item.error_message,
  365. "created_at": item.created_at,
  366. # User tracking (Issue #206)
  367. "created_by_id": item.created_by_id,
  368. "created_by_username": item.created_by.username if item.created_by else None,
  369. # Batch grouping
  370. "batch_id": item.batch_id,
  371. "batch_name": item.batch.name if item.batch else None,
  372. # SJF scheduling
  373. "been_jumped": item.been_jumped,
  374. # Auto-print G-code injection
  375. "gcode_injection": item.gcode_injection,
  376. # H2C rack-swap nozzle pick (#1780)
  377. "nozzle_mapping": nozzle_mapping_parsed,
  378. "nozzles_info": nozzles_info_parsed,
  379. "cleanup_library_after_dispatch": item.cleanup_library_after_dispatch,
  380. # Cross-model alternatives (#671). Guarded rather than read directly:
  381. # every route that reaches here eager-loads the relationship, but a
  382. # caller that forgets would trigger a lazy load, and a lazy load on an
  383. # async session raises rather than degrading. An empty list is the
  384. # correct answer for the ordinary item this would most likely be.
  385. "variants": _variant_summaries(item),
  386. }
  387. response = PrintQueueItemResponse(**item_dict)
  388. if item.archive:
  389. # Soft-deleted archive: files are gone from disk but the row stays
  390. # (its filament/cost contribution still flows into stats per #1343).
  391. # Suppress the archive-derived UI surface so the queue page doesn't
  392. # 404-storm the thumbnail / plates / plate-thumbnail endpoints — the
  393. # frontend's existing truthy gate on archive_thumbnail covers it
  394. # (#1348 follow-up). The archive_deleted flag lets the UI render a
  395. # "source deleted" badge on these rows.
  396. if item.archive.deleted_at is not None:
  397. response.archive_deleted = True
  398. else:
  399. response.archive_name = item.archive.print_name or item.archive.filename
  400. response.archive_thumbnail = item.archive.thumbnail_path
  401. response.print_time_seconds = item.archive.print_time_seconds
  402. response.filament_used_grams = item.archive.filament_used_grams
  403. response.filament_type = item.archive.filament_type
  404. response.filament_color = item.archive.filament_color
  405. response.layer_height = item.archive.layer_height
  406. response.nozzle_diameter = item.archive.nozzle_diameter
  407. response.sliced_for_model = item.archive.sliced_for_model
  408. response.bed_type = item.archive.bed_type
  409. # Marks history/reprint rows whose archive carries the slicer's own
  410. # live-resolved AMS-slot pick (extra_data.slicer_ams_mapping) — see
  411. # `_extract_slicer_ams_mapping_json` in virtual_printer/manager.py.
  412. #
  413. # Only when the saved mapping was resolved against *this* row's
  414. # printer: a global tray ID means nothing on another printer, so
  415. # that's the exact condition under which the mapping is reused. A
  416. # badge on a row where nothing gets reused would be a lie (#2700
  417. # review). Model-based rows (printer_id None) never match, which is
  418. # correct — the mapping is not reused there either.
  419. extra = item.archive.extra_data if isinstance(item.archive.extra_data, dict) else {}
  420. saved_mapping = extra.get("slicer_ams_mapping")
  421. response.archive_has_slicer_ams_mapping = (
  422. isinstance(saved_mapping, dict)
  423. and isinstance(saved_mapping.get("mapping"), list)
  424. and item.printer_id is not None
  425. and saved_mapping.get("printer_id") == item.printer_id
  426. )
  427. if item.plate_id:
  428. archive_path = settings.base_dir / item.archive.file_path
  429. if archive_path.exists():
  430. # One cached parse for all three per-plate overrides (#2573).
  431. plate_meta = extract_plate_metadata_from_3mf(archive_path, item.plate_id)
  432. if plate_meta.print_time_seconds is not None:
  433. response.print_time_seconds = plate_meta.print_time_seconds
  434. if plate_meta.filament_used_grams > 0:
  435. response.filament_used_grams = plate_meta.filament_used_grams
  436. if plate_meta.bed_type:
  437. response.bed_type = plate_meta.bed_type
  438. if item.library_file:
  439. response.library_file_name = (
  440. item.library_file.file_metadata.get("print_name") if item.library_file.file_metadata else None
  441. )
  442. if not response.library_file_name:
  443. response.library_file_name = item.library_file.filename
  444. response.library_file_thumbnail = item.library_file.thumbnail_path
  445. # Get metadata from library file if no archive
  446. if not item.archive and item.library_file.file_metadata:
  447. response.print_time_seconds = item.library_file.file_metadata.get("print_time_seconds")
  448. response.filament_used_grams = item.library_file.file_metadata.get("filament_used_grams")
  449. response.filament_type = item.library_file.file_metadata.get("filament_type")
  450. response.filament_color = item.library_file.file_metadata.get("filament_color")
  451. response.layer_height = item.library_file.file_metadata.get("layer_height")
  452. response.nozzle_diameter = item.library_file.file_metadata.get("nozzle_diameter")
  453. response.sliced_for_model = item.library_file.file_metadata.get("sliced_for_model")
  454. response.bed_type = item.library_file.file_metadata.get("bed_type")
  455. if item.plate_id:
  456. lib_path = Path(item.library_file.file_path)
  457. library_file_path = lib_path if lib_path.is_absolute() else settings.base_dir / item.library_file.file_path
  458. if library_file_path.exists():
  459. # One cached parse for all three per-plate overrides (#2573).
  460. plate_meta = extract_plate_metadata_from_3mf(library_file_path, item.plate_id)
  461. if plate_meta.print_time_seconds is not None:
  462. response.print_time_seconds = plate_meta.print_time_seconds
  463. if plate_meta.filament_used_grams > 0:
  464. response.filament_used_grams = plate_meta.filament_used_grams
  465. if plate_meta.bed_type:
  466. response.bed_type = plate_meta.bed_type
  467. if item.printer:
  468. response.printer_name = item.printer.name
  469. return response
  470. @router.get("/", response_model=list[PrintQueueItemResponse])
  471. async def list_queue(
  472. printer_id: int | None = Query(None, description="Filter by printer (-1 for unassigned)"),
  473. status: str | None = Query(None, description="Filter by status"),
  474. target_model: str | None = Query(
  475. None, description="Filter by target model (also includes model-based items when combined with printer_id)"
  476. ),
  477. db: AsyncSession = Depends(get_db),
  478. auth_result: tuple[User | None, bool] = Depends(
  479. require_ownership_permission(
  480. Permission.QUEUE_READ_ALL,
  481. Permission.QUEUE_READ_OWN,
  482. )
  483. ),
  484. ):
  485. """List all queue items, optionally filtered by printer or status."""
  486. user, can_read_all = auth_result
  487. query = (
  488. select(PrintQueueItem)
  489. .options(
  490. selectinload(PrintQueueItem.archive),
  491. selectinload(PrintQueueItem.printer),
  492. selectinload(PrintQueueItem.library_file),
  493. selectinload(PrintQueueItem.created_by),
  494. selectinload(PrintQueueItem.batch),
  495. # Cross-model candidates (#671) and their files, for the card label.
  496. selectinload(PrintQueueItem.variants).selectinload(PrintQueueVariant.library_file),
  497. )
  498. .order_by(PrintQueueItem.printer_id.nulls_first(), PrintQueueItem.position)
  499. )
  500. if user is not None and not can_read_all:
  501. query = query.where(PrintQueueItem.created_by_id == user.id)
  502. if printer_id is not None:
  503. if printer_id == -1:
  504. # Special value: filter for unassigned items
  505. query = query.where(PrintQueueItem.printer_id.is_(None))
  506. else:
  507. # Resolve effective model: prefer explicit param, fall back to printer's DB model.
  508. # This ensures model-based "Any X" items are returned even when the frontend
  509. # doesn't send target_model (e.g. printer.model is NULL on the client side).
  510. effective_model = target_model
  511. if not effective_model:
  512. printer_row = (
  513. await db.execute(select(Printer.model).where(Printer.id == printer_id))
  514. ).scalar_one_or_none()
  515. effective_model = printer_row
  516. if effective_model:
  517. # Include both printer-specific items AND model-based (unassigned) items
  518. query = query.where(
  519. or_(
  520. PrintQueueItem.printer_id == printer_id,
  521. and_(
  522. PrintQueueItem.printer_id.is_(None),
  523. func.lower(PrintQueueItem.target_model) == effective_model.lower(),
  524. ),
  525. )
  526. )
  527. else:
  528. query = query.where(PrintQueueItem.printer_id == printer_id)
  529. elif target_model:
  530. query = query.where(func.lower(PrintQueueItem.target_model) == target_model.lower())
  531. if status:
  532. query = query.where(PrintQueueItem.status == status)
  533. result = await db.execute(query)
  534. items = result.scalars().all()
  535. return [_enrich_response(item) for item in items]
  536. async def _resolve_queue_variants(
  537. db: AsyncSession,
  538. specs: list[QueueVariantCreate],
  539. current_user: User | None,
  540. ) -> list[tuple[QueueVariantCreate, LibraryFile, str]]:
  541. """Validate a cross-model candidate set and pair each file with its model (#671).
  542. Validated as a set, not file by file, because the failure modes are about the
  543. set: two candidates for the same printer give the resolver no basis to choose,
  544. and a set where nothing can ever run is a job that waits forever.
  545. At least one candidate must have an active printer — the rest may not, which
  546. is deliberate. Grouping the H2C slice before the H2C arrives is a reasonable
  547. thing to do, and refusing the whole queue action over it would be worse than
  548. letting that candidate simply never match.
  549. """
  550. file_ids = [s.library_file_id for s in specs]
  551. if len(set(file_ids)) != len(file_ids):
  552. raise HTTPException(400, "The same file cannot be listed twice as a variant")
  553. rows = (await db.execute(LibraryFile.active().where(LibraryFile.id.in_(file_ids)))).scalars().all()
  554. by_id = {f.id: f for f in rows}
  555. resolved: list[tuple[QueueVariantCreate, LibraryFile, str]] = []
  556. seen_models: dict[str, str] = {}
  557. any_active_printer = False
  558. for spec in specs:
  559. library_file = by_id.get(spec.library_file_id)
  560. # Same IDOR posture as the single-file path: a file the caller cannot read
  561. # is reported as missing rather than forbidden.
  562. if not library_file or (
  563. current_user
  564. and not current_user.has_permission(Permission.LIBRARY_READ_ALL.value)
  565. and library_file.created_by_id != current_user.id
  566. ):
  567. raise HTTPException(404, f"Library file not found: {spec.library_file_id}")
  568. from backend.app.utils.filename import InvalidFilenameError, validate_print_filename
  569. try:
  570. validate_print_filename(library_file.filename)
  571. except InvalidFilenameError as e:
  572. raise HTTPException(400, str(e)) from e
  573. model = resolve_variant_model(library_file, spec.target_model)
  574. if not model:
  575. raise HTTPException(
  576. 400,
  577. f"{library_file.filename} does not say which printer it was sliced for — "
  578. "set its target model explicitly",
  579. )
  580. # Cross-model safety gate (#2578), per candidate. A set is only as safe as
  581. # its worst member, and model-based dispatch has no human in the loop.
  582. sliced_for = (library_file.file_metadata or {}).get("sliced_for_model")
  583. if not is_gcode_compatible(sliced_for, model):
  584. raise HTTPException(
  585. 400,
  586. f"{library_file.filename} was sliced for {sliced_for} and cannot be dispatched to {model} printers",
  587. )
  588. if model in seen_models:
  589. raise HTTPException(
  590. 400,
  591. f"{library_file.filename} and {seen_models[model]} are both for {model} — "
  592. "variants must target different printers",
  593. )
  594. seen_models[model] = library_file.filename
  595. has_printer = (
  596. (
  597. await db.execute(
  598. select(Printer).where(Printer.model == model).where(Printer.is_active == True) # noqa: E712
  599. )
  600. )
  601. .scalars()
  602. .first()
  603. )
  604. any_active_printer = any_active_printer or bool(has_printer)
  605. resolved.append((spec, library_file, model))
  606. if not any_active_printer:
  607. raise HTTPException(400, f"No active printers for any of: {', '.join(seen_models)}")
  608. return resolved
  609. def _variant_values(
  610. spec: QueueVariantCreate,
  611. library_file: LibraryFile,
  612. model: str,
  613. position: int,
  614. ) -> dict:
  615. """Column values for one candidate, extracted from its own 3MF.
  616. Each candidate is a different slice, so its filament requirements and print
  617. time come from its own file rather than being inherited from the item.
  618. Returns values rather than a row so a quantity>1 batch can build one row per
  619. copy without re-opening the 3MF for each.
  620. """
  621. lib_path = Path(library_file.file_path)
  622. file_path = lib_path if lib_path.is_absolute() else settings.base_dir / library_file.file_path
  623. required_types = None
  624. filament_overrides_json = None
  625. print_time = (library_file.file_metadata or {}).get("print_time_seconds")
  626. if file_path.exists():
  627. types = _extract_filament_types_from_3mf(file_path, spec.plate_id)
  628. if types:
  629. required_types = json.dumps(types)
  630. if spec.plate_id:
  631. plate_time = _extract_print_time_from_3mf(file_path, spec.plate_id)
  632. if plate_time is not None:
  633. print_time = plate_time
  634. if spec.filament_overrides:
  635. plate_overrides = overrides_for_plate(spec.filament_overrides, file_path, spec.plate_id)
  636. if plate_overrides:
  637. filament_overrides_json = json.dumps(plate_overrides)
  638. override_types = sorted({o["type"] for o in plate_overrides if "type" in o})
  639. if override_types:
  640. existing = set(json.loads(required_types)) if required_types else set()
  641. required_types = json.dumps(sorted(existing | set(override_types)))
  642. return {
  643. "position": position,
  644. "library_file_id": library_file.id,
  645. "target_model": model,
  646. "plate_id": spec.plate_id,
  647. "ams_mapping": json.dumps(spec.ams_mapping) if spec.ams_mapping else None,
  648. "nozzle_mapping": json.dumps(spec.nozzle_mapping) if spec.nozzle_mapping else None,
  649. "filament_overrides": filament_overrides_json,
  650. "required_filament_types": required_types,
  651. "print_time_seconds": print_time,
  652. }
  653. @router.post("/", response_model=PrintQueueItemResponse)
  654. async def add_to_queue(
  655. data: PrintQueueItemCreate,
  656. db: AsyncSession = Depends(get_db),
  657. current_user: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_CREATE),
  658. ):
  659. """Add an item to the print queue."""
  660. # Normalize target_model (e.g., "Bambu Lab X1E" / "C13" -> "X1E").
  661. # normalize_model_name resolves internal codes first: the previous
  662. # `normalize_printer_model(x) or normalize_printer_model_id(x)` chain never
  663. # reached the code map, because the first call returns unknown input
  664. # unchanged — so a "C13" target stayed "C13", matched no printer row and
  665. # left the item waiting forever. Identical result for every other spelling.
  666. target_model_norm = normalize_model_name(data.target_model)
  667. # Cross-model alternatives (#671): several sliced files, whichever printer
  668. # frees up first. The whole candidate set is validated before anything is
  669. # written — a half-valid set would produce a job that can only reach some of
  670. # the printers the user asked for, with nothing to say which.
  671. variant_specs: list[tuple[QueueVariantCreate, LibraryFile, str]] = []
  672. if data.variants:
  673. if data.printer_id:
  674. raise HTTPException(
  675. 400, "Cannot specify both printer_id and variants — pick a printer or offer alternatives"
  676. )
  677. if data.archive_id or data.library_file_id:
  678. raise HTTPException(
  679. 400, "Cannot combine variants with archive_id or library_file_id — the variants are the files"
  680. )
  681. variant_specs = await _resolve_queue_variants(db, data.variants, current_user)
  682. # Mirror the first candidate onto the item so the queue listing, the SJF
  683. # grouping and the "Any H2S" label have something before a printer is
  684. # picked. Resolution overwrites it with whichever candidate actually runs.
  685. target_model_norm = variant_specs[0][2]
  686. # Validate that either archive_id or library_file_id is provided.
  687. # A cross-model item deliberately holds neither: its files live on the
  688. # variant rows. Pointing library_file_id at one of them would be worse than
  689. # useless — that FK is ON DELETE CASCADE, so deleting a single alternative
  690. # would take the whole queue item with it.
  691. if not data.archive_id and not data.library_file_id and not data.variants:
  692. raise HTTPException(400, "Either archive_id or library_file_id must be provided")
  693. # Cannot specify both printer_id and target_model
  694. if data.printer_id and target_model_norm:
  695. raise HTTPException(400, "Cannot specify both printer_id and target_model")
  696. # Validate printer exists (if assigned)
  697. if data.printer_id is not None:
  698. result = await db.execute(select(Printer).where(Printer.id == data.printer_id))
  699. if not result.scalar_one_or_none():
  700. raise HTTPException(400, "Printer not found")
  701. # Validate target_model has active printers. Skipped for cross-model items:
  702. # target_model there is just the first candidate, and _resolve_queue_variants
  703. # has already required that *some* candidate has a printer.
  704. if target_model_norm and not data.variants:
  705. result = await db.execute(
  706. select(Printer).where(Printer.model == target_model_norm).where(Printer.is_active == True) # noqa: E712
  707. )
  708. if not result.scalars().first():
  709. raise HTTPException(400, f"No active printers for model: {target_model_norm}")
  710. # Validate archive exists (if provided) and get it for filament extraction
  711. archive = None
  712. if data.archive_id:
  713. result = await db.execute(select(PrintArchive).where(PrintArchive.id == data.archive_id))
  714. archive = result.scalar_one_or_none()
  715. if not archive:
  716. raise HTTPException(400, "Archive not found")
  717. _assert_can_queue_archive(archive, current_user)
  718. # Validate library file exists (if provided) and get it for filament extraction
  719. library_file = None
  720. if data.library_file_id:
  721. result = await db.execute(LibraryFile.active().where(LibraryFile.id == data.library_file_id))
  722. library_file = result.scalar_one_or_none()
  723. if not library_file:
  724. raise HTTPException(400, "Library file not found")
  725. _assert_can_queue_library_file(library_file, current_user)
  726. # Bambu SD card is FAT32/exFAT — illegal filename chars would 553 at
  727. # FTP upload time (#1540). Reject at queue time so the user gets the
  728. # actionable error before waiting in queue.
  729. from backend.app.utils.filename import InvalidFilenameError, validate_print_filename
  730. try:
  731. validate_print_filename(library_file.filename)
  732. except InvalidFilenameError as e:
  733. raise HTTPException(400, str(e)) from e
  734. # Cross-model safety gate (#2578): a G-code 3MF sliced for one model must
  735. # not be queued for dispatch to an incompatible model. The UI can no longer
  736. # produce such rows, but API-created rows must be rejected here too — the
  737. # scheduler assigns model-based items to hardware with no human in the loop.
  738. if target_model_norm:
  739. sliced_for = None
  740. if archive:
  741. sliced_for = archive.sliced_for_model
  742. elif library_file and library_file.file_metadata:
  743. sliced_for = library_file.file_metadata.get("sliced_for_model")
  744. if not is_gcode_compatible(sliced_for, target_model_norm):
  745. raise HTTPException(
  746. 400,
  747. f"File was sliced for {sliced_for} and cannot be dispatched to {target_model_norm} printers",
  748. )
  749. # Extract filament types for model-based assignment (used by scheduler for validation)
  750. required_filament_types = None
  751. file_path = None
  752. if target_model_norm:
  753. # Get file path from archive or library file
  754. if archive:
  755. file_path = settings.base_dir / archive.file_path
  756. elif library_file:
  757. lib_path = Path(library_file.file_path)
  758. file_path = lib_path if lib_path.is_absolute() else settings.base_dir / library_file.file_path
  759. if file_path and file_path.exists():
  760. filament_types = _extract_filament_types_from_3mf(file_path, data.plate_id)
  761. if filament_types:
  762. required_filament_types = json.dumps(filament_types)
  763. logger.info("Extracted filament types for model-based queue: %s", filament_types)
  764. # If filament overrides are provided, update required_filament_types to match override types
  765. filament_overrides_json = None
  766. if data.filament_overrides and target_model_norm:
  767. plate_overrides = overrides_for_plate(data.filament_overrides, file_path, data.plate_id)
  768. if plate_overrides:
  769. filament_overrides_json = json.dumps(plate_overrides)
  770. # Update required_filament_types from overrides so scheduler validates against overridden types
  771. override_types = sorted({o["type"] for o in plate_overrides if "type" in o})
  772. if override_types:
  773. # Merge with existing types (overrides may only cover some slots)
  774. existing_types = set(json.loads(required_filament_types)) if required_filament_types else set()
  775. # Replace types for overridden slots, keep others
  776. all_types = existing_types | set(override_types)
  777. required_filament_types = json.dumps(sorted(all_types))
  778. # Validate quantity
  779. quantity = max(1, data.quantity)
  780. # Validate batch_id if provided. Client passes batch_id when adding items
  781. # into a pre-created batch (multi-plate auto-batch or "Group as batch" flow).
  782. # 404 keeps the existing-id leak surface low.
  783. batch = None
  784. batch_id = None
  785. if data.batch_id is not None:
  786. result = await db.execute(select(PrintBatch).where(PrintBatch.id == data.batch_id))
  787. existing_batch = result.scalar_one_or_none()
  788. if not existing_batch:
  789. raise HTTPException(404, "Batch not found")
  790. if existing_batch.status != "active":
  791. raise HTTPException(400, "Cannot add items to a non-active batch")
  792. if (
  793. current_user is not None
  794. and existing_batch.created_by_id is not None
  795. and existing_batch.created_by_id != current_user.id
  796. and not current_user.has_permission(Permission.QUEUE_UPDATE_ALL.value)
  797. ):
  798. raise HTTPException(404, "Batch not found")
  799. batch = existing_batch
  800. batch_id = existing_batch.id
  801. # Create batch if quantity > 1 and no batch_id provided
  802. if batch_id is None and quantity > 1:
  803. # Derive batch name from source file
  804. batch_name_base = "Batch"
  805. if archive:
  806. batch_name_base = archive.print_name or archive.filename or "Batch"
  807. elif library_file:
  808. if library_file.file_metadata:
  809. batch_name_base = library_file.file_metadata.get("print_name") or library_file.filename
  810. else:
  811. batch_name_base = library_file.filename
  812. batch_name_base = batch_name_base.replace(".gcode.3mf", "").replace(".3mf", "")
  813. batch = PrintBatch(
  814. name=f"{batch_name_base} ×{quantity}",
  815. archive_id=data.archive_id,
  816. library_file_id=data.library_file_id,
  817. quantity=quantity,
  818. status="active",
  819. created_by_id=current_user.id if current_user else None,
  820. )
  821. db.add(batch)
  822. await db.flush() # Get batch.id before creating items
  823. batch_id = batch.id
  824. # Get queue scope for this printer (or for unassigned/model-based items).
  825. if data.printer_id is not None:
  826. queue_scope = (
  827. PrintQueueItem.printer_id == data.printer_id,
  828. PrintQueueItem.status == "pending",
  829. )
  830. else:
  831. # For unassigned/model-based items, scope across all unassigned.
  832. queue_scope = (
  833. PrintQueueItem.printer_id.is_(None),
  834. PrintQueueItem.status == "pending",
  835. )
  836. # Serialize concurrent queue inserts to the same scope (#1625-followup).
  837. # The race: two concurrent ASAP inserts both compute MAX(position) before
  838. # either commits; in an empty scope, both INSERT at position 1 (duplicate).
  839. # In a non-empty scope, Postgres's row-level locks on the UPDATE shift
  840. # serialize naturally, but the empty-scope path has no rows to lock.
  841. # A transaction-scoped advisory lock keyed on the printer_id closes that
  842. # window; the lock is released automatically at commit/rollback. Different
  843. # printers don't contend. SQLite serializes writes implicitly so this is a
  844. # no-op there.
  845. #
  846. # Dialect is checked against the actual session binding, NOT the
  847. # `is_sqlite()` helper, because the test fixture overrides `get_db` with a
  848. # SQLite engine while `settings.database_url` still points at Postgres
  849. # (the helper reads settings). Inspecting the connection directly is the
  850. # right shape for any code that mutates SQL based on the live dialect.
  851. from sqlalchemy import text
  852. bind = db.get_bind()
  853. if bind.dialect.name == "postgresql":
  854. scope_key = data.printer_id if data.printer_id is not None else 0
  855. # 1625 namespaces the lock so it can't collide with other advisory
  856. # locks elsewhere in the codebase.
  857. await db.execute(text("SELECT pg_advisory_xact_lock(1625, :k)"), {"k": scope_key})
  858. insert_position = max(1, data.insert_position or 1)
  859. if data.insert_at_top or data.insert_position is not None:
  860. result = await db.execute(select(func.max(PrintQueueItem.position)).where(*queue_scope))
  861. max_pos = result.scalar() or 0
  862. insert_position = min(insert_position, max_pos + 1)
  863. await db.execute(
  864. update(PrintQueueItem)
  865. .where(*queue_scope)
  866. .where(PrintQueueItem.position >= insert_position)
  867. .values(position=PrintQueueItem.position + quantity)
  868. )
  869. start_position = insert_position
  870. else:
  871. result = await db.execute(select(func.max(PrintQueueItem.position)).where(*queue_scope))
  872. max_pos = result.scalar() or 0
  873. start_position = max_pos + 1
  874. # Resolve print_time_seconds for SJF scheduling (cache on item at creation)
  875. cached_print_time = None
  876. if archive:
  877. cached_print_time = archive.print_time_seconds
  878. if data.plate_id:
  879. archive_path = settings.base_dir / archive.file_path
  880. if archive_path.exists():
  881. plate_time = _extract_print_time_from_3mf(archive_path, data.plate_id)
  882. if plate_time is not None:
  883. cached_print_time = plate_time
  884. elif library_file:
  885. if library_file.file_metadata:
  886. cached_print_time = library_file.file_metadata.get("print_time_seconds")
  887. if data.plate_id:
  888. lib_path = Path(library_file.file_path)
  889. library_file_path = lib_path if lib_path.is_absolute() else settings.base_dir / library_file.file_path
  890. if library_file_path.exists():
  891. plate_time = _extract_print_time_from_3mf(library_file_path, data.plate_id)
  892. if plate_time is not None:
  893. cached_print_time = plate_time
  894. # Validate project exists before insert so a bogus ID yields 404, not an FK-constraint 500
  895. if data.project_id is not None:
  896. project_result = await db.execute(select(Project).where(Project.id == data.project_id))
  897. if not project_result.scalar_one_or_none():
  898. raise HTTPException(status_code=404, detail="Project not found")
  899. # Security boundary: the browser's estimated_cost is only a display hint.
  900. # Budget enforcement and the persisted reservation value must be derived
  901. # from the server-owned archive/library metadata and spool assignments.
  902. if variant_specs:
  903. variant_costs = [
  904. await estimate_queue_source_cost(
  905. db,
  906. library_file=variant_file,
  907. plate_id=spec.plate_id,
  908. ams_mapping=spec.ams_mapping,
  909. printer_id=data.printer_id,
  910. )
  911. for spec, variant_file, _model in variant_specs
  912. ]
  913. trusted_estimated_cost = (
  914. max(cost for cost in variant_costs if cost is not None)
  915. if variant_costs and all(cost is not None for cost in variant_costs)
  916. else None
  917. )
  918. else:
  919. trusted_estimated_cost = await estimate_queue_source_cost(
  920. db,
  921. archive=archive,
  922. library_file=library_file,
  923. plate_id=data.plate_id,
  924. ams_mapping=data.ams_mapping,
  925. printer_id=data.printer_id,
  926. )
  927. await validate_print_budget(
  928. db,
  929. cost_center_id=data.cost_center_id,
  930. estimated_cost=trusted_estimated_cost,
  931. current_user=current_user,
  932. quantity=quantity,
  933. )
  934. ams_mapping_json = json.dumps(data.ams_mapping) if data.ams_mapping else None
  935. # Reprint fallback: the caller didn't specify an explicit ams_mapping (no
  936. # per-slot filament-mapping edit was made), but the archive carries the
  937. # slicer's own live-resolved AMS-slot pick from the original print (see
  938. # `extra_data.slicer_ams_mapping`, written by the VP-queue path via
  939. # `_extract_slicer_ams_mapping_json`). Reuse it so the reprint dispatches
  940. # to the exact same physical spool instead of the scheduler re-deriving a
  941. # (possibly ambiguous) mapping from just the file's static type/color.
  942. #
  943. # Global tray IDs only mean something relative to the specific printer
  944. # they were resolved against, so this only fires when the reprint targets
  945. # that exact printer (`extra_data.slicer_ams_mapping.printer_id`) — never
  946. # for a model-based dispatch (data.printer_id is None) or a reprint aimed
  947. # at a different printer, where the same tray number can hold a
  948. # completely different spool (#2700 review).
  949. #
  950. # It also stands down when the request carries force-color-match overrides:
  951. # those are the caller asking the scheduler to match strictly against the
  952. # printer's live trays, and they are only ever applied inside
  953. # `_compute_ams_mapping_for_printer` — the function a stored mapping makes
  954. # the scheduler skip. Same precedence as the VP-side toggle pair (#2700
  955. # review).
  956. #
  957. # Note this is otherwise unconditional — it applies regardless of whether
  958. # the physical spool in that slot has changed since the original print.
  959. # #1308 covers re-verifying a stored mapping against live AMS state at
  960. # dispatch time; that check is a separate PR and, once merged, will also
  961. # catch a stale slot inherited through this fallback.
  962. wants_live_color_match = any(
  963. isinstance(o, dict) and o.get("force_color_match") for o in (data.filament_overrides or [])
  964. )
  965. if (
  966. ams_mapping_json is None
  967. and not wants_live_color_match
  968. and archive
  969. and archive.extra_data
  970. and data.printer_id is not None
  971. ):
  972. saved = archive.extra_data.get("slicer_ams_mapping")
  973. if (
  974. isinstance(saved, dict)
  975. and saved.get("printer_id") == data.printer_id
  976. and isinstance(saved.get("mapping"), list)
  977. and saved["mapping"]
  978. ):
  979. ams_mapping_json = json.dumps(saved["mapping"])
  980. items = []
  981. for i in range(quantity):
  982. item = PrintQueueItem(
  983. printer_id=data.printer_id,
  984. target_model=target_model_norm,
  985. target_location=data.target_location,
  986. required_filament_types=required_filament_types,
  987. filament_overrides=filament_overrides_json,
  988. archive_id=data.archive_id,
  989. library_file_id=data.library_file_id,
  990. cost_center_id=data.cost_center_id,
  991. estimated_cost=trusted_estimated_cost,
  992. scheduled_time=data.scheduled_time,
  993. require_previous_success=data.require_previous_success,
  994. auto_off_after=data.auto_off_after,
  995. manual_start=data.manual_start,
  996. skip_filament_check=data.skip_filament_check,
  997. ams_mapping=ams_mapping_json,
  998. plate_id=data.plate_id,
  999. bed_levelling=data.bed_levelling,
  1000. flow_cali=data.flow_cali,
  1001. vibration_cali=data.vibration_cali,
  1002. layer_inspect=data.layer_inspect,
  1003. timelapse=data.timelapse,
  1004. use_ams=data.use_ams,
  1005. nozzle_offset_cali=data.nozzle_offset_cali,
  1006. preheat_override=data.preheat_override,
  1007. preheat_chamber_target_override=data.preheat_chamber_target_override,
  1008. gcode_injection=data.gcode_injection,
  1009. cleanup_library_after_dispatch=data.cleanup_library_after_dispatch,
  1010. project_id=data.project_id,
  1011. position=start_position + i,
  1012. status="pending",
  1013. created_by_id=current_user.id if current_user else None,
  1014. batch_id=batch_id,
  1015. print_time_seconds=cached_print_time,
  1016. )
  1017. db.add(item)
  1018. items.append(item)
  1019. if variant_specs:
  1020. variant_values = [
  1021. _variant_values(spec, library_file, model, position)
  1022. for position, (spec, library_file, model) in enumerate(variant_specs)
  1023. ]
  1024. # SJF orders pending items before any printer is known, so the row carries
  1025. # the shortest candidate's estimate. Resolution replaces it with the one
  1026. # that actually runs.
  1027. estimates = [v["print_time_seconds"] for v in variant_values if v["print_time_seconds"]]
  1028. for item in items:
  1029. # Each copy in a quantity>1 batch gets its own candidate rows —
  1030. # attempt counts are per-item, and two copies must be free to land on
  1031. # different printers.
  1032. item.variants.extend(PrintQueueVariant(**values) for values in variant_values)
  1033. item.print_time_seconds = min(estimates) if estimates else None
  1034. await db.commit()
  1035. # Refresh the first item for the response
  1036. item = items[0]
  1037. await db.refresh(item)
  1038. await db.refresh(item, ["archive", "printer", "library_file", "created_by", "batch"])
  1039. source_name = f"archive {data.archive_id}" if data.archive_id else f"library file {data.library_file_id}"
  1040. target_desc = data.printer_id or (f"model {target_model_norm}" if target_model_norm else "unassigned")
  1041. qty_desc = f" (×{quantity})" if quantity > 1 else ""
  1042. logger.info("Added %s to queue for %s%s", source_name, target_desc, qty_desc)
  1043. # MQTT relay - publish queue job added
  1044. try:
  1045. from backend.app.services.mqtt_relay import mqtt_relay
  1046. await mqtt_relay.on_queue_job_added(
  1047. job_id=item.id,
  1048. filename=item.archive.filename if item.archive else "",
  1049. printer_id=item.printer_id,
  1050. printer_name=item.printer.name if item.printer else None,
  1051. )
  1052. except Exception:
  1053. pass # Don't fail queue add if MQTT fails
  1054. # Send notification for job added
  1055. try:
  1056. job_name = (
  1057. item.archive.filename
  1058. if item.archive
  1059. else item.library_file.filename
  1060. if item.library_file
  1061. else f"Job #{item.id}"
  1062. )
  1063. job_name = job_name.replace(".gcode.3mf", "").replace(".3mf", "")
  1064. if quantity > 1:
  1065. job_name = f"{job_name} ×{quantity}"
  1066. target = (
  1067. item.printer.name if item.printer else (f"Any {item.target_model}" if target_model_norm else "Unassigned")
  1068. )
  1069. await notification_service.on_queue_job_added(
  1070. job_name=job_name,
  1071. target=target,
  1072. db=db,
  1073. printer_id=item.printer_id,
  1074. printer_name=item.printer.name if item.printer else None,
  1075. )
  1076. except Exception:
  1077. pass # Don't fail queue add if notification fails
  1078. return _enrich_response(item)
  1079. @router.patch("/bulk", response_model=PrintQueueBulkUpdateResponse)
  1080. async def bulk_update_queue_items(
  1081. data: PrintQueueBulkUpdate,
  1082. db: AsyncSession = Depends(get_db),
  1083. auth_result: tuple[User | None, bool] = Depends(
  1084. require_ownership_permission(
  1085. Permission.QUEUE_UPDATE_ALL,
  1086. Permission.QUEUE_UPDATE_OWN,
  1087. )
  1088. ),
  1089. ):
  1090. """Bulk update multiple queue items with the same values.
  1091. Only pending items can be updated. Non-pending items are skipped.
  1092. Items not owned by the user are also skipped (unless user has *_all permission).
  1093. """
  1094. user, can_modify_all = auth_result
  1095. if not data.item_ids:
  1096. raise HTTPException(400, "No item IDs provided")
  1097. # Get fields to update (exclude item_ids and unset fields)
  1098. update_data = data.model_dump(exclude={"item_ids"}, exclude_unset=True)
  1099. if not update_data:
  1100. raise HTTPException(400, "No fields to update")
  1101. # Validate printer_id if being changed
  1102. if "printer_id" in update_data and update_data["printer_id"] is not None:
  1103. result = await db.execute(select(Printer).where(Printer.id == update_data["printer_id"]))
  1104. if not result.scalar_one_or_none():
  1105. raise HTTPException(400, "Printer not found")
  1106. # Fetch all items
  1107. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.id.in_(data.item_ids)))
  1108. items = result.scalars().all()
  1109. updated_count = 0
  1110. skipped_count = 0
  1111. validates_billing_fields = "cost_center_id" in update_data or "estimated_cost" in update_data
  1112. for item in items:
  1113. # Skip non-pending rows and rows a dispatch worker has claimed (#2615) —
  1114. # editing a claimed row mid-upload would split it from the in-flight
  1115. # dispatch, so it's excluded from the bulk change (cancel to move it).
  1116. if item.status != "pending" or item.dispatching_at is not None:
  1117. skipped_count += 1
  1118. continue
  1119. # Ownership check
  1120. if not can_modify_all and item.created_by_id != user.id:
  1121. skipped_count += 1
  1122. continue
  1123. item_update_data = update_data.copy()
  1124. if validates_billing_fields:
  1125. trusted_estimated_cost = await _trusted_item_estimated_cost(
  1126. db,
  1127. item,
  1128. printer_id=item_update_data.get("printer_id", item.printer_id),
  1129. plate_id=item.plate_id,
  1130. ams_mapping=item.ams_mapping,
  1131. )
  1132. item_update_data["estimated_cost"] = trusted_estimated_cost
  1133. await validate_print_budget(
  1134. db,
  1135. cost_center_id=item_update_data.get("cost_center_id", item.cost_center_id),
  1136. estimated_cost=trusted_estimated_cost,
  1137. current_user=user,
  1138. exclude_queue_item_id=item.id,
  1139. )
  1140. for field, value in item_update_data.items():
  1141. setattr(item, field, value)
  1142. updated_count += 1
  1143. await db.commit()
  1144. logger.info("Bulk updated %s queue items, skipped %s", updated_count, skipped_count)
  1145. return PrintQueueBulkUpdateResponse(
  1146. updated_count=updated_count,
  1147. skipped_count=skipped_count,
  1148. message=f"Updated {updated_count} items"
  1149. + (f", skipped {skipped_count} non-pending/not-owned" if skipped_count else ""),
  1150. )
  1151. # --- Batch endpoints ---
  1152. def _validate_plate_targets(
  1153. plates: list[PrintBatchPlateTarget] | None,
  1154. ) -> list[PrintBatchPlateTarget] | None:
  1155. """Reject duplicate plates and orders that ask for nothing at all.
  1156. A duplicate would violate the (batch_id, plate_id) unique constraint at
  1157. flush time — and on SQLite/PostgreSQL a NULL plate_id slips past that
  1158. constraint entirely, so the check has to happen here to catch two
  1159. "whole file" rows in one order.
  1160. """
  1161. if plates is None:
  1162. return None
  1163. if not plates:
  1164. raise HTTPException(400, "plates must contain at least one plate")
  1165. seen: set[int | None] = set()
  1166. for target in plates:
  1167. if target.plate_id in seen:
  1168. label = target.plate_id if target.plate_id is not None else "whole file"
  1169. raise HTTPException(400, f"Duplicate plate in order: {label}")
  1170. seen.add(target.plate_id)
  1171. if all(target.quantity_target == 0 for target in plates):
  1172. raise HTTPException(400, "Order must request at least one print")
  1173. return plates
  1174. async def _validate_batch_project(db: AsyncSession, project_id: int | None, current_user: User | None) -> None:
  1175. """404 on a bogus project id rather than letting the FK blow up as a 500."""
  1176. if project_id is None:
  1177. return
  1178. result = await db.execute(select(Project).where(Project.id == project_id))
  1179. if not result.scalar_one_or_none():
  1180. raise HTTPException(404, "Project not found")
  1181. async def _load_batch_for_write(
  1182. db: AsyncSession, batch_id: int, current_user: User | None, permission: Permission
  1183. ) -> PrintBatch:
  1184. """Fetch a batch the caller is allowed to modify, or 404.
  1185. 404 rather than 403 on the ownership miss, matching the rest of this
  1186. module: a 403 would confirm the id exists to someone enumerating.
  1187. """
  1188. result = await db.execute(
  1189. select(PrintBatch).options(selectinload(PrintBatch.plates)).where(PrintBatch.id == batch_id)
  1190. )
  1191. batch = result.scalar_one_or_none()
  1192. if not batch:
  1193. raise HTTPException(404, "Batch not found")
  1194. if (
  1195. current_user is not None
  1196. and batch.created_by_id is not None
  1197. and batch.created_by_id != current_user.id
  1198. and not current_user.has_permission(permission.value)
  1199. ):
  1200. raise HTTPException(404, "Batch not found")
  1201. return batch
  1202. @router.post("/batches", response_model=PrintBatchResponse)
  1203. async def create_batch(
  1204. data: PrintBatchCreate,
  1205. db: AsyncSession = Depends(get_db),
  1206. current_user: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_CREATE),
  1207. ):
  1208. """Create a batch.
  1209. Two modes:
  1210. * ``item_ids`` provided: assign the listed pending queue items to a new
  1211. batch ("Group as batch" UI action).
  1212. * ``item_ids`` omitted/empty: create an empty batch so the client can
  1213. pass the returned ``id`` on subsequent ``POST /queue/`` calls. Used by
  1214. the multi-plate auto-batch flow in PrintModal.
  1215. ``plates`` turns the batch into an order with per-plate targets (#342):
  1216. progress is then measured against what was asked for rather than against
  1217. what happened to be queued, so a failed run still counts as owed. Omitting
  1218. it keeps the pre-#342 behaviour exactly.
  1219. """
  1220. if not data.name or not data.name.strip():
  1221. raise HTTPException(400, "Batch name is required")
  1222. plate_targets = _validate_plate_targets(data.plates)
  1223. await _validate_batch_project(db, data.project_id, current_user)
  1224. batch = PrintBatch(
  1225. name=data.name.strip()[:255],
  1226. archive_id=data.archive_id,
  1227. library_file_id=data.library_file_id,
  1228. quantity=len(data.item_ids) if data.item_ids else 1,
  1229. status="active",
  1230. created_by_id=current_user.id if current_user else None,
  1231. project_id=data.project_id,
  1232. due_date=data.due_date,
  1233. notes=data.notes,
  1234. )
  1235. db.add(batch)
  1236. await db.flush() # Need batch.id before assigning to items
  1237. if plate_targets is not None:
  1238. for target in plate_targets:
  1239. db.add(
  1240. PrintBatchPlate(
  1241. batch_id=batch.id,
  1242. plate_id=target.plate_id,
  1243. plate_name=target.plate_name,
  1244. quantity_target=target.quantity_target,
  1245. sort_order=target.sort_order,
  1246. )
  1247. )
  1248. # The legacy `quantity` column is display-only; keep it meaningful for
  1249. # anything still reading it by making it the order's total.
  1250. batch.quantity = max(1, sum(t.quantity_target for t in plate_targets))
  1251. assigned = 0
  1252. if data.item_ids:
  1253. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.id.in_(data.item_ids)))
  1254. items = result.scalars().all()
  1255. for item in items:
  1256. if item.status != "pending":
  1257. continue
  1258. if item.batch_id is not None:
  1259. continue
  1260. if (
  1261. current_user is not None
  1262. and item.created_by_id != current_user.id
  1263. and not current_user.has_permission(Permission.QUEUE_UPDATE_ALL.value)
  1264. ):
  1265. continue
  1266. item.batch_id = batch.id
  1267. assigned += 1
  1268. batch.quantity = max(assigned, 1)
  1269. await db.commit()
  1270. await db.refresh(batch)
  1271. logger.info("Created batch %s '%s' with %s assigned items", batch.id, batch.name, assigned)
  1272. return await _build_batch_response(db, batch)
  1273. @router.patch("/batches/{batch_id}", response_model=PrintBatchResponse)
  1274. async def update_batch(
  1275. batch_id: int,
  1276. data: PrintBatchUpdate,
  1277. db: AsyncSession = Depends(get_db),
  1278. current_user: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_UPDATE_OWN),
  1279. ):
  1280. """Edit an order's header or its per-plate targets while it runs (#342).
  1281. Production requirements change mid-run, so targets are editable. Lowering a
  1282. target below what has already been dispatched is allowed and simply leaves
  1283. ``remaining`` at zero — cancelling the surplus queue items is a separate,
  1284. explicit action, because silently deleting queued work on a number change
  1285. would be a nasty surprise.
  1286. """
  1287. batch = await _load_batch_for_write(db, batch_id, current_user, Permission.QUEUE_UPDATE_ALL)
  1288. plate_targets = _validate_plate_targets(data.plates)
  1289. if data.project_id is not None:
  1290. await _validate_batch_project(db, data.project_id, current_user)
  1291. if data.name is not None:
  1292. if not data.name.strip():
  1293. raise HTTPException(400, "Batch name is required")
  1294. batch.name = data.name.strip()[:255]
  1295. if data.project_id is not None:
  1296. batch.project_id = data.project_id
  1297. if data.due_date is not None:
  1298. batch.due_date = data.due_date
  1299. if data.notes is not None:
  1300. batch.notes = data.notes
  1301. if data.status is not None:
  1302. batch.status = data.status
  1303. if plate_targets is not None:
  1304. existing = {row.plate_id: row for row in batch.plates}
  1305. for target in plate_targets:
  1306. row = existing.pop(target.plate_id, None)
  1307. if row is None:
  1308. db.add(
  1309. PrintBatchPlate(
  1310. batch_id=batch.id,
  1311. plate_id=target.plate_id,
  1312. plate_name=target.plate_name,
  1313. quantity_target=target.quantity_target,
  1314. sort_order=target.sort_order,
  1315. )
  1316. )
  1317. else:
  1318. row.quantity_target = target.quantity_target
  1319. row.sort_order = target.sort_order
  1320. if target.plate_name is not None:
  1321. row.plate_name = target.plate_name
  1322. # Plates absent from the payload are dropped — the list is the order.
  1323. for orphan in existing.values():
  1324. await db.delete(orphan)
  1325. batch.quantity = max(1, sum(t.quantity_target for t in plate_targets))
  1326. await db.flush()
  1327. await db.refresh(batch)
  1328. # Raising a target on a finished order reopens it; lowering one on a
  1329. # running order can complete it.
  1330. await refresh_batch_status(db, batch)
  1331. await db.commit()
  1332. await db.refresh(batch)
  1333. logger.info("Updated batch %s", batch.id)
  1334. return await _build_batch_response(db, batch)
  1335. @router.post("/batches/{batch_id}/dispatch", response_model=PrintBatchResponse)
  1336. async def dispatch_batch(
  1337. batch_id: int,
  1338. data: PrintBatchDispatchRequest,
  1339. db: AsyncSession = Depends(get_db),
  1340. current_user: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_CREATE),
  1341. ):
  1342. """Queue the runs this order still owes (#342).
  1343. Each new item is cloned from the most recent item for the same plate in
  1344. this batch, so it inherits the printer/model target, AMS mapping, filament
  1345. overrides and print options the user already chose — and the validation
  1346. those went through at creation time.
  1347. """
  1348. batch = await _load_batch_for_write(db, batch_id, current_user, Permission.QUEUE_UPDATE_ALL)
  1349. if batch.status == "cancelled":
  1350. raise HTTPException(400, "Cannot dispatch a cancelled batch")
  1351. # Dispatch starts prints, so it must not be a weaker door than POST /queue/.
  1352. await _assert_can_dispatch_batch_sources(db, batch.id, current_user)
  1353. try:
  1354. created = await dispatch_remaining(
  1355. db,
  1356. batch,
  1357. plate_id=data.plate_id,
  1358. only_plate=data.only_plate,
  1359. limit=data.limit,
  1360. created_by_id=current_user.id if current_user else None,
  1361. )
  1362. except BatchDispatchError as exc:
  1363. raise HTTPException(400, str(exc)) from exc
  1364. await db.commit()
  1365. await db.refresh(batch)
  1366. logger.info("Batch %s dispatched %d item(s)", batch.id, len(created))
  1367. return await _build_batch_response(db, batch)
  1368. @router.post("/batches/{batch_id}/ungroup", response_model=PrintBatchUngroupResponse)
  1369. async def ungroup_batch(
  1370. batch_id: int,
  1371. db: AsyncSession = Depends(get_db),
  1372. current_user: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_UPDATE_OWN),
  1373. ):
  1374. """Disband a batch: clear batch_id from all members and delete the batch row.
  1375. Items stay in the queue. Only ungroups items the caller owns (unless they
  1376. hold QUEUE_UPDATE_ALL). A batch with all members ungrouped is deleted.
  1377. """
  1378. result = await db.execute(select(PrintBatch).where(PrintBatch.id == batch_id))
  1379. batch = result.scalar_one_or_none()
  1380. if not batch:
  1381. raise HTTPException(404, "Batch not found")
  1382. can_modify_all = current_user is None or current_user.has_permission(Permission.QUEUE_UPDATE_ALL.value)
  1383. if not can_modify_all and batch.created_by_id != (current_user.id if current_user else None):
  1384. raise HTTPException(404, "Batch not found")
  1385. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.batch_id == batch_id))
  1386. items = result.scalars().all()
  1387. ungrouped = 0
  1388. remaining = 0
  1389. for item in items:
  1390. if not can_modify_all and item.created_by_id != (current_user.id if current_user else None):
  1391. remaining += 1
  1392. continue
  1393. item.batch_id = None
  1394. ungrouped += 1
  1395. # Delete the batch row only when all members were ungrouped — otherwise it
  1396. # still owns the items the caller couldn't touch.
  1397. if remaining == 0:
  1398. await db.delete(batch)
  1399. await db.commit()
  1400. logger.info("Ungrouped batch %s (%s items)", batch_id, ungrouped)
  1401. return PrintBatchUngroupResponse(
  1402. ungrouped_count=ungrouped,
  1403. message=f"Ungrouped {ungrouped} item(s)",
  1404. )
  1405. @router.get("/batches", response_model=list[PrintBatchResponse])
  1406. async def list_batches(
  1407. status: str | None = Query(None, description="Filter by status (active, completed, cancelled)"),
  1408. db: AsyncSession = Depends(get_db),
  1409. auth_result: tuple[User | None, bool] = Depends(
  1410. require_ownership_permission(
  1411. Permission.QUEUE_READ_ALL,
  1412. Permission.QUEUE_READ_OWN,
  1413. )
  1414. ),
  1415. ):
  1416. """List print batches with progress stats.
  1417. Batches with neither queue items nor per-plate targets are omitted. Those
  1418. are empty shells — a grouping whose items were deleted with their source
  1419. archive, or a create that never got as far as adding any — and they carry
  1420. nothing to show, track or dispatch. A brand-new order is still listed
  1421. before its first dispatch, because its targets say what it owes.
  1422. """
  1423. current_user, can_read_all = auth_result
  1424. query = (
  1425. select(PrintBatch)
  1426. .where(
  1427. select(PrintQueueItem.id).where(PrintQueueItem.batch_id == PrintBatch.id).exists()
  1428. | select(PrintBatchPlate.id).where(PrintBatchPlate.batch_id == PrintBatch.id).exists()
  1429. )
  1430. .order_by(PrintBatch.created_at.desc())
  1431. )
  1432. if status:
  1433. query = query.where(PrintBatch.status == status)
  1434. if current_user is not None and not can_read_all:
  1435. query = query.where(PrintBatch.created_by_id == current_user.id)
  1436. result = await db.execute(query)
  1437. batches = result.scalars().all()
  1438. # Resolve creator names in one query rather than one per batch.
  1439. creator_ids = {b.created_by_id for b in batches if b.created_by_id is not None}
  1440. usernames: dict[int, str] = {}
  1441. if creator_ids:
  1442. rows = await db.execute(select(User.id, User.username).where(User.id.in_(creator_ids)))
  1443. usernames = {row[0]: row[1] for row in rows.all()}
  1444. return [await _build_batch_response(db, batch, usernames=usernames) for batch in batches]
  1445. @router.get("/batches/{batch_id}", response_model=PrintBatchResponse)
  1446. async def get_batch(
  1447. batch_id: int,
  1448. db: AsyncSession = Depends(get_db),
  1449. auth_result: tuple[User | None, bool] = Depends(
  1450. require_ownership_permission(
  1451. Permission.QUEUE_READ_ALL,
  1452. Permission.QUEUE_READ_OWN,
  1453. )
  1454. ),
  1455. ):
  1456. """Get a print batch with progress stats."""
  1457. current_user, can_read_all = auth_result
  1458. result = await db.execute(select(PrintBatch).where(PrintBatch.id == batch_id))
  1459. batch = result.scalar_one_or_none()
  1460. if not batch:
  1461. raise HTTPException(404, "Batch not found")
  1462. if (
  1463. current_user is not None
  1464. and not can_read_all
  1465. and (batch.created_by_id is None or batch.created_by_id != current_user.id)
  1466. ):
  1467. raise HTTPException(404, "Batch not found")
  1468. return await _build_batch_response(db, batch)
  1469. @router.delete("/batches/{batch_id}")
  1470. async def cancel_batch(
  1471. batch_id: int,
  1472. db: AsyncSession = Depends(get_db),
  1473. current_user: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_DELETE_ALL),
  1474. ):
  1475. """Cancel all pending items in a batch and mark batch as cancelled."""
  1476. result = await db.execute(select(PrintBatch).where(PrintBatch.id == batch_id))
  1477. batch = result.scalar_one_or_none()
  1478. if not batch:
  1479. raise HTTPException(404, "Batch not found")
  1480. # Cancel all pending queue items in this batch
  1481. result = await db.execute(
  1482. select(PrintQueueItem).where(and_(PrintQueueItem.batch_id == batch_id, PrintQueueItem.status == "pending"))
  1483. )
  1484. pending_items = result.scalars().all()
  1485. cancelled_count = 0
  1486. for item in pending_items:
  1487. item.status = "cancelled"
  1488. await release_budget_reservation(
  1489. db,
  1490. source_type="print_queue",
  1491. source_id=item.id,
  1492. status="released",
  1493. )
  1494. cancelled_count += 1
  1495. batch.status = "cancelled"
  1496. await db.commit()
  1497. return {"message": f"Batch cancelled, {cancelled_count} pending items cancelled"}
  1498. async def _build_batch_response(
  1499. db: AsyncSession, batch: PrintBatch, *, usernames: dict[int, str] | None = None
  1500. ) -> PrintBatchResponse:
  1501. """Build a batch response with per-plate progress derived from queue items.
  1502. ``usernames`` lets the list endpoint resolve every creator in one query
  1503. instead of one per batch.
  1504. """
  1505. progress = await load_progress(db, batch)
  1506. created_by_username = None
  1507. if batch.created_by_id:
  1508. if usernames is not None:
  1509. created_by_username = usernames.get(batch.created_by_id)
  1510. else:
  1511. result = await db.execute(select(User).where(User.id == batch.created_by_id))
  1512. user = result.scalar_one_or_none()
  1513. if user:
  1514. created_by_username = user.username
  1515. return PrintBatchResponse(
  1516. id=batch.id,
  1517. name=batch.name,
  1518. archive_id=batch.archive_id,
  1519. library_file_id=batch.library_file_id,
  1520. quantity=batch.quantity,
  1521. status=batch.status,
  1522. created_at=batch.created_at,
  1523. completed_at=batch.completed_at,
  1524. created_by_id=batch.created_by_id,
  1525. created_by_username=created_by_username,
  1526. project_id=batch.project_id,
  1527. due_date=batch.due_date,
  1528. notes=batch.notes,
  1529. pending_count=progress.pending,
  1530. printing_count=progress.printing,
  1531. completed_count=progress.completed,
  1532. failed_count=progress.failed,
  1533. cancelled_count=progress.cancelled,
  1534. skipped_count=progress.skipped,
  1535. has_targets=progress.has_targets,
  1536. target_count=progress.target,
  1537. remaining_count=progress.remaining,
  1538. actual_cost=progress.actual_cost,
  1539. estimated_remaining_cost=progress.estimated_remaining_cost,
  1540. filament_used_grams=progress.filament_used_grams,
  1541. print_time_seconds=progress.print_time_seconds,
  1542. plates=[
  1543. PrintBatchPlateProgress(
  1544. plate_id=plate.plate_id,
  1545. plate_name=plate.plate_name,
  1546. quantity_target=plate.quantity_target,
  1547. dispatched=plate.dispatched,
  1548. remaining=plate.remaining,
  1549. pending_count=plate.pending,
  1550. printing_count=plate.printing,
  1551. completed_count=plate.completed,
  1552. failed_count=plate.failed,
  1553. cancelled_count=plate.cancelled,
  1554. skipped_count=plate.skipped,
  1555. actual_cost=plate.actual_cost,
  1556. estimated_remaining_cost=plate.estimated_remaining_cost,
  1557. filament_used_grams=plate.filament_used_grams,
  1558. print_time_seconds=plate.print_time_seconds,
  1559. )
  1560. for plate in progress.plates
  1561. ],
  1562. )
  1563. @router.get("/{item_id}", response_model=PrintQueueItemResponse)
  1564. async def get_queue_item(
  1565. item_id: int,
  1566. db: AsyncSession = Depends(get_db),
  1567. auth_result: tuple[User | None, bool] = Depends(
  1568. require_ownership_permission(
  1569. Permission.QUEUE_READ_ALL,
  1570. Permission.QUEUE_READ_OWN,
  1571. )
  1572. ),
  1573. ):
  1574. """Get a specific queue item."""
  1575. current_user, can_read_all = auth_result
  1576. result = await db.execute(
  1577. select(PrintQueueItem)
  1578. .options(
  1579. selectinload(PrintQueueItem.archive),
  1580. selectinload(PrintQueueItem.printer),
  1581. selectinload(PrintQueueItem.library_file),
  1582. selectinload(PrintQueueItem.created_by),
  1583. selectinload(PrintQueueItem.batch),
  1584. # Cross-model candidates (#671) and their files, for the card label.
  1585. selectinload(PrintQueueItem.variants).selectinload(PrintQueueVariant.library_file),
  1586. )
  1587. .where(PrintQueueItem.id == item_id)
  1588. )
  1589. item = result.scalar_one_or_none()
  1590. if not item:
  1591. raise HTTPException(404, "Queue item not found")
  1592. if (
  1593. current_user is not None
  1594. and not can_read_all
  1595. and (item.created_by_id is None or item.created_by_id != current_user.id)
  1596. ):
  1597. raise HTTPException(404, "Queue item not found")
  1598. return _enrich_response(item)
  1599. @router.patch("/{item_id}", response_model=PrintQueueItemResponse)
  1600. async def update_queue_item(
  1601. item_id: int,
  1602. data: PrintQueueItemUpdate,
  1603. db: AsyncSession = Depends(get_db),
  1604. auth_result: tuple[User | None, bool] = Depends(
  1605. require_ownership_permission(
  1606. Permission.QUEUE_UPDATE_ALL,
  1607. Permission.QUEUE_UPDATE_OWN,
  1608. )
  1609. ),
  1610. ):
  1611. """Update a queue item."""
  1612. user, can_modify_all = auth_result
  1613. result = await db.execute(
  1614. select(PrintQueueItem)
  1615. # Needed by the cross-model guard below, and by the response builder —
  1616. # without it _variant_summaries falls back to [] and a PATCH would strip
  1617. # the alternatives out of the payload it echoes back.
  1618. .options(selectinload(PrintQueueItem.variants).selectinload(PrintQueueVariant.library_file))
  1619. .where(PrintQueueItem.id == item_id)
  1620. )
  1621. item = result.scalar_one_or_none()
  1622. if not item:
  1623. raise HTTPException(404, "Queue item not found")
  1624. # Ownership check
  1625. if not can_modify_all:
  1626. if item.created_by_id != user.id:
  1627. raise HTTPException(403, "You can only update your own queue items")
  1628. if item.status != "pending":
  1629. raise HTTPException(400, "Can only update pending items")
  1630. # Dispatch claim (#2615): the row is pending but a scheduler worker has
  1631. # already claimed it and is uploading to its printer. Editing now (e.g.
  1632. # reassigning printer_id) would split the queue row from the in-flight
  1633. # archive/expected-print/physical command. Reject until dispatch finishes;
  1634. # to move it, cancel first (the coordinated escape) and re-queue.
  1635. if item.dispatching_at is not None:
  1636. raise HTTPException(409, "Item is being dispatched — cancel it first to make changes")
  1637. update_data = data.model_dump(exclude_unset=True)
  1638. # Normalize target_model if being updated (see add_to_queue for why the
  1639. # code map has to run first).
  1640. if "target_model" in update_data and update_data["target_model"]:
  1641. update_data["target_model"] = normalize_model_name(update_data["target_model"])
  1642. # A cross-model item (#671) owns its own printer decision: each candidate
  1643. # carries its model, and the resolver folds the winner onto the row at
  1644. # dispatch. Assigning a printer here would leave a row with variants *and* a
  1645. # printer_id, and the fixed-printer branch of the scheduler wins that race —
  1646. # so it would dispatch a row whose library_file_id is still null and die in
  1647. # the upload. Narrowing target_model is refused for the same reason: it
  1648. # would silently discard every alternative the user queued.
  1649. #
  1650. # Compared against the current value rather than merely present, because the
  1651. # edit dialog re-sends target_model unchanged on every save.
  1652. if item.variants:
  1653. for field in ("printer_id", "target_model"):
  1654. if field in update_data and update_data[field] != getattr(item, field):
  1655. raise HTTPException(
  1656. 400,
  1657. "This job has printer alternatives — remove them before assigning a printer or model",
  1658. )
  1659. # Cannot specify both printer_id and target_model
  1660. new_printer_id = update_data.get("printer_id", item.printer_id)
  1661. new_target_model = update_data.get("target_model", item.target_model)
  1662. if new_printer_id and new_target_model:
  1663. raise HTTPException(400, "Cannot specify both printer_id and target_model")
  1664. # Validate new printer_id if being changed (and not None)
  1665. if "printer_id" in update_data and update_data["printer_id"] is not None:
  1666. result = await db.execute(select(Printer).where(Printer.id == update_data["printer_id"]))
  1667. if not result.scalar_one_or_none():
  1668. raise HTTPException(400, "Printer not found")
  1669. # Validate target_model has active printers
  1670. if "target_model" in update_data and update_data["target_model"]:
  1671. result = await db.execute(
  1672. select(Printer).where(Printer.model == update_data["target_model"]).where(Printer.is_active == True) # noqa: E712
  1673. )
  1674. if not result.scalars().first():
  1675. raise HTTPException(400, f"No active printers for model: {update_data['target_model']}")
  1676. # Cross-model safety gate (#2578) — same check as the create route, so
  1677. # a mismatched target can't be introduced by editing either.
  1678. sliced_for = None
  1679. if item.archive_id:
  1680. result = await db.execute(select(PrintArchive.sliced_for_model).where(PrintArchive.id == item.archive_id))
  1681. sliced_for = result.scalar_one_or_none()
  1682. elif item.library_file_id:
  1683. result = await db.execute(select(LibraryFile).where(LibraryFile.id == item.library_file_id))
  1684. lib = result.scalar_one_or_none()
  1685. if lib and lib.file_metadata:
  1686. sliced_for = lib.file_metadata.get("sliced_for_model")
  1687. if not is_gcode_compatible(sliced_for, update_data["target_model"]):
  1688. raise HTTPException(
  1689. 400,
  1690. f"File was sliced for {sliced_for} and cannot be dispatched to {update_data['target_model']} printers",
  1691. )
  1692. # Serialize ams_mapping to JSON for TEXT column storage
  1693. if "ams_mapping" in update_data:
  1694. update_data["ams_mapping"] = json.dumps(update_data["ams_mapping"]) if update_data["ams_mapping"] else None
  1695. # Serialize filament_overrides to JSON for TEXT column storage, keeping only
  1696. # the slots this item's plate actually prints (#2551 — same shared-override
  1697. # list the create path narrows).
  1698. if "filament_overrides" in update_data:
  1699. overrides = update_data["filament_overrides"]
  1700. if overrides:
  1701. overrides = overrides_for_plate(
  1702. overrides,
  1703. await _resolve_source_path(db, item),
  1704. update_data.get("plate_id", item.plate_id),
  1705. )
  1706. update_data["filament_overrides"] = json.dumps(overrides) if overrides else None
  1707. # Serialize H2C rack-swap nozzle pick (#1780) to JSON for TEXT column
  1708. # storage; same Text-as-opaque-blob convention as ams_mapping above.
  1709. if "nozzle_mapping" in update_data:
  1710. update_data["nozzle_mapping"] = (
  1711. json.dumps(update_data["nozzle_mapping"]) if update_data["nozzle_mapping"] else None
  1712. )
  1713. trusted_estimated_cost = await _trusted_item_estimated_cost(
  1714. db,
  1715. item,
  1716. printer_id=update_data.get("printer_id", item.printer_id),
  1717. plate_id=update_data.get("plate_id", item.plate_id),
  1718. ams_mapping=update_data.get("ams_mapping", item.ams_mapping),
  1719. )
  1720. update_data["estimated_cost"] = trusted_estimated_cost
  1721. await validate_print_budget(
  1722. db,
  1723. cost_center_id=update_data.get("cost_center_id", item.cost_center_id),
  1724. estimated_cost=trusted_estimated_cost,
  1725. current_user=user,
  1726. exclude_queue_item_id=item.id,
  1727. )
  1728. # Re-check the dispatch claim right before mutating (#2615). Several awaited
  1729. # validations ran since the guard above, and a scheduler worker may have
  1730. # claimed the row in that gap. A fresh read (item isn't dirty yet, so no
  1731. # autoflush races the check) narrows the window to effectively nothing.
  1732. claimed = (
  1733. await db.execute(select(PrintQueueItem.dispatching_at).where(PrintQueueItem.id == item_id))
  1734. ).scalar_one_or_none()
  1735. if claimed is not None:
  1736. raise HTTPException(409, "Item is being dispatched — cancel it first to make changes")
  1737. for field, value in update_data.items():
  1738. setattr(item, field, value)
  1739. await db.commit()
  1740. await db.refresh(item, ["archive", "printer", "library_file", "created_by", "batch"])
  1741. logger.info("Updated queue item %s", item_id)
  1742. return _enrich_response(item)
  1743. @router.delete("/{item_id}")
  1744. async def delete_queue_item(
  1745. item_id: int,
  1746. db: AsyncSession = Depends(get_db),
  1747. auth_result: tuple[User | None, bool] = Depends(
  1748. require_ownership_permission(
  1749. Permission.QUEUE_DELETE_ALL,
  1750. Permission.QUEUE_DELETE_OWN,
  1751. )
  1752. ),
  1753. ):
  1754. """Remove an item from the queue."""
  1755. user, can_modify_all = auth_result
  1756. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.id == item_id))
  1757. item = result.scalar_one_or_none()
  1758. if not item:
  1759. raise HTTPException(404, "Queue item not found")
  1760. # Ownership check
  1761. if not can_modify_all:
  1762. if item.created_by_id != user.id:
  1763. raise HTTPException(403, "You can only delete your own queue items")
  1764. if item.status == "printing":
  1765. raise HTTPException(400, "Cannot delete item that is currently printing")
  1766. await release_budget_reservation(
  1767. db,
  1768. source_type="print_queue",
  1769. source_id=item.id,
  1770. status="released",
  1771. )
  1772. await db.delete(item)
  1773. await db.commit()
  1774. logger.info("Deleted queue item %s", item_id)
  1775. return {"message": "Queue item deleted"}
  1776. @router.post("/reorder")
  1777. async def reorder_queue(
  1778. data: PrintQueueReorder,
  1779. db: AsyncSession = Depends(get_db),
  1780. _: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_UPDATE_ALL),
  1781. ):
  1782. """Bulk update positions for queue items."""
  1783. for reorder_item in data.items:
  1784. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.id == reorder_item.id))
  1785. item = result.scalar_one_or_none()
  1786. if item and item.status == "pending":
  1787. item.position = reorder_item.position
  1788. await db.commit()
  1789. logger.info("Reordered %s queue items", len(data.items))
  1790. return {"message": f"Reordered {len(data.items)} items"}
  1791. @router.post("/printer/{printer_id}/resume")
  1792. async def resume_queue_after_failure(
  1793. printer_id: int,
  1794. db: AsyncSession = Depends(get_db),
  1795. _: User | None = RequirePermissionIfAuthEnabled(Permission.QUEUE_UPDATE_ALL),
  1796. ):
  1797. """Clear the previous-success gate for a printer and restore skipped items.
  1798. Single atomic op (#1818):
  1799. * Sets ``gate_acknowledged=True`` on every ``failed`` / ``aborted`` queue
  1800. item for this printer that's still in the scheduler's lookback window,
  1801. so the next ``_check_previous_success`` call ignores them.
  1802. * Restores ``skipped`` items whose ``error_message`` matches the
  1803. scheduler's exact "Previous print failed or was aborted" gate string
  1804. back to ``pending`` (clears ``error_message`` + ``completed_at``).
  1805. Returns counts so the UI can render a precise toast. No-op endpoint
  1806. (zero counts) when called against a printer with no gate to clear.
  1807. """
  1808. result = await db.execute(select(Printer).where(Printer.id == printer_id))
  1809. printer = result.scalar_one_or_none()
  1810. if not printer:
  1811. raise HTTPException(404, "Printer not found")
  1812. ack_result = await db.execute(
  1813. select(PrintQueueItem)
  1814. .where(PrintQueueItem.printer_id == printer_id)
  1815. .where(PrintQueueItem.status.in_(["failed", "aborted"]))
  1816. .where(PrintQueueItem.gate_acknowledged == False) # noqa: E712
  1817. )
  1818. to_ack = ack_result.scalars().all()
  1819. for failed_item in to_ack:
  1820. failed_item.gate_acknowledged = True
  1821. restore_result = await db.execute(
  1822. select(PrintQueueItem)
  1823. .where(PrintQueueItem.printer_id == printer_id)
  1824. .where(PrintQueueItem.status == "skipped")
  1825. .where(PrintQueueItem.error_message == "Previous print failed or was aborted")
  1826. )
  1827. to_restore = restore_result.scalars().all()
  1828. for skipped_item in to_restore:
  1829. skipped_item.status = "pending"
  1830. skipped_item.error_message = None
  1831. skipped_item.completed_at = None
  1832. await db.commit()
  1833. logger.info(
  1834. "Resume after failure on printer %s: acknowledged %d failure(s), restored %d skipped item(s)",
  1835. printer_id,
  1836. len(to_ack),
  1837. len(to_restore),
  1838. )
  1839. return {"acknowledged": len(to_ack), "restored": len(to_restore)}
  1840. @router.post("/{item_id}/cancel")
  1841. async def cancel_queue_item(
  1842. item_id: int,
  1843. db: AsyncSession = Depends(get_db),
  1844. auth_result: tuple[User | None, bool] = Depends(
  1845. require_ownership_permission(
  1846. Permission.QUEUE_UPDATE_ALL,
  1847. Permission.QUEUE_UPDATE_OWN,
  1848. )
  1849. ),
  1850. ):
  1851. """Cancel a pending queue item."""
  1852. user, can_modify_all = auth_result
  1853. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.id == item_id))
  1854. item = result.scalar_one_or_none()
  1855. if not item:
  1856. raise HTTPException(404, "Queue item not found")
  1857. # Ownership check
  1858. if not can_modify_all:
  1859. if item.created_by_id != user.id:
  1860. raise HTTPException(403, "You can only cancel your own queue items")
  1861. if item.status not in ("pending",):
  1862. raise HTTPException(400, f"Cannot cancel item with status '{item.status}'")
  1863. item.status = "cancelled"
  1864. item.completed_at = datetime.now(timezone.utc)
  1865. await release_budget_reservation(
  1866. db,
  1867. source_type="print_queue",
  1868. source_id=item.id,
  1869. status="released",
  1870. )
  1871. await db.commit()
  1872. logger.info("Cancelled queue item %s", item_id)
  1873. return {"message": "Queue item cancelled"}
  1874. @router.post("/{item_id}/stop")
  1875. async def stop_queue_item(
  1876. item_id: int,
  1877. db: AsyncSession = Depends(get_db),
  1878. auth_result: tuple[User | None, bool] = Depends(
  1879. require_ownership_permission(
  1880. Permission.QUEUE_UPDATE_ALL,
  1881. Permission.QUEUE_UPDATE_OWN,
  1882. )
  1883. ),
  1884. ):
  1885. """Stop an actively printing queue item.
  1886. Ownership-scoped (#1625-followup): callers with QUEUE_UPDATE_OWN can stop
  1887. their own items; callers with QUEUE_UPDATE_ALL can stop any item. Mirrors
  1888. the /cancel shape. Pre-fix this required QUEUE_UPDATE_ALL — Operators
  1889. holding only _OWN saw the Stop button in the queue UI but got 403 on click.
  1890. """
  1891. from backend.app.services.printer_manager import printer_manager
  1892. user, can_modify_all = auth_result
  1893. result = await db.execute(select(PrintQueueItem).where(PrintQueueItem.id == item_id))
  1894. item = result.scalar_one_or_none()
  1895. if not item:
  1896. raise HTTPException(404, "Queue item not found")
  1897. # Ownership check — mirrors /cancel. Ownerless items (created_by_id IS NULL)
  1898. # require _ALL: stop is destructive and an _OWN holder can't claim "they
  1899. # own it" the way /start does (#1670).
  1900. if not can_modify_all and user is not None:
  1901. if item.created_by_id is None or item.created_by_id != user.id:
  1902. raise HTTPException(403, "You can only stop your own queue items")
  1903. if item.status != "printing":
  1904. raise HTTPException(400, f"Can only stop items that are printing, current status: '{item.status}'")
  1905. # Capture values we need for background task
  1906. printer_id = item.printer_id
  1907. auto_off_after = item.auto_off_after
  1908. # Try to send stop command to printer
  1909. stop_sent = False
  1910. try:
  1911. stop_sent = printer_manager.stop_print(printer_id)
  1912. if not stop_sent:
  1913. logger.warning("stop_print returned False for printer %s - printer may not be connected", printer_id)
  1914. except Exception as e:
  1915. logger.error("Error sending stop command for queue item %s: %s", item_id, e)
  1916. # Mark this printer as user-stopped BEFORE the first await so that if the
  1917. # MQTT on_print_complete callback fires during the db.commit() yield the flag
  1918. # is already set and the "failed" status will be correctly overridden to
  1919. # "cancelled" (preventing a spurious "print failed" notification).
  1920. try:
  1921. from backend.app.main import mark_printer_stopped_by_user
  1922. mark_printer_stopped_by_user(printer_id)
  1923. except Exception as _mark_err:
  1924. logger.warning("Failed to mark printer %s as user-stopped: %s", printer_id, _mark_err)
  1925. # Update queue item status regardless - if printer is off, print is already stopped
  1926. item.status = "cancelled"
  1927. item.completed_at = datetime.now(timezone.utc)
  1928. item.error_message = "Stopped by user" if stop_sent else "Stopped by user (printer was offline)"
  1929. # Reconcile the linked archive when the printer is offline (#2603). When the
  1930. # stop command reaches the printer it later reports the stop over MQTT and
  1931. # on_print_complete flips the archive to cancelled/failed. When the printer is
  1932. # offline no such event ever arrives, so the archive would stay "printing"
  1933. # forever (queue row cancelled, archive still printing — the reporter's
  1934. # archive 436). Close it out here, mirroring what the MQTT path would have
  1935. # done. Only touch a still-"printing" archive so we never overwrite a real
  1936. # completion that raced in.
  1937. if not stop_sent and item.archive_id:
  1938. archive = await db.get(PrintArchive, item.archive_id)
  1939. if archive and archive.status == "printing":
  1940. archive.status = "cancelled"
  1941. archive.completed_at = datetime.now(timezone.utc)
  1942. archive.failure_reason = "Stopped by user (printer was offline)"
  1943. await db.commit()
  1944. logger.info("Stopped printing queue item %s (stop command sent: %s)", item_id, stop_sent)
  1945. # Schedule power-off if the queue item opted in. Delegates to the smart-plug
  1946. # manager so the off honours each plug's configured strategy (time delay or
  1947. # temperature threshold), is cancelled if the printer starts printing again,
  1948. # and never cuts power on a loaded print (#1890). Previously an inline block
  1949. # hardcoded a 50°C / 600s cooldown wait and powered off on the timeout
  1950. # regardless of print state.
  1951. if auto_off_after:
  1952. from backend.app.services.smart_plug_manager import smart_plug_manager
  1953. try:
  1954. await smart_plug_manager.schedule_off_after_queue_job(printer_id, db)
  1955. except Exception as e:
  1956. logger.warning("Auto-off: Failed to schedule power-off for printer %s: %s", printer_id, e)
  1957. return {"message": "Print stopped" if stop_sent else "Queue item cancelled (printer was offline)"}
  1958. @router.post("/{item_id}/start")
  1959. async def start_queue_item(
  1960. item_id: int,
  1961. skip_filament_check: bool = Query(default=False),
  1962. db: AsyncSession = Depends(get_db),
  1963. auth_result: tuple[User | None, bool] = Depends(
  1964. require_ownership_permission(
  1965. Permission.QUEUE_UPDATE_ALL,
  1966. Permission.QUEUE_UPDATE_OWN,
  1967. )
  1968. ),
  1969. ):
  1970. """Manually start a staged (manual_start) queue item.
  1971. Ownership-scoped (#1625-followup): callers with QUEUE_UPDATE_OWN can
  1972. start their own items + claim ownership of NULL-owner items (VP-uploaded
  1973. items arrive unattributed per #1670). Callers with QUEUE_UPDATE_ALL can
  1974. start any item. Pre-fix this required QUEUE_UPDATE_OWN with no ownership
  1975. check, so _OWN holders could start anyone's queue items via direct API.
  1976. Clears the manual_start flag so the scheduler picks it up. When
  1977. ``skip_filament_check`` is false (the default) the live filament
  1978. deficit (#1496) is checked first — if the assigned spool can't satisfy
  1979. a slot's required grams, the route returns ``409`` with the deficit
  1980. payload so the caller can show a confirm dialog and retry with
  1981. ``skip_filament_check=true``.
  1982. """
  1983. user, can_modify_all = auth_result
  1984. result = await db.execute(
  1985. select(PrintQueueItem)
  1986. .options(
  1987. selectinload(PrintQueueItem.archive),
  1988. selectinload(PrintQueueItem.printer),
  1989. selectinload(PrintQueueItem.library_file),
  1990. selectinload(PrintQueueItem.batch),
  1991. selectinload(PrintQueueItem.variants).selectinload(PrintQueueVariant.library_file),
  1992. )
  1993. .where(PrintQueueItem.id == item_id)
  1994. )
  1995. item = result.scalar_one_or_none()
  1996. if not item:
  1997. raise HTTPException(404, "Queue item not found")
  1998. # Ownership check — softer than /cancel because /start is the entry point
  1999. # for #1670's VP-import flow: an unowned item is claimable by the first
  2000. # _OWN holder who clicks ▶, and the route below credits them as owner.
  2001. # An item with a DIFFERENT owner → 403.
  2002. if not can_modify_all and user is not None:
  2003. if item.created_by_id is not None and item.created_by_id != user.id:
  2004. raise HTTPException(403, "You can only start your own queue items")
  2005. if item.status != "pending":
  2006. raise HTTPException(400, f"Can only start pending items, current status: '{item.status}'")
  2007. item.estimated_cost = await _trusted_item_estimated_cost(
  2008. db,
  2009. item,
  2010. printer_id=item.printer_id,
  2011. plate_id=item.plate_id,
  2012. ams_mapping=item.ams_mapping,
  2013. )
  2014. await validate_print_budget(
  2015. db,
  2016. cost_center_id=item.cost_center_id,
  2017. estimated_cost=item.estimated_cost,
  2018. current_user=user,
  2019. exclude_queue_item_id=item.id,
  2020. )
  2021. # Live deficit check — re-evaluated against current spool state, so a
  2022. # spool swap between scheduler flagging and the user clicking ▶ clears
  2023. # the block automatically.
  2024. if not skip_filament_check:
  2025. deficit = await compute_deficit_for_queue_item(db, item)
  2026. if deficit:
  2027. raise HTTPException(
  2028. status_code=409,
  2029. detail={
  2030. "code": "insufficient_filament",
  2031. "deficit": [d.to_dict() for d in deficit],
  2032. },
  2033. )
  2034. # Print Anyway / no deficit: clear the flags and let the scheduler dispatch.
  2035. item.manual_start = False
  2036. item.filament_short = False
  2037. # Persist the user's "Print Anyway" decision so the scheduler does not
  2038. # immediately re-flag this item on the next tick (#1698-followup). The
  2039. # pre-fix behaviour bounced between "user said anyway" and
  2040. # "scheduler re-blocked on same deficit" forever.
  2041. if skip_filament_check:
  2042. item.skip_filament_check = True
  2043. # Credit the clicker as the item's owner when no prior owner is set —
  2044. # VP-uploaded queue items arrive over FTP unattributed, so without this
  2045. # the print log's User column stays blank even when auth is on
  2046. # (#1670). An item that already has a creator (UI-added queue items)
  2047. # keeps that attribution; the dispatcher is not promoted over the
  2048. # original uploader.
  2049. if user is not None and item.created_by_id is None:
  2050. item.created_by_id = user.id
  2051. await db.commit()
  2052. await db.refresh(item, ["archive", "printer", "library_file", "created_by", "batch"])
  2053. logger.info(
  2054. "Manually started queue item %s (cleared manual_start; skip_filament_check=%s)",
  2055. item_id,
  2056. skip_filament_check,
  2057. )
  2058. return _enrich_response(item)