Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
fb33adba
Commit
fb33adba
authored
Sep 29, 2018
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update for relaunch of genworks.com.
parent
ded32e7b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
7 deletions
+15
-7
demos/bus/source/assembly.lisp
demos/bus/source/assembly.lisp
+1
-1
demos/bus/source/chassis.lisp
demos/bus/source/chassis.lisp
+6
-3
geom-base/lenses/source/x3d.lisp
geom-base/lenses/source/x3d.lisp
+4
-1
gwl/ajax/source/base-ajax-sheet.lisp
gwl/ajax/source/base-ajax-sheet.lisp
+4
-2
No files found.
demos/bus/source/assembly.lisp
View file @
fb33adba
...
...
@@ -58,7 +58,7 @@
((
body-frame-overhang
:type
'body-frame-overhang-rule
:chassis-front-overhang
(
the
chassis
front-overhang
)
:body-front-overhang
(
the
body
front-overhang
))
(
chassis
:type
'chassis
:pass-down
(
wheelbase
track
turn-angle
)
:datum
(
the
center
)
...
...
demos/bus/source/chassis.lisp
View file @
fb33adba
...
...
@@ -251,15 +251,18 @@
:radius
19
:inner-radius
7
)
(
rule-ackermann
:type
'rule-ackermann
:ackermann-data
(
list
:left
(
getf
(
the
ackermann-data
)
:left
)
:right
(
getf
(
the
ackermann-data
)
:right
))
:ackermann-data-ideal
(
list
:left
(
getf
(
the
ackermann-data
)
:left
)
:right
(
getf
(
the
ackermann-data
)
:ideal-right
))))
:right
(
getf
(
the
ackermann-data
)
:ideal-right
)))
)
:hidden-objects
((
knuckles-straight
(
(
knuckles-straight
:type
'knuckle
:sequence
(
:size
2
)
:center
(
the
(
:axles
0
)
(
:kingpins
(
the-child
:index
))
:center
)
...
...
geom-base/lenses/source/x3d.lisp
View file @
fb33adba
...
...
@@ -108,7 +108,10 @@
(
declare
(
ignore
header?
)))
(
cad-output-tree
(
&key
(
header?
nil
))
(
declare
(
ignore
header?
)))))
(
declare
(
ignore
header?
)))
(
shape
(
&rest
args
)
(
declare
(
ignore
args
)))
))
...
...
gwl/ajax/source/base-ajax-sheet.lisp
View file @
fb33adba
...
...
@@ -188,7 +188,9 @@ Default is nil."
Default is the standard doctype for HTML5 and later."
doctype-string
"<!DOCTYPE HTML>"
)
(
use-ajax?
t
)
;; of course because this is base-ajax-sheet. But we can override if needed.
(
"Boolean. Include jquery javascript libraries in the page header?
Default nil."
use-jquery?
nil
:settable
)
...
...
@@ -245,7 +247,7 @@ interface. Defaults to nil."
development-links
(
with-cl-who-string
()
(
write-the
development-links
))))
:objects
:
hidden-
objects
((
standard-javascript-section
:type
'sheet-section
:js-to-eval
:parse
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment