Alex Matulich
e8b48fcddd
Added checks for necessary python libraries
2025-05-12 07:28:06 -07:00
Alex Matulich
6eafbd1192
New assets: geotiff2scad.py script and worldmap_360x180.scad
2025-05-08 21:34:05 -07:00
Alex Matulich
9fccbcf990
fixed bug that maximized file size
2025-04-27 23:31:00 -07:00
Alex Matulich
a9f600d5c0
Add file size estimate to output section of img2scad.html
2025-04-26 19:49:19 -07:00
Alex Matulich
49909ec6a3
Contrast+threshold controls for img2scad.html
2025-04-25 10:54:54 -07:00
Alex Matulich
04de99dae6
Added cropping UI to img2scad.html
2025-04-23 22:22:02 -07:00
Alex Matulich
30a913996d
Added cropping UI to img2scad.html
2025-04-23 20:47:54 -07:00
adrianVmariano
41ca0e046f
Merge pull request #1647 from adrianVmariano/master
...
path_text() bugfix, replace im2scad.py with img2tex.py
2025-04-23 20:38:10 -04:00
Adrian Mariano
a635ff6806
path_text() bugfix, replace im2scad.py with img2tex.py
2025-04-23 19:40:47 -04:00
Alex Matulich
dbe5e6e10c
Added img2scad.html web app to scripts directory
2025-04-22 23:45:39 -07:00
Adrian Mariano
e5956f4d41
add signal handler to run_test script to delete temporary file
2025-04-13 08:34:44 -04:00
Adrian Mariano
a036802cea
mutators-> misc, add flip1/flip2 styles to vnf
2024-05-04 23:32:48 -04:00
Revar Desmera
adf22a53c4
Added texture rotation, mirroring, blurring to img2tex.py
2024-03-25 22:43:06 -07:00
Revar Desmera
53d7c7e56b
Added img2tex.py
2024-03-24 21:37:45 -07:00
Revar Desmera
49d189f0aa
Turtle3d arcright/arcup/arcdown docs fixes.
2023-09-25 18:06:30 -07:00
Revar Desmera
f53117b209
Moving to BelfrySCAD org.
2023-05-21 21:00:05 -07:00
Revar Desmera
8cb006cd46
Improved mkdocspdf.sh
2023-05-08 16:45:38 -07:00
Revar Desmera
6f6a427e4e
Added mkdocspdf.sh script.
2023-05-06 17:55:17 -07:00
Garth Minette
ec2827eb83
Added find_modular_asserts.sh
2022-09-03 17:00:11 -07:00
Garth Minette
31e91f69a2
Added img2scad.py script.
2022-05-17 22:36:30 -07:00
Revar Desmera
59bf523908
Lots of docs tweaks for openscad-docsgen v2
2021-12-13 15:48:30 -08:00
Garth Minette
ce587b9ad7
Added test-file mismatch warnings to func_coverage.py
2021-10-26 22:30:42 -07:00
Garth Minette
64f9a3ebe8
Correct for GNU grep syntax.
2021-06-22 19:53:33 -07:00
Garth Minette
5b4b5e3439
Added tabs code check.
2021-06-22 19:44:47 -07:00
Garth Minette
9d9234513d
Fix regressions return code.
2021-06-10 15:25:34 -07:00
Garth Minette
4c53de802d
Fix for sed in increment_version.sh
2021-05-21 02:19:14 -07:00
Michael Diamond
0666f6482c
Refactor and tidy BOSL's shell scripts
...
* Fixed ShellCheck.net warnings, including
* exit -1: https://github.com/koalaman/shellcheck/wiki/SC2242
* cd || exit: https://github.com/koalaman/shellcheck/wiki/SC2164
* "$foo": https://github.com/koalaman/shellcheck/wiki/SC2086
* $(( $foo )): https://github.com/koalaman/shellcheck/wiki/SC2004
* grep | wc -l: https://github.com/koalaman/shellcheck/wiki/SC2126
* Use arrays instead of unquoted strings for loops and command arguments
* Use (( ... )) arithmetic context instead of string comparisons
* Use bash's built-in regex support instead of grep+sed+awk
* Write errors to stderr
2021-05-21 01:01:15 -07:00
Garth Minette
165a454ff9
Attachments tutorial bugfixes.
2021-04-26 15:52:23 -07:00
Garth Minette
fe788f56b5
Updated tutorials.
2021-04-17 19:17:44 -07:00
Garth Minette
ae586738a9
Added script to shrink wiki repo to just current files.
2021-02-24 16:42:09 -08:00
Garth Minette
6cfbc538fc
Re-work to use openscad_docsgen package.
2021-02-19 19:56:43 -08:00
Garth Minette
654389db93
Added INCH=25.4 constant.
2021-02-06 22:36:16 -08:00
Garth Minette
3166e49292
Documentation generation formatting fix.
2021-02-02 03:38:10 -08:00
Garth Minette
678dce5796
Improved documentation generation for arguments.
2021-01-23 14:41:06 -08:00
Garth Minette
e0614732b6
Added hover-text for argument tables.
2021-01-05 13:59:02 -08:00
Garth Minette
20a21a5d9a
Corrected image generation doubled-commoncode bug.
2021-01-05 01:48:29 -08:00
Garth Minette
f9aa81e178
Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits.
2021-01-05 01:20:01 -08:00
Garth Minette
36298b38d6
Added Mutators tutorial to generation list.
2020-12-29 21:21:12 -08:00
Garth Minette
2b0a129212
Basic_Shapes.md -> Shapes2d & Shapes3d
2020-12-28 02:12:21 -08:00
Hans Loeblich
d287dfe9f1
Check openscad return code in run_tests.sh
...
I found that even though my openscad was crashing on tests_hull.scad, this script reported that it had passed. This change saves the exit code of the openscad command, and checks that it is 0 (success).
2020-12-16 15:46:23 -06:00
Garth Minette
0874bfcc43
Fixes for turtle3d docs.
2020-12-12 17:11:19 -08:00
Garth Minette
82c87e4bd4
Added linecount.sh script.
2020-10-21 00:23:12 -07:00
Garth Minette
21e9dfa1bf
Docs formatting and gear example image fixes.
2020-10-19 23:52:46 -07:00
Garth Minette
38873d8ef9
Fixed a bunch of docs errors with Usage headers.
2020-10-03 20:29:35 -07:00
Garth Minette
8331d8e803
Cheat Sheet ordering tweak.
2020-09-01 01:23:01 -07:00
Garth Minette
cb36b5d94f
Bugfixes for cheat sheet generation.
2020-09-01 00:54:27 -07:00
Garth Minette
38a4c12032
Cheat Sheet generation script bugfixes.
2020-08-31 18:03:48 -07:00
Garth Minette
7c42c7f5e3
Added libfile names to index.
2020-08-31 17:31:55 -07:00
Garth Minette
7051f8ef19
Fixed cheatsheet index link.
2020-08-28 00:06:28 -07:00
Garth Minette
e344de4aa4
Added cheat-sheet generation script.
2020-08-27 22:29:11 -07:00