Coder Social home page Coder Social logo

cura-dagoma's People

Contributors

bubuabu avatar delphinpeter avatar ubitux avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

cura-dagoma's Issues

Raft settings

The raft settings are currently broken afaict: basically, the raft is incomplete in all my prints, I only get the raft non overlapping with the model, as if the model and the raft below were merged together.

See also #4

(Hi @BuBuaBu)

Edit: note that I reverted the raft settings import as they were apparently invalid

Error with definition.py

J'ai cette erreur avec definition.py, je suis novice en python du coup j'ai du mal à trouver ce qui ne marche pas :

python3 definition.py input/discoeasy200/xml_config.xml output/discoeasy200/definitions/dagoma_discoeasy200.def.json
Traceback (most recent call last):
  File "definition.py", line 191, in <module>
    convert(*sys.argv[1:])
  File "definition.py", line 182, in convert
    extract_fields(o, section, config_expert_fields)
  File "definition.py", line 59, in extract_fields
    dst[field] = get_default_dict(section, dagoma_field, field_type)
  File "definition.py", line 34, in get_default_dict
    return {'default_value': field_type(xml_node.find(field_name).text)}
AttributeError: 'NoneType' object has no attribute 'text'
Makefile:20 : la recette pour la cible « definitions » a échouée
make: *** [definitions] Erreur 1

Auto Leveling G29 / {Palpeur}

Pour moi la commande d'auto leveling G29 manque dans le machine_start_gcode.

Dans Cura-by-Dagoma-Easy200 la ligne ";{palpeur}" du GCODE de début est remplacé par G29 si la case "Utilisation du palpeur" est coché. Le point virgule est remplacé avec.

C'est fait dans Cura/util/profile.py ligne 1219 :

	"""ERIC"""
	if tag == 'palpeur':
		return getPalpeurGCode()

Peut on prévoir de l'activer tout le temps en ajoutant un cas particulier dans le code de conversion definition.py ?

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.