mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-12-01 17:08:54 +00:00
actually force skin extrusion too
This commit is contained in:
parent
397a3b84fc
commit
6845923913
@ -923,7 +923,7 @@ module iso_enter() {
|
|||||||
/* $top_tilt = 0; */
|
/* $top_tilt = 0; */
|
||||||
$stem_support_type = "disable";
|
$stem_support_type = "disable";
|
||||||
$key_shape_type = "iso_enter";
|
$key_shape_type = "iso_enter";
|
||||||
/* $hull_shape_type = "linear extrude"; */
|
$hull_shape_type = "skin";
|
||||||
$linear_extrude_height_adjustment = 19.05 * 0.5;
|
$linear_extrude_height_adjustment = 19.05 * 0.5;
|
||||||
// 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; */
|
||||||
|
@ -50,7 +50,7 @@ module iso_enter() {
|
|||||||
/* $top_tilt = 0; */
|
/* $top_tilt = 0; */
|
||||||
$stem_support_type = "disable";
|
$stem_support_type = "disable";
|
||||||
$key_shape_type = "iso_enter";
|
$key_shape_type = "iso_enter";
|
||||||
/* $hull_shape_type = "linear extrude"; */
|
$hull_shape_type = "skin";
|
||||||
$linear_extrude_height_adjustment = 19.05 * 0.5;
|
$linear_extrude_height_adjustment = 19.05 * 0.5;
|
||||||
// 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; */
|
||||||
|
Loading…
Reference in New Issue
Block a user