Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prusa MK3S generated configuration errors #272

Open
david-antos opened this issue Jun 14, 2024 · 1 comment
Open

Prusa MK3S generated configuration errors #272

david-antos opened this issue Jun 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@david-antos
Copy link

david-antos commented Jun 14, 2024

What happened

On RatOS 2.1, I have generated configuration for Prusa MK3S with Einsy board with the following parameters in the wizard:
Screenshot_2024-06-14_21-34-49

It has following issues (I've repaired them step by step in the config manually in order to get complete list at once)

  1. Option 'points' in section 'quad_gantry_level' must be specified (quad_gantry_level entry in the config is quite pointless there, it can be corrected by removing the entry completely)

  2. tmc virtual endstop requires diag pin config
    corrected by adding

[tmc2130 stepper_x]
...
diag1_pin: !x_diag_pin
...

etc also for y, z, e
(note the !, otherwise the toolhead crashes violently)

  1. MCU temperature not supported on atmega2560 (necessary to get rid of the [teperature_sensor Einsy] section)

  2. Pin 'display_rs_pin' is not a valid pin name on mcu 'mcu' (none of the display pins are defined for Einsy)

  3. Pin 'filament_switch_sensor_pin' is not a valid pin name on mcu 'mcu' (again, missing definition of pin names)

What did you expect to happen

The wizard should produce a valid and functional configuration

How to reproduce

As described above

Additional information

The pins are defined in the RatOS/boards/prusa-einsy/config.cfg, that file is not included in the config (I suppose that's the purpose of RatOS 2.1)

@david-antos david-antos added the bug Something isn't working label Jun 14, 2024
@3dprintpt
Copy link
Contributor

Thanks David.
I will try to reproduce this. No MK3S but I should be able to look at the files and check what is missing.
Will see ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants