Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
techlab:curaconfig [2025/04/14 07:15] – [Cura Settings für den Craftbot Plus] Ivo Blöchligertechlab:curaconfig [2025/04/14 11:14] (current) – [Sehr langes Laden für die erste STL-Datei?] Ivo Blöchliger
Line 65: Line 65:
 </WRAP> </WRAP>
 Siehe https://community.ultimaker.com/topic/45967-loading-the-first-stl-file-takes-2-3-minutes/ Siehe https://community.ultimaker.com/topic/45967-loading-the-first-stl-file-takes-2-3-minutes/
 +
 +====== Dateien auf der Kommandozeile werden nicht gefunden? ======
 +Folgendes Script löst das Problem (wobei ''cura-bin'' ein symbolischer Link auf das aktuelle AppImage ist, und das Script selbst als ausführbar markiert in einem Ordner liegen muss, der in der PATH-Variablen aufgeführt ist).
 +<code bash cura>
 +#!/bin/bash
 +/usr/local/bin/cura-bin `realpath "$@"`
 +</code>
 +
  • techlab/curaconfig.1744614957.txt.gz
  • Last modified: 2025/04/14 07:15
  • by Ivo Blöchliger