You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On RatOS 2.1, I have generated configuration for Prusa MK3S with Einsy board with the following parameters in the wizard:
It has following issues (I've repaired them step by step in the config manually in order to get complete list at once)
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)
tmc virtual endstop requires diag pin config
corrected by adding
What happened
On RatOS 2.1, I have generated configuration for Prusa MK3S with Einsy board with the following parameters in the wizard:
It has following issues (I've repaired them step by step in the config manually in order to get complete list at once)
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)
tmc virtual endstop requires diag pin config
corrected by adding
etc also for y, z, e
(note the !, otherwise the toolhead crashes violently)
MCU temperature not supported on atmega2560 (necessary to get rid of the [teperature_sensor Einsy] section)
Pin 'display_rs_pin' is not a valid pin name on mcu 'mcu' (none of the display pins are defined for Einsy)
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)
The text was updated successfully, but these errors were encountered: