Git Product home page Git Product logo

Comments (3)

jpg35310 avatar jpg35310 commented on September 23, 2024

Merci beaucoup pour ce travail. C'est exactement ce que je cherchais.

J'ai fais la manip, mais pas encore testé d'impression. Il me reste a étudier les modif de GCODE avant pour ne pas faire de bétise. Je ne sais pas trop quelle version il faut

Pour les types de remplissage:

C:\Program Files\Cura 2.3\resources\qml\SidebarSimple.qml

infillModel.append({
name: catalog.i18nc("@Label", "Light"),
percentage: 17,
percentageMin: 0,
percentageMax: 30,
text: catalog.i18nc("@Label", "Light (17%) infill will give your model an average strength"),
icon: "sparse"
})
infillModel.append({
name: catalog.i18nc("@Label", "Dense"),
percentage: 33,
percentageMin: 30,
percentageMax: 70,
text: catalog.i18nc("@Label", "Dense (33%) infill will give your model an above average strength"),
icon: "dense"
})

Par snowzz

En rouge la modif

En bleu la plage min/max. Je ne sais pas trop quoi mettre.

Mon idée: Light -> 0 - 23 Dense 23 - 43. Qu'en pensez vous?

Je précise que je n'ai pas testé non plus cette modif encore. Si quelqu'un test et peut faire un retour

from dagoma-settings-for-cura.

DelphinPETER avatar DelphinPETER commented on September 23, 2024

Dans Cura, la gestion est différente elle est directement lié au profil choisi. Dans un premier temps je les ai tous définis à 17%, je pense qu'il serai préférable de mettre l'augmenter en fonction du profil.
https://github.com/DelphinPETER/Dagoma-Settings-For-Cura/blob/Cura_2.3/resources/quality/dagoma_discoeasy200/discoeasy200_fin.inst.cfg#L23

Sinon concernant la modification des fichiers voir ma réponse sur le forum (et je viens de voir que vous aviez répondu)

from dagoma-settings-for-cura.

DelphinPETER avatar DelphinPETER commented on September 23, 2024

Voir ma réponse : #6 (comment)

from dagoma-settings-for-cura.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.