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
Refactor profile_overrides.js to elevate the following issues:
profile entries of Cura and Slic3r may share the same name but different types (one is array the other is not).
Jinja files for Cura and Sli3r are mingled which make it hard to maintain.
A general way to pre/post-process data, such as converting string <-> float, or removing "%"
Base class OverridesViewModel may be a bad idea. It causes any event to be fired twice, once for BasicOverridesViewModel and second time for AdvancedOverridesViewModel
The text was updated successfully, but these errors were encountered:
Refactor
profile_overrides.js
to elevate the following issues:OverridesViewModel
may be a bad idea. It causes any event to be fired twice, once forBasicOverridesViewModel
and second time forAdvancedOverridesViewModel
The text was updated successfully, but these errors were encountered: