mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-30 00:16:10 +00:00
Merge pull request #135 from rsheldiii/force-iso-enter-render
Force ISO enter to render as it does not show in preview
This commit is contained in:
commit
378af54056
@ -928,11 +928,12 @@ 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
|
||||||
|
|
||||||
// a safe theoretical distance between two vertices such that they don't collapse. hard to use
|
// a safe theoretical distance between two vertices such that they don't collapse. hard to use
|
||||||
|
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user