Skip to content

[QUESTION] Add a multihead Printer support (Prusa Xl) #113

@Cdriko

Description

@Cdriko

Hello I would like to add PrusaXL 5 head support to fullcontrol.

In the source code I find fullcontrol/devices/community_minimal/ the guideline for adding a simple machine with start and end gcode.

But in the ini file extracted from PrusaSlicer for the XL, I find a lot more...prametric parameters. (eg.:

{endif}\n{if (is_extruder_used[3])}M862.1 T3 P{nozzle_diameter[3]} A{(filament_abrasive[3] ? 1 : 0)} F{(nozzle_high_flow[3] ? 1 : 0)}{endif}\n{if (is_extruder_used[4])}M862.1 T4 P{nozzle_diameter[4]} A{(filament_abrasive[4] ? 1 : 0)}

as you can see here in the config.ini. Do you think I can paste directly the .ini content in a settings file or it's more complicated ?

thanks for your help

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions