New RepRapFirmware config tool
-
@obeliks The documentation says
Bnnn If the sensor is a thermistor, this is the Beta value. For the Steinhart-Hart thermistor model, this is the reciprocal of the B coefficient
So in your case
1 / 5090 = 1.96464e-4
though given this is not clear at all from what is displayed.
-
OK, thanks
Are then the presets wrong? -
@obeliks Which presets do you mean?
-
Never mind, completely false alarm. The B values were visually so close to old beta values that I was under the impression we are looking at the old ones.
Thank you for the explanation and sorry for the confusion. -
Am I crazy, or is there no way to configure an IDEX printer, or any printer with a duex attached, using the configuration tool?
I see no way to add a U axis. I see no way to reference the fans on the Duex.
-
The online configurator doesn't cover advanced configurations such as IDEX. You will need to edit the config.g file to create the new axis and assign the correct fans. See https://duet3d.dozuki.com/Wiki/ConfiguringMultipleIndependentXcarriagesCartesian
-
Great work!!
-
@dc42 thanks, I will make my own files.
-
You can use the configurator to generate most of the commands, by telling it you have a dual extruder machine. Then edit the resulting files to account for IDEX.
-
That is what I ended up doing. I'm well on my way and finally getting a hang of all the changes since I last configured a new printer.
-
It is using the old M667 S1 command for CoreXY where I believe it should be M669 K1.
Also, all files in the homing files list items such as; " lift Z relative to current position" when the bed drops as the gantry is fixed, is this not possible to be corrected so the file wording reflects what it actually does.
-
@DunstonUK said in New RepRapFirmware config tool:
Also, all files in the homing files list items such as; " lift Z relative to current position" when the bed drops as the gantry is fixed, is this not possible to be corrected so the file wording reflects what it actually does.
This is correct in my view because Z increases as the bed drops on a printer with a bed that movers in Z. Bed down is equivalent to gantry up, and the firmware does not know what configuration your hardware is in. A possible clarification would be "Increase Z distance..." Rather than " Lift Z...."
-
Yes, but also you have to select what type of printer you have at the start, and as I do not see CoreXY as a choice its always "Custom configuration", which is chosen, unless you have one of the ones listed, also for those who have lets say a Corxy with 3 x Z rods/screws/rails, there is no tool selection for that type or not? I am relatively new to 3D printing, but I do see that these tools and configurators are not always made with the novice in mind, who may not fully grasp the wording used, because the wording used is not always clear and can lead to more confusion and more posts asking the same questions over and over again. Please do not misunderstand me, these tools are a godsend, without it I would be posting even more questions that I do, and I tip my hat to those who have written it with full respect.
-
@DunstonUK sure - custom configuration and then choose corexy at some point in the future we will hopefully have more corexy printer types: Railcore II, e3d Toolchanger, H Bot etc but unless you had one of those you would still need to use custom, then coreXY.
3 x Z rods/screws/rails, there is no tool selection for that type or not?
no advanced options like that are not yet part of the config tool.
-
Can you check CoreXY implementation, it gives out
M667 S1 ; select CoreXY mode
instead of
M669 K1 ; select CoreXY mode
It would have saved me a LOT of head scratching
-
currently the firmware will translate the M667 to the appropriate M669 command.
-
Hi
the arrival of Duet 3 Mainboard is a great news,
have you already planned a date for its integration in the Config Tool ?
thanks -
Plans, yes! In Board type, "Duet 3 (coming soon)".
But really it depends on getting RRF 3 configuration working. In Firmware version, "3.xx (coming soon)". No date when this is expected, as far as I'm aware.
Ian
-
Will there be an updated config tool for the Duet 3? If yes will it also work with the Duet 2 as well? With the added flexibility of the Duet 3 it would be really nice if the config too would be able to configure advanced options like adding an axis or two or 5. Not that going into the .g files and configuring the special setups is hard or anything but it would be really nice if a config tool existed for advanced options to handle most of the set up and then jumping into the .g files for final tweaking.
-
Hi
I'm starting to work on the Duet 3, to ease my discovery, is there any one who can share a simple .g file ?? for a standard machine like : cartesian /200x200x250/simple extrudeur/heated bed/z probe. it could help a lot, thanks in advance.