force ISO enter to render as it does not show in preview

This commit is contained in:
Bob 2022-02-19 21:01:19 -05:00
parent 2c85ea5c07
commit 397a3b84fc
2 changed files with 8 additions and 6 deletions

View File

@ -928,9 +928,10 @@ module iso_enter() {
// this equals (unit_length(1.5) - unit_length(1.25)) / 2 // this equals (unit_length(1.5) - unit_length(1.25)) / 2
/* $dish_overdraw_width = 2.38125; */ /* $dish_overdraw_width = 2.38125; */
render() {
stabilized(vertical=true) { stabilized(vertical=true) {
children(); children();
}
} }
} }
// kind of a catch-all at this point for any directive that doesn't fit in the other files // kind of a catch-all at this point for any directive that doesn't fit in the other files

View File

@ -55,8 +55,9 @@ module iso_enter() {
// this equals (unit_length(1.5) - unit_length(1.25)) / 2 // this equals (unit_length(1.5) - unit_length(1.25)) / 2
/* $dish_overdraw_width = 2.38125; */ /* $dish_overdraw_width = 2.38125; */
render() {
stabilized(vertical=true) { stabilized(vertical=true) {
children(); children();
}
} }
} }